On Wed, 19 Sep 2007, Wenji Wu wrote:
here are the packages that installed in the system, anything missed?
[EMAIL PROTECTED] tcptrace-6.6.7]# rpm -qa|grep libcap
libcap-devel-1.10-26.x86_64
libcap-1.10-26.i386
libcap-devel-1.10-26.i386
libcap-1.10-26.x86_64
You can use
yum provides <filename>
where <filename> is the file you are looking for.
Or you can just install the one from Dag.
[EMAIL PROTECTED] ~]# yum --enablerepo=dag list tcptrace*
tcptrace.x86_64 6.6.7-1.2.el5.rf dag
-Connie Sieh
----- Original Message -----
From: Urs Beyerle <[EMAIL PROTECTED]>
Date: Wednesday, September 19, 2007 4:09 pm
Subject: Re: tcptrace compiling on Scientific Linux 5.0 X86_64
To: [EMAIL PROTECTED]
Cc: 'Connie Sieh' <[EMAIL PROTECTED]>, [email protected]
Wenji Wu wrote:
What pcap is it looking for? Library, include, other?
It tries to look for "include". And I check with the folder "/usr/include",
the related "pcap" files are not there. So, I am not sure what is
going on
since the package is installed on the system.
Have you installed the devel package (libpcap-devel) ?
Urs
Thanks,
wenji