Thanks a lot for your response, Renaud. I will try doing it. In addition, it is interesting that the warning message is actually very common and not related to Nessus. It probably serves as an example of Linux inner functions. In my case, including the path in the /etc/ld.so.conf did not stop the warnings.
Searching, I found this dialogue between two developers in the GNU project that I believe casts a little light to explain why we get that type of message: "It's hard to distinguish system libraries from non-system libraries, except by the distinction quoted above: a non-system library is a library installed in a directory which the dynamic linker does not search by default. Unfortunately, the GNU/Linux dynamic linker reportedly uses a rather complex algorithm, in which it makes decisions based on the libc version number which libraries are linked against, which would seem to make it hard to determine just which directories the dynamic linker searches by default. In the normal case I think one can assume that the dynamic linker will search any directory listed in /etc/ld.so.conf, and it would be OK to omit a -rpath argument for any shared library installed in one of the directories listed in that file." Cheers --- Renaud Deraison <[EMAIL PROTECTED]> wrote: > On Thu, Dec 12, 2002 at 06:34:55PM -0800, Rolando > Azpurua wrote: > > First part of the error entry: > > cc1: warning: changing search order for system > > directory "/usr/local/include" > > cc1: warning: as it has already been specified > as a > > non-system directory > > This is not an error, merely a warning (although I > acknowledge I'd > rather do without it and will probably fix it). > > > /bin/sh: line 1: lex: command not found > > make[1]: yacc: Command not found > > make[1]: *** [grammar.c] Error 127 > > make: [pcap-make] Error 2 (ignored) > > > > I am installing nessus in Mandrake 9.0 > > GIMP devel is installed. > > Install bison and flex and retry from scratch (ie: > 'make distclean' > in nessus-libraries/, then ./configure && make && > make install) > > > -- Renaud > - > [EMAIL PROTECTED]: general discussions about > Nessus. > * To unsubscribe, send a mail to > [EMAIL PROTECTED] with > "unsubscribe nessus" in the body. - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
