View Single Post
  #3 (permalink)  
Old 10-14-2005, 09:33 AM
alohrer alohrer is offline
Intermediate Member
 
Posts: 16
Default

I was able to get Zimbra installed on FC4 after a clean install but I had to make the following sym links:

cd /lib
ln -s libcrypto.so.0.9.7f libcrypto.so.4
ln -s libssl.so.0.9.7f libssl.so.4

After that it worked find.
Reply With Quote