Red Hat Networking - Installing libpcap/tcpdump

This is Interesting: Free IT Magazines  
Home > Archive > Red Hat Networking > January 2004 > Installing libpcap/tcpdump





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Installing libpcap/tcpdump
Bobby

2004-01-23, 7:34 pm

Hello,

I am trying to install tcpdump and libpcap but am a bit of a novice any
linux. Basically these programs are for packet sniffing available from
www.tcpdump.org. I do not think my problem however is specific to these
programs, but specific to installing any program, I may be wrong. Basically
my understanding is that you need to install libpcap first and then tcpdump.

The install readme says:-
"To build libpcap, run "./configure" (a shell script). The configure script
will determine your system attributes and generate an appropriate Makefile
from Makefile.in. Next run "make". If everything goes well you can su to
root and run "make install"."

What I have done is logged on as root, and changed directory to the where I
extracted the libpcap files. I then typed at the prompt "./configure". The
message that then comes up on screen says:-
"loading cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking build system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $path"

I think maybe I have missed a parameter out when I typed "./configure"

Can someone please help me on this

Thanks

Bob



j

2004-01-23, 7:35 pm

Looks like you don't have a c compiler. Install gcc first, then try again

Jay

"Bobby" <Bobby@nospam.btinternet.com> wrote in message
news:bg0jnd$aee$2@hercules.btinternet.com...
quote:

> Hello,
>
> I am trying to install tcpdump and libpcap but am a bit of a novice any
> linux. Basically these programs are for packet sniffing available from
> www.tcpdump.org. I do not think my problem however is specific to these
> programs, but specific to installing any program, I may be wrong.


Basically
quote:

> my understanding is that you need to install libpcap first and then


tcpdump.
quote:

>
> The install readme says:-
> "To build libpcap, run "./configure" (a shell script). The configure


script
quote:

> will determine your system attributes and generate an appropriate Makefile
> from Makefile.in. Next run "make". If everything goes well you can su to
> root and run "make install"."
>
> What I have done is logged on as root, and changed directory to the where


I
quote:

> extracted the libpcap files. I then typed at the prompt "./configure".


The
quote:

> message that then comes up on screen says:-
> "loading cache ./config.cache
> checking host system type... i686-pc-linux-gnuoldld
> checking target system type... i686-pc-linux-gnuoldld
> checking build system type... i686-pc-linux-gnuoldld
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $path"
>
> I think maybe I have missed a parameter out when I typed "./configure"
>
> Can someone please help me on this
>
> Thanks
>
> Bob
>
>
>




j

2004-01-23, 7:35 pm

Looks like you don't have a c compiler. Install gcc first, then try again

Jay

"Bobby" <Bobby@nospam.btinternet.com> wrote in message
news:bg0jnd$aee$2@hercules.btinternet.com...
quote:

> Hello,
>
> I am trying to install tcpdump and libpcap but am a bit of a novice any
> linux. Basically these programs are for packet sniffing available from
> www.tcpdump.org. I do not think my problem however is specific to these
> programs, but specific to installing any program, I may be wrong.


Basically
quote:

> my understanding is that you need to install libpcap first and then


tcpdump.
quote:

>
> The install readme says:-
> "To build libpcap, run "./configure" (a shell script). The configure


script
quote:

> will determine your system attributes and generate an appropriate Makefile
> from Makefile.in. Next run "make". If everything goes well you can su to
> root and run "make install"."
>
> What I have done is logged on as root, and changed directory to the where


I
quote:

> extracted the libpcap files. I then typed at the prompt "./configure".


The
quote:

> message that then comes up on screen says:-
> "loading cache ./config.cache
> checking host system type... i686-pc-linux-gnuoldld
> checking target system type... i686-pc-linux-gnuoldld
> checking build system type... i686-pc-linux-gnuoldld
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $path"
>
> I think maybe I have missed a parameter out when I typed "./configure"
>
> Can someone please help me on this
>
> Thanks
>
> Bob
>
>
>




j

2004-01-23, 7:35 pm

Looks like you don't have a c compiler. Install gcc first, then try again

Jay

