Thread: Zimbra on FC5
View Single Post
  #3 (permalink)  
Old 06-01-2006, 03:06 PM
eric20817 eric20817 is offline
New Member
 
Posts: 4
Default 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
Reply With Quote