I receive the following issue trying to make ntop as a user:
I have rrdtool installed and working (Cacti uses it) and during running the
autogen script it does find rrdtool without options.
I have searched everywhere and not found anything to correct this issue.
[bmiha...@mrtg ntop-3.4-pre3]$ make
cd . && /bin/sh ./missing --run echo
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/bmihalek/ntop/ntop-3.4-pre3'
Making all in .
make[2]: Entering directory `/home/bmihalek/ntop/ntop-3.4-pre3'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I. -I/usr/include/python2.4 -fp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generIC
-DLINUX -I/usr/local/include -I/opt/local/include -g -O2
-I/usr/local/include -I/opt/local/include -Wsing-declarations
-Wnested-externs -fPIC -DPIC -MT address.lo -MD -MP -MF ".deps/address.Tpo"
-c -o address
then mv -f ".deps/address.Tpo" ".deps/address.Plo"; else rm -f
".deps/address.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/include/python2.4
-fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Warotector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -D_GNU_SOURC/include -g -O2
-I/usr/local/include -I/opt/local/include -Wshadow -Wpointer-arith
-Wmissing-prototypes -WmiMT address.lo -MD -MP -MF .deps/address.Tpo -c
address.c -fPIC -DPIC -o .libs/address.o
In file included from address.c:21:
ntop.h:475:17: error: rrd.h: No such file or directory
make[2]: *** [address.lo] Error 1
make[2]: Leaving directory `/home/bmihalek/ntop/ntop-3.4-pre3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bmihalek/ntop/ntop-3.4-pre3'
make: *** [all] Error 2
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop