[Openvas-discuss] Trouble Compiling Library version 1.0.2

2008-08-07 Thread Michael Stephen Hughes
Hello,

 I am having trouble compiling the openvas-libraries package on red hat 
4.6. The package auto configures succcessfully, but when I run make it 
dies on compiling network.o in the libopenvas directory. Specifically,
network.c:255: error: 'nessus_connection' has no member named 'last_err',
network.c:1531: error: 'nessus_connection' has no member named 'bufptr', 
and
network.c:792: error: 'nessus_connection' has no member named 'tls_cred' 
all show up several times before make exits.
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss


Re: [Openvas-discuss] Trouble Compiling Library version 1.0.2

2008-08-07 Thread Jan-Oliver Wagner
On Donnerstag, 7. August 2008, Michael Stephen Hughes wrote:
  I am having trouble compiling the openvas-libraries package on red hat 
 4.6. The package auto configures succcessfully, but when I run make it 
 dies on compiling network.o in the libopenvas directory. Specifically,
 network.c:255: error: 'nessus_connection' has no member named 'last_err',

this is odd because nessus_connection is defined in the very same file
and does contain last_err.

Can you
$ make distclean

and configure again?
Are there any problems reported during configuration such as missing
gnutls-dev or so?
Perhaps you can paste the output here.

Best

Jan

-- 
Dr. Jan-Oliver WagnerIntevation GmbH, Osnabrück
Amtsgericht Osnabrück, HR B 18998 http://www.intevation.de/
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss


Re: [Openvas-discuss] Trouble Compiling Library version 1.0.2

2008-08-07 Thread Michael Stephen Hughes
Jan-Oliver Wagner wrote:
 this is odd because nessus_connection is defined in the very same file
 and does contain last_err.

 Can you
 $ make distclean

 and configure again?
 Are there any problems reported during configuration such as missing
 gnutls-dev or so?
   
The configuration exits with status 0, no problems. Going through the 
config.log I see a number errors reported, but nothing that stopped 
autoconfig from finishing.
ex: 
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:9509: gcc -pipe -c -g -O2  conftest.c 5
conftest.c:63:24: error: sys/sockio.h: No such file or directory
configure:9548: gcc -E  conftest.c
conftest.c:30:24: error: sys/sockio.h: No such file or directory


This appeared at the end of the configuration output to stdout
config.status: WARNING:  openvas-libraries.tmpl.in seems to ignore the 
--datarootdir setting
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss