On 19 June 16:51 2008 David Ziemba spoke:
 | Hello, I'm trying to compile nTop from SVN, and I'm getting the following
 | error:
 | 
 | gcc -g -O2 -I/usr/local/include -I/opt/local/include -Wshadow
 | -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
 | -fPIC -DPIC -o .libs/ntop ntop-main.o ntop-admin.o -Wl,-E  -L/usr/local/lib
 | -L/opt/local/lib ./.libs/libntopreport.so ./.libs/libntop.so
 | /usr/lib/librrd_th.so /usr/lib/libgdbm.so -lz -lpcap
 | /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -ldl
 | -lm -lpthread -lc -lcrypt
 | ./.libs/libntopreport.so: undefined reference to `Perl_mg_get'
 | ./.libs/libntopreport.so: undefined reference to `Perl_sv_setiv'
 | 

[snipped]

 | 
 | This system is Ubuntu Linux server 7.10, and here is my output from
 | autogen.sh and configure of which I didn't _see_ any glaring issues:
 | 

debian and debian-like distros still insist to don't create the libperl.so
link under /usr/lib.

that is how to say the libperl5.8 package is missing the link.

please do it yourself.

#1> cd /usr/lib
#2> ln -s libperl.so.5.8.8 libperl.so

bye

/rocco


-- 
Rocco Carbone aka rocco mail-to: <rocco /at/ tecsiel /dot/ it>
Pisa Italy

Life is in the details

In other words, you are welcome to use, share and improve me.
You are forbidden to forbid anyone else to use, share and
improve what I gave you.
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to