Home Page › Forums › Network Management › Signal a BUG › Wrong soname in openssl libraries -> library not found › Re: version is beta12!
July 15, 2009 at 2:27 pm
#48442
Member
Sorry I was talking about beta12.
The problem is in the sasl library that have direct dependency to openssl 0.9.7.
Whatever symlink you try to create libcrypto.so.0.9.7 will no appear in the ldconfig, there will only be 0.9.8. Same for libssl.so.0.9.7.
The only possibility is to export LD_LIBRARY_PATH so that symlink get used. This is rather painful especially within script.
Consequently Cyrus-sasl has to be recompiled, I tried and now problem is gone.
Regards,