1833323 Members
2915 Online
110051 Solutions
New Discussion

Re: Nmap on HP-UX?

 
steve saady
Occasional Advisor

Nmap on HP-UX?

I can use Nmap 2.53 precompiled binary, but does anyone know is there is a precompiled binary for Nmap 3.3x? Compiling it quicky devolves into a PITA.

...
checking sys/socket.h usability... no
checking sys/socket.h presence... yes
configure: WARNING: sys/socket.h: present but cannot be compiled
...
6 REPLIES 6
Steve Steel
Honored Contributor

Re: Nmap on HP-UX?

Hi


See

http://www.insecure.org/nmap/nmap_download.html


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Jerome Henry
Honored Contributor

Re: Nmap on HP-UX?

Hi,

Only 2.53 is ported to HP UX. See :

http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/

J
You can lean only on what resists you...
steve saady
Occasional Advisor

Re: Nmap on HP-UX?

There is no pre-compiled binary, or any salient compilation instructions there.
Caesar_3
Esteemed Contributor

Re: Nmap on HP-UX?

Hello!

You should check for patch to upgrate the
headers it could help to compile.

Caesar
steve saady
Occasional Advisor

Re: Nmap on HP-UX?

Could you point me to the patch(es) you mean?

Re: Nmap on HP-UX?

Hi there,

the patches can be found here ...

http://lists.insecure.org/lists/nmap-dev/2003/Apr-Jun/0100.html

they can be applied with "patch -u < patch_xyz" (GNU patch command)

even with these patches applied, I ran into problems. Finally I went into time.h:485 and quote the function with "//external int gettimeofday" during my make.

that did work :)