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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

