LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help installing tcpdump (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-installing-tcpdump-165957/)

mjl3434 04-04-2004 01:41 AM

Need help installing tcpdump
 
My goal is to be able to dump info from different ports into a file.
So I found this site http://www.tcpdump.org

I installed tcpdump and libcap with the same parent directory using the directions...

( "./configure" then "make" then "make install")

the manual page got installed but when I actually try to "tcpdump" at the console it does not work. Any Ideas? I run Fedora.

ilikejam 04-04-2004 07:28 PM

Erm, tcpdump comes with Fedora.

You'll have to be root to use it, and it's in an sbin directory, so do 'su -' instead of just 'su'. Then you should be able to use it.

You might want to do 'make uninstall' for the two packages you built to clean them off your system and use the RPMs from the Fedora CDs instead, just to keep everything consistant.

Dave

mjl3434 04-04-2004 09:45 PM

Thanks a bunch
 
Now I feel stupid but hey at least its working. Thanks! :-) It's people like you that make linux so appealing. Total control and a friendly knowledgable community that comes along with it.

ilikejam 04-04-2004 10:03 PM

Re: Thanks a bunch
 
Quote:

Total control and a friendly knowledgable community that comes along with it.
Well said!


All times are GMT -5. The time now is 02:08 AM.