Hello Scott<br><br> 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.<br><br> Second, you can check the shared libraries of the binary nmap, with the command below:<br>
<br>ldd <path to nmap>/nmap<br><br>In my sample (below), I put the shared libraries of nmap in linux<br><br>[root@cerberos ~]# which nmap<br>/usr/bin/nmap<br>[root@cerberos ~]# ldd /usr/bin/nmap<br> linux-gate.so.1 => (0x00730000)<br>
libpcre.so.0 => /lib/libpcre.so.0 (0x040df000)<br> libssl.so.6 => /lib/libssl.so.6 (0x035a3000)<br> libcrypto.so.6 => /lib/libcrypto.so.6 (0x033d9000)<br> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00c82000)<br>
libm.so.6 => /lib/libm.so.6 (0x00976000)<br> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00c29000)<br> libc.so.6 => /lib/libc.so.6 (0x00834000)<br> libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00777000)<br>
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x0350e000)<br> libcom_err.so.2 => /lib/libcom_err.so.2 (0x00745000)<br> libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x0074a000)<br> libresolv.so.2 => /lib/libresolv.so.2 (0x007ee000)<br>
libdl.so.2 => /lib/libdl.so.2 (0x0099f000)<br> libz.so.1 => /usr/lib/libz.so.1 (0x009be000)<br> /lib/ld-linux.so.2 (0x00817000)<br> libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x007a7000)<br>
libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00772000)<br> libselinux.so.1 => /lib/libselinux.so.1 (0x006cf000)<br> libsepol.so.1 => /lib/libsepol.so.1 (0x006e8000)<br><br>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/...)<br>
<br>Third, you can check for dependence package in your system.<br><br>Good luck and Waiting your answer ...<br><br>Best Regards<br>Waldirio<br><br><div><span class="gmail_quote">2008/4/1, Peter Bonivart <<a href="mailto:bonivart@blastwave.org">bonivart@blastwave.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Apr 1, 2008 at 11:38 PM, Lundgren, Scott <<a href="mailto:SELundgr@uncc.edu">SELundgr@uncc.edu</a>> wrote:<br> > My bet is that I'm missing a symlink. Any guesses where it should go?<br> > Openssl package and libssl information follows:<br>
<br> <br>I've seen this before, the lib is copied but the symlinks are not<br> created. Maybe there's something wrong with a pre/post-script since<br> the package file list shows libssl.so.0.9.8. There's some preservation<br>
of old libs going on and maybe there's a problem there.<br> <br> Try:<br> <br> # cd /opt/csw/lib<br> # ln -s libssl.so libssl.so.0.9.8<br> <br><br> --<br> /peter<br> _______________________________________________<br>
users mailing list<br> <a href="mailto:users@lists.blastwave.org">users@lists.blastwave.org</a><br> <a href="https://lists.blastwave.org/mailman/listinfo/users">https://lists.blastwave.org/mailman/listinfo/users</a><br> </blockquote>
</div><br><br clear="all"><br>-- <br>______________<br>Atenciosamente<br>Waldirio<br>msn: <a href="mailto:wmp@sinope.com.br">wmp@sinope.com.br</a><br>Site: <a href="http://www.waldirio.com.br">www.waldirio.com.br</a><br>Blog: <a href="http://blog.waldirio.com.br">blog.waldirio.com.br</a>