Hey Scott<br><br> You can check the variable LD_LIBRARY_PATH with the command<br><br>[root@cerberos ~]# echo $LD_LIBRARY_PATH<br><br>If you have return, e.g. /usr/lib, you can unset (command below) and try again<br><br>
[root@cerberos ~]# unset LD_LIBRARY_PATH<br><br>or <br><br>[root@cerberos ~]# LD_LIBRARY_PATH="";export LD_LIBRARY_PATH<br><br>or if the problem persist, (this work, but i don't recommend ... is not beauty) is create the symbolic link<br>
<br>ln -s /opt/csw/lib/libssl.so.0.9.8 /lib<br>ln -s /opt/csw/lib/libcrypto.so.0.9.8 /lib<br><br>Good luck.<br>Waldirio<br><br><br><div><span class="gmail_quote">2008/4/2, Lundgren, Scott <<a href="mailto:SELundgr@uncc.edu">SELundgr@uncc.edu</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you everyone, I'm headed in the right direction. Can someone run<br> this for me so I get the symlinks correct?<br> <br> cd cccc<br> ls -l libssl.so.0.9.8<br> ls -l libcrypto.so.0.9.8<br> <br> root@ics20 # ldd /opt/csw/bin/nmap<br>
libpcre.so.0 => /opt/csw/lib/sparcv8/libpcre.so.0<br> libpcap.so => /opt/csw/lib/sparcv8plus/libpcap.so<br> libssl.so.0.9.8 => (file not found)<br> libcrypto.so.0.9.8 => (file not found)<br>
<br> librt.so.1 => /lib/librt.so.1<br> libsocket.so.1 => /lib/libsocket.so.1<br> libnsl.so.1 => /lib/libnsl.so.1<br> libm.so.1 => /lib/libm.so.1<br> libCstd.so.1 => /lib/libCstd.so.1<br>
libCrun.so.1 => /lib/libCrun.so.1<br> libc.so.1 => /lib/libc.so.1<br> <br> libaio.so.1 => /usr/lib/libaio.so.1<br> <br> libmd5.so.1 => /usr/lib/libmd5.so.1<br> <br> libdl.so.1 => /usr/lib/libdl.so.1<br>
<br> libmp.so.2 => /usr/lib/libmp.so.2<br> <br> /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1<br> /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1<br> /usr/platform/SUNW,UltraAX-i2/lib/libmd5_psr.so.1<br>
<br><br> Scott Lundgren<br> <a href="mailto:selundgr@uncc.edu">selundgr@uncc.edu</a><br> University of North Carolina at Charlotte<br> ITS - Web Services<br> <a href="http://www.uncc.edu">www.uncc.edu</a><br> <br><br> -----Original Message-----<br>
From: users-bounces+selundgr=<a href="mailto:uncc.edu@lists.blastwave.org">uncc.edu@lists.blastwave.org</a><br> [mailto:<a href="mailto:users-bounces%2Bselundgr">users-bounces+selundgr</a>=<a href="mailto:uncc.edu@lists.blastwave.org">uncc.edu@lists.blastwave.org</a>] On Behalf<br>
Of Dennis Clarke<br> Sent: Tuesday, April 01, 2008 7:16 PM<br> To: questions and discussions<br> Subject: Re: [csw-users] unhappy nmap<br> <br> <br> > Hello Scott<br> ><br> > First, you can check the variable LD_LIBRARY_PATH, isn't recommended<br>
the<br> > use it. If the variable is set, comment, probably in your /etc/profile<br> or<br> > another start script.<br> ><br> > Second, you can check the shared libraries of the binary nmap, with<br> the<br>
> command below:<br> ><br> > ldd <path to nmap>/nmap<br> ><br> <br> I just installed nmap with "/opt/csw/bin/pkg-get -i nmap" and this is<br> what I<br> see :<br> <br> .<br> .<br> .<br> Installing nmap - A network exploration tool and security/port scanner<br>
as<br> <CSWnmap><br> <br> ## Installing part 1 of 1.<br> /opt/csw/bin/nmap<br> /opt/csw/bin/nmapfe<br> /opt/csw/bin/xnmap <symbolic link><br> /opt/csw/share/applications/nmapfe.desktop<br> /opt/csw/share/man/man1/nmap.1<br>
/opt/csw/share/man/man1/nmapfe.1<br> /opt/csw/share/man/man1/xnmap.1<br> /opt/csw/share/nmap/nmap-mac-prefixes<br> /opt/csw/share/nmap/nmap-os-db<br> /opt/csw/share/nmap/nmap-os-fingerprints<br> /opt/csw/share/nmap/nmap-protocols<br>
/opt/csw/share/nmap/nmap-rpc<br> /opt/csw/share/nmap/nmap-service-probes<br> /opt/csw/share/nmap/nmap-services<br> /opt/csw/share/nmap/nmap.dtd<br> /opt/csw/share/nmap/nmap.xsl<br> [ verifying class <none> ]<br> <br>
Installation of <CSWnmap> was successful.<br> <br> # ldd /opt/csw/bin/nmap<br> libpcre.so.0 => /opt/csw/lib/i386/libpcre.so.0<br> libpcap.so => /opt/csw/lib/i386/libpcap.so<br> libssl.so.0.9.8 =><br>
/opt/csw/lib/pentium_pro/libssl.so.0.9.8<br> libcrypto.so.0.9.8 =><br> /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8<br> librt.so.1 => /lib/librt.so.1<br> libsocket.so.1 => /lib/libsocket.so.1<br>
libnsl.so.1 => /lib/libnsl.so.1<br> libm.so.1 => /lib/libm.so.1<br> libCstd.so.1 => /lib/libCstd.so.1<br> libCrun.so.1 => /lib/libCrun.so.1<br> libc.so.1 => /lib/libc.so.1<br>
libdl.so.1 => /usr/lib/libdl.so.1<br> libaio.so.1 => /usr/lib/libaio.so.1<br> libmp.so.2 => /usr/lib/libmp.so.2<br> <br> That looks perfect to me.<br> <br> What libs are you missing ?<br>
<br> Dennis<br> <br> <br> <br> <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>
_______________________________________________<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>