1830167 Members
5234 Online
109999 Solutions
New Discussion

error installing nessus

 
Mauro Gatti
Valued Contributor

error installing nessus

I'm trying to install nessun on HP-UX 11.11 but I get this error:

x - Compiling the libraries
x -- Configuring the sources for your system
configure: error: installation or configuration problem: compiler cannot create executables.
**** An error occured :/

Could anyone help me?

In attachment You can find lof file

Thank You
Ubi maior, minor cessat!
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: error installing nessus

Have you tried

http://hpux.cs.utah.edu/hppd/hpux/NeuralNets/snns-4.2/


live free or die
harry
Live Free or Die
Nicolas Moulin_1
Occasional Advisor

Re: error installing nessus

Hi Mauro,

I have exactly the same problem when trying to install Nessus 2.0 after having installed GNU C 3.2.

The detail of the error can be found in the file "config.log" (see below):
"configure:1659: checking for executable suffix
configure:1669: gcc -o conftest -g -O2 conftest.c 1>&5
ld: I/O error, file "/opt/langtools/lib/pa20_64/end.o": No such file or directory
Fatal error.
collect2: ld returned 1 exit status"

So, I believe there is a variable problem because the path "/opt/.." is not good. GNU C is installed in "/usr/local/pa20_64/". However, I can't find where something is missing.

Did you managed to fix your problem? I would be glad if you can share this with me.

Best Regards,
Nicolas
Roy Keene
New Member

Re: error installing nessus

According to the GCC specs file, that file (/opt/langtools/.../end.o) is included whenever you specify the -g option. I'm not sure why this is, or where to get that file, but that is the condition. Removing the -g will remove that dependency and the error, and remove debugging symbols from the binary. You could also remove that entry from the specs file. I'd prefer to find out where that file really lives and modify the specs file to tell it that.