Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#17198 - [dnsiff] dsniff package missing dependencies
Attached to Project:
Community Packages
Opened by Dan McGee (toofishes) - Thursday, 19 November 2009, 03:58 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 19 November 2009, 14:46 GMT
Opened by Dan McGee (toofishes) - Thursday, 19 November 2009, 03:58 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 19 November 2009, 14:46 GMT
|
DetailsThe dsniff package is all sorts of broken when it comes to deps; I'm not even sure what I'm missing but at least two of the binaries don't work at all.
Steps to reproduce: dmcgee@galway ~ $ dsniff dsniff: error while loading shared libraries: libnids.so.1.23: cannot open shared object file: No such file or directory dmcgee@galway ~ $ tcpkill tcpkill: error while loading shared libraries: libnet.so.1: cannot open shared object file: No such file or directory dmcgee@galway ~ $ ldd /usr/sbin/tcpkill linux-vdso.so.1 => (0x00007fffe79ff000) libresolv.so.2 => /lib/libresolv.so.2 (0x00007f0d8145d000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f0d8119a000) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f0d80f96000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f0d80d7e000) libpcap.so.1 => /usr/lib/libpcap.so.1 (0x00007f0d80b49000) libnet.so.1 => not found libc.so.6 => /lib/libc.so.6 (0x00007f0d807f3000) libpcre.so.0 => /lib/libpcre.so.0 (0x00007f0d805c3000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f0d803a7000) librt.so.1 => /lib/librt.so.1 (0x00007f0d8019f000) /lib/ld-linux-x86-64.so.2 (0x00007f0d81673000) dmcgee@galway ~ $ ldd /usr/sbin/dsniff linux-vdso.so.1 => (0x00007fff3ebff000) libresolv.so.2 => /lib/libresolv.so.2 (0x00007f6be4e43000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f6be4b80000) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f6be497c000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f6be4764000) libnids.so.1.23 => not found libpcap.so.1 => /usr/lib/libpcap.so.1 (0x00007f6be452f000) libnet.so.1 => not found libdb-4.8.so => /usr/lib/libdb-4.8.so (0x00007f6be41ba000) libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007f6be3f6b000) libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00007f6be3bdd000) libc.so.6 => /lib/libc.so.6 (0x00007f6be3887000) libpcre.so.0 => /lib/libpcre.so.0 (0x00007f6be3657000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f6be343b000) librt.so.1 => /lib/librt.so.1 (0x00007f6be3233000) libdl.so.2 => /lib/libdl.so.2 (0x00007f6be302f000) libz.so.1 => /usr/lib/libz.so.1 (0x00007f6be2e1a000) /lib/ld-linux-x86-64.so.2 (0x00007f6be5059000) |
This task depends upon