PDA

View Full Version : Error after ./configure && make install (RH Linux)



Delinquent
09-17-2004, 02:58 PM
Im currently Running RH Linux 9.0 and after I run the "./configure && make install" it gets
to a point and then give me this:

checking for pcap_open_live in -lpcap... no
configure: error: cannot find pcap_open_live in libpcap. Read the INSTALL file.

I saw this error on a Mandrake 10.0 thread but that didnt help me any. So maybie there is a
way to fix it or something on Redhat linux.

Please help me...
Thanks.

domesticbeer
09-17-2004, 03:38 PM
looks like you dont have libpcap libaries install.

Delinquent
09-17-2004, 04:02 PM
Where can i install this library? Should it be under add and remove applications? If so under what? Thanks for the help.

purple
09-17-2004, 04:10 PM
There's probably a pcap-devel package or something.

Delinquent
09-17-2004, 04:28 PM
Where can I find the package? I dont see it under Add/Remove Applications. Maybie a webpage you can link me.
Thanks agian.

purple
09-17-2004, 06:01 PM
Maybe this (http://www.google.com/search?hl=en&ie=UTF-8&q=libpcap-devel&btnG=Google+Search)

Tor K'tal
09-17-2004, 07:32 PM
Are you really doing "./configure && make install" ? or are you doing "./configure && make && make install" cause they are different things.

Also rpmfind.net (http://www.rpmfind.net/) is a good place to find library for install, there is also the CDs you installed RH9 with, it should be on one of them.

~ TK

Zaphod
09-17-2004, 11:59 PM
If you are running Redhat 9, all the RPM's you need should be available on the Red Hat 9 CDROM's. To make sure you have all the required dependencies installed you can download my dependency checking script checkdeps.sh (http://www.doomed.to/showeq/checkdeps.sh) from my website (http://www.doomed.to/showeq/). Then:

$ chmod u+x ./checkdeps.sh
$ ./checkdeps.sh

and see what the output says...

Enjoy,
Zaphod (dohpaZ)

Delinquent
09-18-2004, 12:11 AM
Yeah I am just doing the:


./configure && make install

and not the other one you said.
Im installing RH agian with All packages selected this time.. So full 5gig install.
Then im going to try all this over agian. Hope it works. Thanks for everyone's help. Ill let you all know how it works out for me. )

Thanks agian.