[Openvas-devel] openvas-libraries 2.0.4 broken on Ubuntu 10.04

Jan-Oliver Wagner jan-oliver.wagner at intevation.de
Wed May 5 19:30:17 CEST 2010


On Tuesday 04 May 2010 21:05:30 Stephan Kleine wrote:
> Hi guys,
> 
> building openvas-libraries 2.0.4 for Ubuntu 10.04 failed with
> 
> ...
> installing libpcap0.8-dev
> ...
> checking for gnutls_init in -lgnutls... yes
> checking for pcap_restart in -lpcap... no
> configure: error: you need to install pcap library with development files
> make: *** [config.status] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Attached patch changes the pcap check from pcap_restart (which you don't use 
> anyways) to pcap_datalink.
> 
> Are there any objections against applying this?

in trunk the test now reads
AC_CHECK_LIB(pcap, pcap_version, LIBS="-lpcap $LIBS",

Maybe this works for the old 2.0 on Ubuntu as well?

Best

	Jan


More information about the Openvas-devel mailing list