On Thu, 3 Oct 2002, Michael d'Estries wrote: > On install, I use the sh nessus-installer.sh command to auto compile and > install.
Well, you should try to compile it manually. > CC1: warning : changing search order for system directory > '/usr/local/include' as it has already been specified as a non-system > directory. The compiler warns you that nessus-installer.sh invoked it with -I /usr/local/include while the same directory is already listed as one of predefined system include directories. The warning is harmless unless the correctness of compiled binaries depends on some headers in /usr/local/include being overriden by headers in another system include directory. > Also, there are errors that pop up letting me know html output and > graphs will not be possible...is this related to the error above? Everything is possible but I suppose this one is caused by the lack of some library, perhaps gd... > I'm currently using Mandrake 9.0 with all libraries installed. ...or the installer's inability to find the library in question even if it is present. > Nessus works on scans, but I can't read any of the output, only the > port scan results. Do you mean the reports contain nothing but the list of found open ports? Have you checked the server log? Did it run any plugins? --Pavel Kankovsky aka Peak "Welcome to the Czech Republic. Bring your own lifeboats." - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
