- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: compile errors nmap 11iv3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 08:52 PM
09-03-2007 08:52 PM
compile errors nmap 11iv3
At HP-UX URL: http://hpux.connect.org.uk it is no version for 11.31.
so i downloaded the source from http://hpux.connect.org.uk/hppd/cgi-bin/search?package=&term=/nmap-
and installed the Build-time deps like:
product version
gcc 4.2.1
db 4.6.18
libgcc 4.2.1
gdbm 1.8.3
gettext 0.16.1
glib 1.2.10
gtk+ 1.2.10
libiconv 1.11
libpcap 0.9.7
make 3.81
openssl 0.9.8e
pcre 7.2
perl 5.8.8
then i read HPUX.install and did following steps :
1. ./configure --enable-shared
2. change Makefile depending on info's of HPUX.install . i hope i did it right.
3. gmake
then i get some errors and the compiling aborts:
tcpip.h:290: error: extra qualification 'PacketTrace::' on member 'traceArp'
main.cc: In function 'int main(int, char**, char**)':
.
.
main.cc:147: warning: deprecated conversion from string constant to 'char*'
gmake: *** [main.o] Error 1
i haven't enough experience in C to solve the problem.
regards,tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:22 AM
09-04-2007 05:22 AM
Re: compile errors nmap 11iv3
It appears it shouldn't have that "PacketTrace::".
>i haven't enough experience in C to solve the problem.
This ain't no stinkin' C, it's C++. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 06:15 AM
09-04-2007 06:15 AM
Re: compile errors nmap 11iv3
You have to make code changes to fix it. If you don't have the skill's you are going to have to wait for someone else to do it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 08:47 PM
09-06-2007 08:47 PM
Re: compile errors nmap 11iv3
i have now a solution :
i downloaded the version 4.20 from http://packages.qa.debian.org/n/nmap.html
and compiled it under 11.31 and it works.
regards,tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 08:48 PM
09-06-2007 08:48 PM