On Sun, Jul 05, 2009 at 12:00:38PM +0200, Christopher wrote: > Package: libssl0.9.8 > Version: 0.9.8k-3 > Severity: important > > > pam_mysql stops working. Errormessage in auth.log is > PAM unable to dlopen(/lib/security/pam_mysql.so): > /usr/lib/i686/cmov/libssl.so.0.9.8: symbol > ENGINE_load_ssl_client_cert, version > OPENSSL_0.9.8 not defined in file > libcrypto.so.0.9.8 with link time reference > > downgrade to lenny-version solves problem.
This doesn't make any sense to me. ENGINE_load_ssl_client_cert is not in the version in lenny, but the version in testing/unstable does have it: objdump -T /usr/lib/i686/cmov/libcrypto.so.0.9.8 |grep ENGINE_load_ssl_client_cert 000a31b0 g DF .text 00000177 OPENSSL_0.9.8 ENGINE_load_ssl_client_cert Do you have any other libcrypto.so.0.9.8 that it might try to open? Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org