"Bobby" <Bobby@nospam.btinternet.com> wrote in message
news:bg0jnd$aee$2@hercules.btinternet.com...
quote:

> Hello,
>
> I am trying to install tcpdump and libpcap but am a bit of a novice any
> linux. Basically these programs are for packet sniffing available from
> www.tcpdump.org. I do not think my problem however is specific to these
> programs, but specific to installing any program, I may be wrong.


Basically
quote:

> my understanding is that you need to install libpcap first and then


tcpdump.
quote:

>
> The install readme says:-
> "To build libpcap, run "./configure" (a shell script). The configure


script
quote:

> will determine your system attributes and generate an appropriate Makefile
> from Makefile.in. Next run "make". If everything goes well you can su to
> root and run "make install"."
>
> What I have done is logged on as root, and changed directory to the where


I
quote:

> extracted the libpcap files. I then typed at the prompt "./configure".


The
quote:

> message that then comes up on screen says:-
> "loading cache ./config.cache
> checking host system type... i686-pc-linux-gnuoldld
> checking target system type... i686-pc-linux-gnuoldld
> checking build system type... i686-pc-linux-gnuoldld
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $path"
>
> I think maybe I have missed a parameter out when I typed "./configure"
>
> Can someone please help me on this
>
> Thanks
>
> Bob
>
>
>




j

2004-01-23, 7:35 pm

Looks like you don't have a c compiler. Install gcc first, then try again

Jay

"Bobby" <Bobby@nospam.btinternet.com> wrote in message
news:bg0jnd$aee$2@hercules.btinternet.com...
quote:

> Hello,
>
> I am trying to install tcpdump and libpcap but am a bit of a novice any
> linux. Basically these programs are for packet sniffing available from
> www.tcpdump.org. I do not think my problem however is specific to these
> programs, but specific to installing any program, I may be wrong.


Basically
quote:

> my understanding is that you need to install libpcap first and then


tcpdump.
quote:

>
> The install readme says:-
> "To build libpcap, run "./configure" (a shell script). The configure


script
quote:

> will determine your system attributes and generate an appropriate Makefile
> from Makefile.in. Next run "make". If everything goes well you can su to
> root and run "make install"."
>
> What I have done is logged on as root, and changed directory to the where


I
quote:

> extracted the libpcap files. I then typed at the prompt "./configure".


The
quote:

> message that then comes up on screen says:-
> "loading cache ./config.cache
> checking host system type... i686-pc-linux-gnuoldld
> checking target system type... i686-pc-linux-gnuoldld
> checking build system type... i686-pc-linux-gnuoldld
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $path"
>
> I think maybe I have missed a parameter out when I typed "./configure"
>
> Can someone please help me on this
>
> Thanks
>
> Bob
>
>
>




j

2004-01-23, 7:37 pm

Looks like you don't have a c compiler. Install gcc first, then try again

Jay

"Bobby" <Bobby@nospam.btinternet.com> wrote in message
news:bg0jnd$aee$2@hercules.btinternet.com...
quote:

> Hello,
>
> I am trying to install tcpdump and libpcap but am a bit of a novice any
> linux. Basically these programs are for packet sniffing available from
> www.tcpdump.org. I do not think my problem however is specific to these
> programs, but specific to installing any program, I may be wrong.


Basically
quote:

> my understanding is that you need to install libpcap first and then


tcpdump.
quote:

>
> The install readme says:-
> "To build libpcap, run "./configure" (a shell script). The configure


script
quote:

> will determine your system attributes and generate an appropriate Makefile
> from Makefile.in. Next run "make". If everything goes well you can su to
> root and run "make install"."
>
> What I have done is logged on as root, and changed directory to the where


I
quote:

> extracted the libpcap files. I then typed at the prompt "./configure".


The
quote:

> message that then comes up on screen says:-
> "loading cache ./config.cache
> checking host system type... i686-pc-linux-gnuoldld
> checking target system type... i686-pc-linux-gnuoldld
> checking build system type... i686-pc-linux-gnuoldld
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $path"
>
> I think maybe I have missed a parameter out when I typed "./configure"
>
> Can someone please help me on this
>
> Thanks
>
> Bob
>
>
>




Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com