Package: dnsutils
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

dns-services fail because of wrong library dependencies.

After executing a system-upgrade i cannot execute nslookup any more:
nslookup: error while loading shared libraries: libdns.so.43: cannot open shared
object file: No such file or directory


>From /var/log/apt/term.log:
===========================
Wähle vormals abgewähltes Paket libdns45.
Entpacke libdns45 (aus .../libdns45_1%3a9.5.1.dfsg.P1-1_amd64.deb) ...
Richte libdns45 ein (1:9.5.1.dfsg.P1-1) ...
Entferne libdns43 ...
Wähle vormals abgewähltes Paket libisc45.
Entpacke libisc45 (aus .../libisc45_1%3a9.5.1.dfsg.P1-1_amd64.deb) ...
Vorbereiten zum Ersetzen von libisccfg40 1:9.5.0.dfsg.P2-4 (durch
.../libisccfg40_1%3a9.5.1.dfsg.P1-1_amd64.deb) ...
Entpacke Ersatz für libisccfg40 ...
Vorbereiten zum Ersetzen von libisccc40 1:9.5.0.dfsg.P2-4 (durch
.../libisccc40_1%3a9.5.1.dfsg.P1-1_amd64.deb) ...
Entpacke Ersatz für libisccc40 ...
Richte libisc45 ein (1:9.5.1.dfsg.P1-1) ...
Richte libisccc40 ein (1:9.5.1.dfsg.P1-1) ...
Richte libisccfg40 ein (1:9.5.1.dfsg.P1-1) ...
Entferne libisc44 ...



The problem can be solved so far by linking the missing libraries to the newer 
one:
================================================
r...@pc:/usr/lib#
ln -s libdns.so.45.0.4 libdns.so.43
ln -s libisc.so.45.0.3 libisc.so.44


Here the library dependencies before creating the links:
==================================================
# ldd /usr/bin/nslookup
        linux-vdso.so.1 =>  (0x00007fffe5dff000)
        liblwres.so.40 => /usr/lib/liblwres.so.40 (0x00007f50dd861000)
        libdns.so.43 => not found
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007f50dd635000)
        libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00007f50dd29a000)
        libbind9.so.40 => /usr/lib/libbind9.so.40 (0x00007f50dd08f000)
        libisc.so.44 => not found
        libisccfg.so.40 => /usr/lib/libisccfg.so.40 (0x00007f50dce71000)
        libcap.so.2 => /lib/libcap.so.2 (0x00007f50dcc6d000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x00007f50dca55000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007f50dc83a000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007f50dc4dc000)
        libc.so.6 => /lib/libc.so.6 (0x00007f50dc189000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007f50dbee8000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007f50dbcc2000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00007f50dbabf000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007f50db8b7000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f50db6b3000)
        libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00007f50db4b1000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x00007f50db29b000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f50db084000)
        libdns.so.45 => /usr/lib/libdns.so.45 (0x00007f50dad2f000)
        libisc.so.45 => /usr/lib/libisc.so.45 (0x00007f50daadb000)
        libisccc.so.40 => /usr/lib/libisccc.so.40 (0x00007f50da8d2000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f50dda74000)
        libm.so.6 => /lib/libm.so.6 (0x00007f50da64f000)


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=ISO-8859-1) (ignored:
LC_ALL set to de_DE)
Shell: /bin/sh linked to /bin/bash





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to