On Fri, 22 Aug 2003 06:58:37 -0700 (PDT) Brian Kantar <[EMAIL PROTECTED]> wrote:
> Yes, when I am running Make. Here is more, please > excuse any typos, for my Copy/Paste command doesn't > seem to be working in Mandrake... > > [EMAIL PROTECTED] && make > cd nasl && make > make[1]: Entering direcotry '/root/libnasl/nasl' > /bin/sh /root/libnasl/libtool --silent gcc -pipe -g > -02 'sh ./cflags' -c nasl_packet_forgery.c > > Infiel inclueded from nasl_packet_forgery.c:30: > ../include/incudes.h:217:18 pcap.h: No such file or > directory [...] Did you compile and install nessus-libraries first? That package provides a pcap.h. On my system it's loacted in /usr/include/nessus/pcap.h, if you compile from source with the deafult prefix it will probably be in /usr/local/include/nessus/pcap.h Alternatively there's a libpcap0-devel package which provides /usr/include/pcap.h, but I don't think that's the one that nasl needs. -- Marcel Pol
