[csw-users] unhappy nmap
Dennis Clarke
dclarke at blastwave.org
Wed Apr 2 01:15:36 CEST 2008
> Hello Scott
>
> First, you can check the variable LD_LIBRARY_PATH, isn't recommended the
> use it. If the variable is set, comment, probably in your /etc/profile or
> another start script.
>
> Second, you can check the shared libraries of the binary nmap, with the
> command below:
>
> ldd <path to nmap>/nmap
>
I just installed nmap with "/opt/csw/bin/pkg-get -i nmap" and this is what I
see :
.
.
.
Installing nmap - A network exploration tool and security/port scanner as
<CSWnmap>
## Installing part 1 of 1.
/opt/csw/bin/nmap
/opt/csw/bin/nmapfe
/opt/csw/bin/xnmap <symbolic link>
/opt/csw/share/applications/nmapfe.desktop
/opt/csw/share/man/man1/nmap.1
/opt/csw/share/man/man1/nmapfe.1
/opt/csw/share/man/man1/xnmap.1
/opt/csw/share/nmap/nmap-mac-prefixes
/opt/csw/share/nmap/nmap-os-db
/opt/csw/share/nmap/nmap-os-fingerprints
/opt/csw/share/nmap/nmap-protocols
/opt/csw/share/nmap/nmap-rpc
/opt/csw/share/nmap/nmap-service-probes
/opt/csw/share/nmap/nmap-services
/opt/csw/share/nmap/nmap.dtd
/opt/csw/share/nmap/nmap.xsl
[ verifying class <none> ]
Installation of <CSWnmap> was successful.
# ldd /opt/csw/bin/nmap
libpcre.so.0 => /opt/csw/lib/i386/libpcre.so.0
libpcap.so => /opt/csw/lib/i386/libpcap.so
libssl.so.0.9.8 => /opt/csw/lib/pentium_pro/libssl.so.0.9.8
libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8
librt.so.1 => /lib/librt.so.1
libsocket.so.1 => /lib/libsocket.so.1
libnsl.so.1 => /lib/libnsl.so.1
libm.so.1 => /lib/libm.so.1
libCstd.so.1 => /lib/libCstd.so.1
libCrun.so.1 => /lib/libCrun.so.1
libc.so.1 => /lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libaio.so.1 => /usr/lib/libaio.so.1
libmp.so.2 => /usr/lib/libmp.so.2
That looks perfect to me.
What libs are you missing ?
Dennis
More information about the users
mailing list