iplog 2.2.3 ./configure error with existing libpcap in Solaris 9
I have the following error:
------------------------------------------------------------------
iplog-2.2.3 # ./configure
creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... ./install-sh -c
checking host system type... sparc-sun-solaris2.9
checking for __attribute__... yes
checking for dprintf... no
checking for vasprintf... no
checking for getopt_long... no
checking for localtime_r... yes
checking for inet_aton... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for getpagesize... yes
checking how to run the C preprocessor... gcc -E
checking for paths.h... no
checking for sys/sockio.h... yes
checking for ANSI C header files... yes
checking for u_int32_t... no
checking for uint32_t... yes
checking for u_int16_t... no
checking for uint16_t... yes
checking for u_int8_t... no
checking for uint8_t... yes
checking for ipaddr_t... yes
checking for in_port_t... yes
checking for pthread_create in -lpthread... yes
checking for pthread_cancel in -lpthread... yes
checking for getservbyport_r... no
checking for getservbyport_r in -lpthread... no
checking for getservbyport_r in -lpthread... (cached) no
checking for getservbyport_r in -lsocket... yes
checking whether getservbyport_r takes 6 args... no
checking whether getservbyport_r takes 5 args... yes
checking for gethostbyaddr_r... no
checking for gethostbyaddr_r in -lsocket... no
checking for gethostbyaddr_r in -lpthread... no
checking for gethostbyaddr_r in -lsocket... (cached) no
checking for gethostbyaddr_r in -lnsl... yes
checking whether gethostbyaddr_r takes 8 args... no
checking whether gethostbyaddr_r takes 7 args... yes
checking for getprotobynumber_r... no
checking for getprotobynumber_r in -lnsl... no
checking for getprotobynumber_r in -lpthread... no
checking for getprotobynumber_r in -lsocket... yes
checking whether getprotobynumber_r takes 5 args... no
checking whether getprotobynumber_r takes 4 args... yes
checking for pcap_open_live in -lpcap... no
Error: libpcap is required to build this package.
Error: See the README file.
------------------------------------------------------------------
I have libpcap-0.4 AND libpcap-0.7.2 installed prior to downloading
iplog. The README says to bpf.h in /usr/local/include/net . It's there.
# ls -lAF /usr/local/include/net/
total 18
-r--r--r-- 1 bin bin 8447 Jul 9 13:24 bpf.h
Suggestions?
Also:
The README says to "make install-incl". It was successful for 0.4
libpcap, but 0.7.2 does not have that option in the Makefile.
libpcap-0.7.2 # make install-incl
make: Fatal error: Don't know how to make target `install-incl'
Thanks
Scott Birl
Senior Systems Administrator Computer Services Temple University
====*====*====*====*====*====*====*====+====*====*====*====*====*====*====*====*

