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:
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='${PackageSp ec}\t${ Version} \n${Conffiles} \n' -W
> > 'libldap-2.4-2:*'
> root@eduroam1:~# dpkg-query -f='${PackageSp ec}\t${ Version} \n${Conffiles} \n' -W 'libldap-2.4-2:*' 4410881bc16f119 8a
> libldap-2.4-2 2.4.28-1.1ubuntu4
> /etc/ldap/ldap.conf 7fac807f65d8439
> libldap-2.4-2:i386
>
The correct output is:
libldap-2.4-2 2.4.28-1.1ubuntu4 ldap.conf 0b3f4d19d884983 14478273ce10b0a 70
/etc/ldap/
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?