1so, you want to install via rpm?
2
3it seems odd, but installing via RPM is not for the feint of heart; it's
4less safe, and some features are disabled. this may (will) change in the
5future, but if you want to try it, do this:
6
7
8# cp ldapdns.tgz ldapdns-2.00e.tar.gz
9# rpm -ta ldapdns-2.07e.tar.gz
10# cp /usr/src/redhat/RPMS/i386/ldapdns-2.07e*.i386.rpm .
11# cp /usr/src/redhat/SRPMS/ldapdns-2.07e*.src.rpm .
12
13(obviously, if you're building on an alpha, you'll want to do 'alpha' instead
14of 'i386' above.)
15
16the advantages of using RPM are many, but i don't use an rpm-based
17system, so you'll need to help me out.
18