Ethereal-users: RE: [Ethereal-users] trying to install

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Preston, Gabriel" <GPreston@xxxxxxxxxxxxxx>
Date: Tue, 28 Sep 2004 09:59:18 -0400
> [root@voip1 root]# rpm -i ethereal-base-no-snmp-0.10.0a-1.RH9.i386.rpm
> error: Failed dependencies:
>         libpcap.so.0.6.2 is needed by 
> ethereal-base-no-snmp-0.10.0a-1.RH9
> [root@voip1 root]#
> 
> My pcap at this point is:
> 
> [root@voip1 root]# rpm -a -q |grep pcap
> libpcap-0.4-16ethereal

It looks like you needed to have installed libpcap version 0.6.2, not
0.4-16ethereal.  You can download that from the same directory you grabbed
the other libpcap rpm from, which is: 

http://www.ethereal.com/distribution/rpms/all-versions/libpcap-0.6.2-7.i386.
rpm

-gabriel