Solved my own prob.. Reading some other threads, before you do what's mentioned above, make sure you do this:
# yum install openssl097a
# cd /lib
# ln -s libssl.so.0.9.7a libssl.so.5
# ln -s libcrypto.so.0.9.7a libssl.so.5
That will get all the libraries in the right place for LDAP to work.
-Eric |