[ARGUS] pcap.h problem on FreeBSD 4.9-RELEASE

Peter Van Epp vanepp at sfu.ca
Thu Apr 1 11:04:40 EST 2004


	Which release are you using? This was a problem early in 2.0.6 
somewhere, but rc2 builds fine on 4.9-RELEASE for me:


FreeBSD 4.9-RELEASE (GENERIC) #0: Mon Oct 27 17:51:09 GMT 2003

test6# cd argus-2.0.6.rc2
test6# ./configure
checking build system type... i386-unknown-freebsd4.9
checking host system type... i386-unknown-freebsd4.9
checking target system type... i386-unknown-freebsd4.9
checking for gcc... gcc
...
checking for library containing putmsg... no
checking for local pcap library... no
checking for main in -lpcap... yes
checking for pcap.h... yes /usr/include
...

	It didn't originally search in /usr/include for pcap.h but that got
corrected some time ago. 

test6# ./configure --prefix=/usr/local/argus

works fine too (I had the late thought maybe the prefix broke things).

Peter Van Epp / Operations and Technical Support 
Simon Fraser University, Burnaby, B.C. Canada


On Wed, Mar 31, 2004 at 07:35:49PM -0600, eric wrote:
> Greetings,
> 
> We downgraded from 5.1-RELEASE to 4.9-RELEASE and see this.
> 
> # ./configure --prefix=/usr/local/argus
> [snip]
> checking for library containing gethostbyname... none required
> checking for library containing socket... none required
> checking for library containing putmsg... no
> checking for local pcap library... no
> checking for main in -lpcap... yes
> yes -lpcap
> checking for pcap.h... no
> configure: error: cannot find pcap.h
> ./configure: line 5430: exit: see: numeric argument required
> ./configure: line 5430: exit: see: numeric argument required
> 
> OS version is below
> 
> # uname -a
> FreeBSD server 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
> root at freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC  i386
> 
> This is with argus-2.0.6
> 
> Any help is appreciated -- thanks.
> 
> - eric



More information about the argus mailing list