Hi Christian,

On Wednesday 06 June 2012 19:20:15 Christian Kuersteiner wrote:
> Don't know if others still have some problems compiling openvas-scanner
> on Ubuntu 12.04 cause of libssh (undefined reference errors).
>
> I got it compiling by adding libssh explicitly to the CMakeLists.txt:
>
> execute_process (COMMAND pkg-config --cflags libssh
>    OUTPUT_VARIABLE GNUTLS_CFLAGS
>    OUTPUT_STRIP_TRAILING_WHITESPACE)
> execute_process (COMMAND pkg-config --libs libssh
>    OUTPUT_VARIABLE GNUTLS_LDFLAGS
>    OUTPUT_STRIP_TRAILING_WHITESPACE)

are you sure this really solved the problem? The patch says you
set GNUTLS variables based on libssh tests.

AFAIK some people recently compiled trunk successfully on Ubuntu.
Can you retry current trunk and post error output if it still fails?

Best

        Jan


-- 
Dr. Jan-Oliver Wagner |  ++49-541-335084-0  |  http://www.greenbone.net/
Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 
202460
Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-devel

Reply via email to