|
Nmap Development
mailing list archives
NMAP 3.50 installation problem in HP-UX 11.11 machine
From: "Saravanan" <saravanan_kovai () HotPop com>
Date: Sat, 24 Jan 2004 14:42:40 +0530
Hello All,
I tried to install the NMAP 3.50 version in my HP-UX 11.11 PA-RISC machine. I downloaded the source from insecure.org
and proceeded.
1) ./configure --prefix=DIR --with-openssl=DIR --with-libpcap=DIR
It is configured successfully.
2) Then gmake
It gives the following error.
# gmake
---
---
Compiling nmap
rm -f nmap
g++ -L/opt/iexpress/libpcap/lib -L/opt/iexpress/libpcap/lib -Lnbase -Lnsock/src
/ -o nmap main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o ossc
an.o output.o scan_engine.o timing.o charpool.o services.o protocols.o nmap_rpc.
o portlist.o NmapOps.o TargetGroup.o Target.o FingerPrintResults.o service_scan.
o NmapOutputTable.o -lm -lssl -lcrypto -lnbase -lnsock libpcre/libpcre.a -lpca
p
/usr/ccs/bin/ld: Unsatisfied symbols:
SSLv23_client_method (code)
SSL_load_error_strings (code)
SSL_library_init (code)
collect2: ld returned 1 exit status
gmake: *** [nmap] Error 1
# nm nsock/src/libnsock.a | grep SSLv23_client_method
SSLv23_client_method| |undef |code |
# nm nsock/src/libnsock.a | grep SSL_load_error_strings
SSL_load_error_strings| |undef |code |
# nm nsock/src/libnsock.a | grep SSL_library_init
SSL_library_init | |undef |code |
#
The unstasified sysmbols are chked thru strings comamnd. Those are available in library (nsock/src/libnsock.a). Can
anyone help me to away from this problem. But nmap 3.48 version is installed successfully in my 11.11 machine.
Thanks,
Saravanan
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 1/19/2004
By Date
By Thread
Current thread:
- NMAP 3.50 installation problem in HP-UX 11.11 machine Saravanan (Jan 24)
|