On Thu, 10 Oct 2002 17:20, [EMAIL PROTECTED] wrote: > Hi, > > I have tried without any luck to install pcap ( a C Packet Capture library > - http://www.tcpdump.org/) i downloaded it from > http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz and I dont know how to > install it. I am running Mandrake 8.1 . > > Any help will be appreciated,
tar xvzf libpcap-0.7.1.tar.gz cd libpcap-0.7.1 less README.linux read with both eyes, pay particular attention to the kernel config notes. ./configure make su -c 'make install' presto! -- Sincerely etc., Christopher Sawtell
