This is a known issue when compiling nessus 1.2.5 without SSL support. There are two solutions 1. compile with SSL support (recommended) or two - apply the patch below and everything should work.
Marc diff find_service.c nessus-plugins/plugins/find_service/find_service.c 843d842 < unsigned char *p; 850a850 > unsigned char *p; -- Marc Bown Lead Developer SafeComs Pty. Ltd. Web: http://www.safecoms.com/ Email: [EMAIL PROTECTED] Phone: (02) 9884 9801 Fax: (02) 9884 9802 Try eVICTOR Today! http://www.evictorsecurity.com/ On 6/9/02 7:21 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > While compiling nessus-plugins-1.2.5 I get the following error: > > Warning : the following plugins could not be built : > find_service > > scrolling up a little bit I see: > > gcc -g -O2 -I/usr/local/include -I/usr/local/include/nessus -c > find_service.c -fPIC -DPIC -o .libs/find_service.lo > find_service.c: In function `plugin_run': > find_service.c:1052: `p' undeclared (first use in this function) > find_service.c:1052: (Each undeclared identifier is reported only once > find_service.c:1052: for each function it appears in.) > make[1]: *** [find_service.nes] Error 1 > make[1]: Leaving directory > `/root/nessus-install/nessus-plugins/plugins/find_service' > > I have nmap-3.00-1 & nmap-frontend-3.00-1 installed on Mandrake Linux 8.2 > if that helps. > > Any ideas on how to correct this? > > - Mike > - > [EMAIL PROTECTED]: general discussions about Nessus. > * To unsubscribe, send a mail to [EMAIL PROTECTED] with > "unsubscribe nessus" in the body. > > ________________________________________________________________________ > This email has been scanned for all viruses by the SafeComs SkyScan > service. For more information on a proactive anti-virus service working > around the clock, around the globe, visit http://www.safecoms.com or contact > our representative: +61 2 9984 9801 > ________________________________________________________________________ > - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
