[Pkg-openssl-devel] Bug#706474: Bug#706474: libssl1.0.0: saslauthd fails with "PAM unable to dlopen(pam_mysql.so)"

Simon Hobson linux at thehobsons.co.uk
Wed May 1 11:16:55 UTC 2013


All I did was upgrade to the latest packages. I'm using :
deb http://ftp.uk.debian.org/debian wheezy main contrib non-free
deb http://ftp.uk.debian.org/debian wheezy-updates main contrib non-free
deb http://security.debian.orgwheezy/updates main non-free

#apt-get update && apt-get upgrade
..
Preparing to replace libssl1.0.0:i386 1.0.1c-4 (using .../libssl1.0.0_1.0.1e-2_i386.deb) ...

SASL auth now fails :
PAM unable to dlopen(pam_mysql.so): /usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0: version `OPENSSL_1.0.1d' not found (required by /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0)

# strings libcrypto.so.1.0.0 | grep OPENSSL_1
OPENSSL_1.0.0
OPENSSL_1.0.1
OPENSSL_1.0.1d
# strings libssl.so.1.0.0 | grep OPENSSL_1
OPENSSL_1.0.0
OPENSSL_1.0.1
OPENSSL_1.0.1d


# dpkg -i ~/libssl1.0.0_1.0.1c-4_i386.deb
dpkg: warning: downgrading libssl1.0.0:i386 from 1.0.1e-2 to 1.0.1c-4

SASL auth now works

# strings libcrypto.so.1.0.0 | grep OPENSSL_1
OPENSSL_1.0.0
OPENSSL_1.0.1
# strings libssl.so.1.0.0 | grep OPENSSL_1
OPENSSL_1.0.0
OPENSSL_1.0.1



More information about the Pkg-openssl-devel mailing list