View Single Post
  #9 (permalink)  
Old 01-29-2009, 05:48 AM
bards1888 bards1888 is offline
Intermediate Member
 
Posts: 19
Default

This may have been lost at the bottom of my last lengthy post;


I noticed that the i486 version of SSLeay.so is pointing to /opt/zimbra/openssl-0.9.8g, which doesn't exist, but there is a 0.9.8i directory.


[root@zimbra packages]# ldd /opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-multi/auto/Net/SSLeay/SSLeay.so
linux-gate.so.1 => (0x0020b000)
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x0026b000)
libc.so.6 => /lib/libc.so.6 (0x0027e000)
/lib/ld-linux.so.2 (0x00bb8000)


looks like the i486 version of SSLeay.so has been linked against the old version of openssl ?

Last edited by bards1888; 01-29-2009 at 05:50 AM..
Reply With Quote