Well, I guess Luca screwed up the configure.in file again when he hacked on
it for the Mac.
run cvs diff -U3 -r2.153 -r2.154 configure.in to see the changes.
It's probably this piece:
@@ -1332,7 +1354,7 @@
dnl> Presets for the make flags go here...
CFLAGS="${CFLAGS}"
CPPFLAGS="${CPPFLAGS}"
-LDFLAGS="${LDFLAGS}"
+LDFLAGS="${LDFLAGS} -L$MYRRD -lmyrrd"
if test ".${ac_debug}" = ".yes"; then
echo "DEBUG: CC is '${CC}')"
try reverting the change. rebuilding configure via autoconf and let us know.
Otherwise, you'll have to cd into myrrd, run make there, then run
./configure and the normal make.
Basically, because the myrrd stuff doesn't yet exist at the time ./configure
is run.
-----Burton
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of B. Lo�c
Sent: Thursday, August 07, 2003 4:50 AM
To: [EMAIL PROTECTED]
Subject: [Ntop-dev] Unable to build this morning's CVS
Hello,
I just checked out ntop from CVS.
Configure fails on "checking for pcap_open_live".
As Burton suggested on my ssl problem I looked at config.log :
configure:6698: checking for pcap_open_live in -lpcap
configure:6725: gcc -o conftest -g -O2 -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC
-DLINUX -L/home/lba
/build/ntop/cvs/ntop/myrrd -lmyrrd conftest.c -lpcap -lpcap >&5
/usr/bin/ld: cannot find -lmyrrd
collect2: ld returned 1 exit status
configure:6728: $? = 1
Yesterday's CVS compiled without this error, and ntop 2.2c compiles fine
too...
Regards,
Lo�c
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev