On Fri, May 04, 2012 at 09:27:08PM -0000, Ulli Horlacher wrote:
> > Can you try running 'sudo apt-get install --reinstall libldap-2.4-2' to see
> > if that fixes the issue?
> root@eduroam1:~# apt-get install --reinstall libldap-2.4-2
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> You might want to run 'apt-get -f install' to correct these:
> The following packages have unmet dependencies:
> libcurl3:i386 : Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Right; we need a slightly different command to get around the fact that
dependencies aren't satisfied.
On Fri, May 04, 2012 at 09:27:08PM -0000, Ulli Horlacher wrote:
> > Can you try running 'sudo apt-get install --reinstall libldap-2.4-2' to see
> > if that fixes the issue?
> root@eduroam1:~# apt-get install --reinstall libldap-2.4-2
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> You might want to run 'apt-get -f install' to correct these:
> The following packages have unmet dependencies:
> libcurl3:i386 : Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Right; we need a slightly different command to get around the fact that
dependencies aren't satisfied.
Try one of these:
apt-get install --reinstall libldap-2.4-2 libldap-2.4-2:i386
dpkg -i /var/cache/ apt/archives/ libldap- 2.4-2_2. 4.28-1. 1ubuntu4_ amd64.deb
Either one of those should get things back to a consistent state.