[Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

Steve Langasek steve.langasek at canonical.com
Fri May 4 23:04:29 UTC 2012


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 at 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.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/994533

Title:
  cannot install ia32-libs on Ubuntu 12.04 x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/994533/+subscriptions



More information about the Ubuntu-server-bugs mailing list