Operating System - HP-UX
1753534 Members
4945 Online
108795 Solutions
New Discussion юеВ

Re: installing tcpdump 3.9.8

 
SOLVED
Go to solution
sabinkarvijay
Frequent Advisor

installing tcpdump 3.9.8

Before installing tcpdump 3.9.8 we need to install libpcap but while installing i am getting the below error:

scotland:/tmp/libpcap/libpcap-0.9.5->./configure
checking build system type... hppa2.0w-hp-hpux11.11
checking host system type... hppa2.0w-hp-hpux11.11
checking target system type... hppa2.0w-hp-hpux11.11
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking that cc handles ansi prototypes... no
checking for HP-UX ansi compiler (cc -Aa -D_HPUX_SOURCE)... no
configure: error: see the INSTALL doc for more info

Please check the above error and do the needful

Thanks in Advance,

Regards,
Vijay Sabinkari.
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: installing tcpdump 3.9.8

Looks like you don't have a compiler for this, why not using this:

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-4.0.0/

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
sabinkarvijay
Frequent Advisor

Re: installing tcpdump 3.9.8

Hi,

After installing the same software depot which you mentioned, I am getting the below error while running tcpdump:-

scotland:/tmp/tcpdump->/usr/local/sbin/tcpdump
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lan0, link-type EN10MB (Ethernet), capture size 68 bytes

0 packets captured
0 packets received by filter
0 packets dropped by kernel

Is there any dependency with openssl?

Please let me know what can be done in this case?
Torsten.
Acclaimed Contributor
Solution

Re: installing tcpdump 3.9.8

All dependencies are listed on the download page.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
sabinkarvijay
Frequent Advisor

Re: installing tcpdump 3.9.8

Thanks Torsten,

Is each and every dependent software need to be installed before proceeding installation of tcpdump?

Regards,
Vijay Sabinkari.
Dennis Handly
Acclaimed Contributor

Re: installing tcpdump 3.9.8

>Is each and every dependent software need to be installed before proceeding installation of tcpdump?

Since you installed it without the dependent software, probably not. But you need those before you try to run it.

(You could install them all at once by using swcopy to copy them to a big depot.)
sabinkarvijay
Frequent Advisor

Re: installing tcpdump 3.9.8

Thanks all...

Now I have installed tcpdump successfully...


Regards,
Vijay.