[csw-users] unhappy nmap

Waldirio Manhães Pinheiro waldirio at gmail.com
Wed Apr 2 01:06:30 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

In my sample (below), I put the shared libraries of nmap in linux

[root at cerberos ~]# which nmap
/usr/bin/nmap
[root at cerberos ~]# ldd /usr/bin/nmap
        linux-gate.so.1 =>  (0x00730000)
        libpcre.so.0 => /lib/libpcre.so.0 (0x040df000)
        libssl.so.6 => /lib/libssl.so.6 (0x035a3000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x033d9000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00c82000)
        libm.so.6 => /lib/libm.so.6 (0x00976000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00c29000)
        libc.so.6 => /lib/libc.so.6 (0x00834000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00777000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x0350e000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00745000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x0074a000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x007ee000)
        libdl.so.2 => /lib/libdl.so.2 (0x0099f000)
        libz.so.1 => /usr/lib/libz.so.1 (0x009be000)
        /lib/ld-linux.so.2 (0x00817000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x007a7000)
        libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00772000)
        libselinux.so.1 => /lib/libselinux.so.1 (0x006cf000)
        libsepol.so.1 => /lib/libsepol.so.1 (0x006e8000)

In these links, check if you don't have any with "not found", in this case,
your system not recognize the path to lib (probably in /opt/csw/...)

Third, you can check for dependence package in your system.

Good luck and Waiting your answer ...

Best Regards
Waldirio

2008/4/1, Peter Bonivart <bonivart at blastwave.org>:
>
> On Tue, Apr 1, 2008 at 11:38 PM, Lundgren, Scott <SELundgr at uncc.edu>
> wrote:
> > My bet is that I'm missing a symlink. Any guesses where it should go?
> > Openssl package and libssl information follows:
>
>
> I've seen this before, the lib is copied but the symlinks are not
> created. Maybe there's something wrong with a pre/post-script since
> the package file list shows libssl.so.0.9.8. There's some preservation
> of old libs going on and maybe there's a problem there.
>
> Try:
>
> # cd /opt/csw/lib
> # ln -s libssl.so libssl.so.0.9.8
>
>
> --
> /peter
> _______________________________________________
> users mailing list
> users at lists.blastwave.org
> https://lists.blastwave.org/mailman/listinfo/users
>



-- 
______________
Atenciosamente
Waldirio
msn: wmp at sinope.com.br
Site: www.waldirio.com.br
Blog: blog.waldirio.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/users/attachments/20080401/05c58492/attachment-0002.html>


More information about the users mailing list