Operating System - HP-UX
1831162 Members
3091 Online
110021 Solutions
New Discussion

nmap install , symbol not found error

 
SOLVED
Go to solution
kzhang_1
Occasional Advisor

nmap install , symbol not found error

I installed nmap tool on my itanium rx4640.
and get these error.
Anyone here can help me for this problem.
I installed all dependencies, and set SD_l


/tmp/gcc#ldd -r /usr/local/bin/nmap
libpcre.so => /usr/local/lib/hpux32/libpcre.so
libpcap.so => /usr/local/lib/hpux32/libpcap.so
libssl.so => /usr/local/lib/hpux32/libssl.so
libcrypto.so => /usr/local/lib/hpux32/libcrypto.so
libnm.so => /usr/lib/hpux32/libnm.so
libstdc++.so => /usr/local/lib/libstdc++.so
libunwind.so.1 => /usr/lib/hpux32/libunwind.so.1
libm.so.1 => /usr/lib/hpux32/libm.so.1
libc.so.1 => /usr/lib/hpux32/libc.so.1
libc.so.1 => /usr/lib/hpux32/libc.so.1
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
libc.so.1 => /usr/lib/hpux32/libc.so.1
libuca.so.1 => /usr/lib/hpux32/libuca.so.1
symbol not found: __udivsi3 (/usr/local/bin/nmap)
symbol not found: __divsi3 (/usr/local/bin/nmap)
symbol not found: __modsi3 (/usr/local/bin/nmap)
symbol not found: __umodsi3 (/usr/local/bin/nmap)
symbol not found: __udivdi3 (/usr/local/lib/libstdc++.so)
symbol not found: __udivsi3 (/usr/local/lib/libstdc++.so)
symbol not found: __divsi3 (/usr/local/lib/libstdc++.so)
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: nmap install , symbol not found error

Shalom,

It would be helpful to know whether you installed the depot version or not. I have found the depot version to be very unreliable and suggest you try compiling nmap from the source code.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
kzhang_1
Occasional Advisor

Re: nmap install , symbol not found error

Thanks for your fast reply, Steven
I have a old version running on the other machine works fine.
I will recompile it on this machine.
Thanks again
Dennis Handly
Acclaimed Contributor

Re: nmap install , symbol not found error

Hmm, I keep seeing these unsats. I'm not sure how anyone can make a depot with these unsat errors and not notice the product doesn't run?? (The executable should have been linked with libgcc.a.)

About the only thing that could make sense is that these symbols were in one of the above shlibs when they made them but not on the versions on your system.