Quote:
Originally Posted by Bill Brock I would probably restore my backup I performed right before I did the failed upgrade. Then reinstall that version (it will ask you if you want to upgrade even though it is the same version) and see if you receive the same errors. This may actually fix some errors. I performed this same function and it fixed my admin logs, my server status issue, as well as my loggers stats issues I had had since I moved my install to a new server. Not sure why but it sure enough fixed them. I am glad it did as I now feel more comfortable upgrading to 5.0.12. |
Thanks for your advice Bill.
I rolled back to my snapshot, re-installed the same version ie 5.0.11 to 5.0.11 upgrade. No problems were encountered. Then I tried to upgrade to 5.0.12 and got the same error message;
Net::SSLeay: libssl.so.0.9.8 cannot open shared object file as per my first post.
I'm now going to roll the snapshot back again and see what libs SSLeay.so is linked against.
Update - for what it is worth, with 5.0.11 SSLeay.so is linked thusly;
[root@zimbra SSLeay]# ldd /opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-multi/auto/Net/SSLeay/SSLeay.so
linux-gate.so.1 => (0x00589000)
libssl.so.0.9.8 => /opt/zimbra/openssl-0.9.8g/lib/libssl.so.0.9.8 (0x00e62000)
libcrypto.so.0.9.8 => /opt/zimbra/openssl-0.9.8g/lib/libcrypto.so.0.9.8 (0x00188000)
libz.so.1 => /usr/lib/libz.so.1 (0x005ca000)
libc.so.6 => /lib/libc.so.6 (0x00440000)
libdl.so.2 => /lib/libdl.so.2 (0x0080e000)
/lib/ld-linux.so.2 (0x00bb8000)
[root@zimbra lib]# ldd /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/auto/Net/SSLeay/SSLeay.so
linux-gate.so.1 => (0x00356000)
libssl.so.0.9.8 => /opt/zimbra/openssl-0.9.8g/lib/libssl.so.0.9.8 (0x00a8a000)
libcrypto.so.0.9.8 => /opt/zimbra/openssl-0.9.8g/lib/libcrypto.so.0.9.8 (0x00110000)
libz.so.1 => /usr/lib/libz.so.1 (0x00751000)
libc.so.6 => /lib/libc.so.6 (0x00c36000)
libdl.so.2 => /lib/libdl.so.2 (0x0067a000)
/lib/ld-linux.so.2 (0x00bb8000)
It would appear that the upgrade is breaking this.
Has anyone else succesfully performed an upgrade from 5.0.11 to 5.0.12 on Centos/RHEL 32bit with FOSS Zimbra ?