This is a litle mistake in
/var/lib/dpkg/info/libnss-ldap.postinst
please change the line
value=`echo $value | sed -s 's#-#\\-#g'`
to
value=`echo $value | sed -s 's#-#\\\-#g'`
Then call
apt-get -f install
and all works fine.
--
Andreas Matthus <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, ema
Package: libnss-ldap
Version: 251-5
Severity: normal
I met the following error when I tried to upgrade libnss-ldap
to 251-5:
# apt-get install libnss-ldap
Reading package lists...
Building dependency tree...
libnss-ldap is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and
2 matches
Mail list logo