LD_LIBRARY_PATH is not set for the zimbra user.
[root@zimbra ~]# readelf -d /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/Net/SSLeay/SSLeay.so
Dynamic section at offset 0x55220 contains 24 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libssl.so.0.9.8]
0x00000001 (NEEDED) Shared library: [libcrypto.so.0.9.8]
0x00000001 (NEEDED) Shared library: [libz.so.1]
0x00000001 (NEEDED) Shared library: [libc.so.6]
0x0000000f (RPATH) Library rpath: [/opt/zimbra/openssl-0.9.8i/lib:/usr/lib]
0x0000000c (INIT) 0x7d84
0x0000000d (FINI) 0x4e254
0x6ffffef5 (GNU_HASH) 0xb4
0x00000005 (STRTAB) 0x3000
0x00000006 (SYMTAB) 0xab0
0x0000000a (STRSZ) 13858 (bytes)
0x0000000b (SYMENT) 16 (bytes)
0x00000003 (PLTGOT) 0x56798
0x00000002 (PLTRELSZ) 2384 (bytes)
0x00000014 (PLTREL) REL
0x00000017 (JMPREL) 0x7434
0x00000011 (REL) 0x6afc
0x00000012 (RELSZ) 2360 (bytes)
0x00000013 (RELENT) 8 (bytes)
0x6ffffffe (VERNEED) 0x6acc
0x6fffffff (VERNEEDNUM) 1
0x6ffffff0 (VERSYM) 0x6622
0x6ffffffa (RELCOUNT) 1
0x00000000 (NULL) 0x0
[root@zimbra ~]# readelf -d /opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-multi/auto/Net/SSLeay/SSLeay.so
Dynamic section at offset 0x55014 contains 24 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libssl.so.0.9.8]
0x00000001 (NEEDED) Shared library: [libcrypto.so.0.9.8]
0x00000001 (NEEDED) Shared library: [libz.so.1]
0x00000001 (NEEDED) Shared library: [libc.so.6]
0x0000000f (RPATH) Library rpath: [/opt/zimbra/openssl-0.9.8g/lib]
0x0000000c (INIT) 0x85d8
0x0000000d (FINI) 0x4da94/opt/zimbra/openssl-0.9.8g/lib
0x00000004 (HASH) 0xb4
0x00000005 (STRTAB) 0x384c
0x00000006 (SYMTAB) 0x125c
0x0000000a (STRSZ) 13837 (bytes)
0x0000000b (SYMENT) 16 (bytes)
0x00000003 (PLTGOT) 0x5558c
0x00000002 (PLTRELSZ) 2384 (bytes)
0x00000014 (PLTREL) REL
0x00000017 (JMPREL) 0x7c88
0x00000011 (REL) 0x7348
0x00000012 (RELSZ) 2368 (bytes)
0x00000013 (RELENT) 8 (bytes)
0x6ffffffe (VERNEED) 0x7318
0x6fffffff (VERNEEDNUM) 1
0x6ffffff0 (VERSYM) 0x6e5a
0x6ffffffa (RELCOUNT) 2
0x00000000 (NULL) 0x0
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.
Last edited by bards1888; 01-29-2009 at 05:42 AM..
|