Hi,

I installed nmap yesterday on a pfsense 2.0. When I call it, everything I get is

  /usr/local/bin/nmap
/libexec/ld-elf.so.1: Shared object "libpcap.so.1" not found, required by "nmap"

When I search for the library file, I find it's not on the box:

   find / -name "libpcap.so.1" -print
   (no results)

There is no package for libpcap in the list of installable packages. However,
some version of libpcap does in fact exist on the box:

   ldd /usr/sbin/tcpdump
   /usr/sbin/tcpdump:
        libpcap.so.7 => /lib/libpcap.so.7 (0x2811a000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x28148000)
        libc.so.7 => /lib/libc.so.7 (0x282a3000)

Did anyone else here run into trouble with nmap on 2.0 or is it only me?

Cheers,
Raimund Eimann

_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to