Hello, another way to get the downgraded version of libldap-2.4-2 is to use the "hold" feature of a debian package.
Here is what I've done : $ echo "deb http://security.debian.org/ wheezy/updates main" | sudo tee -a / etc/apt/sources.list $ sudo apt-get update $ sudo apt-get install libldap-2.4-2=2.4.31-2 $ echo "libldap-2.4-2 hold" | sudo dpkg --set-selections Now "apt-get upgrade" won't update libldap-2.4-2 When the problem is fix, I will remove the hold using: $ echo "libldap-2.4-2 install" | sudo dpkg --set-selections and a little "apt-get upgrade" should then put the latest version Just 2ยข ^^ dan -- [email protected] https://inverse.ca/sogo/lists
