Comment 3 for bug 994533

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 994533] Re: cannot install ia32-libs on Ubuntu 12.04 x86_64

On Fri, May 04, 2012 at 07:49:55PM -0000, Ulli Horlacher wrote:
> On Fri 2012-05-04 (19:22), Steve Langasek wrote:
> > I can't reproduce this problem here.

> I can reproduce it on 3 Ubuntu 12.04 systems.

> > Please show the output of the following command on your system:

> > dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' -W
> > 'libldap-2.4-2:*'

> root@eduroam1:~# dpkg-query -f='${PackageSpec}\t${Version}\n${Conffiles}\n' -W 'libldap-2.4-2:*'
> libldap-2.4-2 2.4.28-1.1ubuntu4
> /etc/ldap/ldap.conf 7fac807f65d84394410881bc16f1198a
> libldap-2.4-2:i386
>
The correct output is:

libldap-2.4-2 2.4.28-1.1ubuntu4
 /etc/ldap/ldap.conf 0b3f4d19d88498314478273ce10b0a70
libldap-2.4-2:i386

Somehow, you have a corrupted entry in your dpkg database for this conffile.

Can you try running 'sudo apt-get install --reinstall libldap-2.4-2' to see
if that fixes the issue?