Buchan Milne <[EMAIL PROTECTED]> writes: > Florin wrote: > > >Buchan Milne <[EMAIL PROTECTED]> writes: > > > >>>(florin@cooker)[~]-% rpm -qpR snort-1.8.2-1mdk.i586.rpm|grep cap > >>>libpcap >= 0.6 > >>>libpcap.so.0 > >>> > >>[bgmilne@bgmilne cooker-firewall]$ rpm -qa|grep pcap > >>libpcap0-devel-0.6.2-1mdk > >>libpcap0-0.6.2-1mdk > >>[bgmilne@bgmilne cooker-firewall]$ rpm --rebuild snort-1.8.2-1mdk.src.rpm > >>.... > >>.... > >>.... > >>gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I/usr/include/pcap -g -O2 -g -O2 > >>-Wall -DENABLE_RESPONSE -c ../../sp_respond.c > >>../../sp_respond.c:34:20: libnet.h: No such file or directory > >>gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I/usr/include/pcap -g -O2 -g -O2 > >>-Wall -DENABLE_RESPONSE -c ../../spo_alert_syslog.c > >>make: *** [sp_respond.o] Error 1 > >>make: *** Waiting for unfinished jobs.... > >>error: Bad exit status from /home/bgmilne/rpm/tmp/rpm-tmp.90659 (%build) > >> > >> > >>RPM build errors: > >> Bad exit status from /home/bgmilne/rpm/tmp/rpm-tmp.90659 (%build) > >> > > > >ok, I'll have a look then ... > > > > > Any news? Or should I try the latest libpcap ... > > Buchan
Hi there, First of all, let's examin a litle bit your error messages. It seems that you didn't install the libnet package. try after installing the libnet package ... -- Florin http://www.mandrakesoft.com
