On Fri, 22 Aug 2003 10:32:24 -0700 (PDT)
Brian Kantar <[EMAIL PROTECTED]> wrote:

It seems you reply off-list. Do you want to keep it off-list, or keep it going
over the mailinglist? If the last, could you send your reply to the list? No
offense, just asking.

> I followed the instructinos for installing the
> nessus-libraries:
> 
> cd nessus-libraries
> ./confgure
> make
> 
> and after that:
> make install
> 
> That 'seemed' to run fine, but when i looked in
> [EMAIL PROTECTED]: /usr/include I don't see a Nessus folder.

If you didn't specify a prefix with configure, then it installs in /usr/local,
not in /usr, so you should look under /usr/local/include.

Replying to your other mail:
> I tried to isntall the nessus-libraries again, to make
> sure it isntalled, (I did install Bison earlier)and it
> got:
> 
> checking for flex...no
> checking for bison
> Configure: warning: don't have both flex and bison;
> reverting to lex/yacc
> checking for lex... no
> configure: error: *** Neither lex nor flex are
> installed - can not continue
> configure: error: ./configure failed for
> libpcap-nessus

How did you install these? If you installed them from source, they will be in
/usr/local, and you need to have /usr/local/bin in your path. It might be
easier to just install the rpm packages from Mandrake 9.1 by running:
urpmi bison flex
You could consider doing the same with nessus. Packages (1.2.6) are available
in Mandrake contribs on ftp mirrors.
If you want the latest, compiling from source is probably the way to go but
involves more work.

> --- Marcel Pol <[EMAIL PROTECTED]> wrote:
> > 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


Reply via email to