Hi Isak, Isak Badenhorst wrote: > > Hi > > I am struggling with the following error. I am using Slackware 8 with > Kernel 2.4.9. > > Can please have a look at the error and let me know where do I go wrong. Nothing. It's a bug of the latest auto* (autoconf..) you're using.
Inside Makefile the following two variables need to have the following values: NTOP_RELEASE = 2.0 NTOP_VERSION_INFO = 0:0:0 Cheers, Luca > This is the last few lines before I got the error. Error happens when I run > make. > > /bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o libntop.la -rpath > /usr/local/lib -version-info -release -export-dynamic address.lo > dataFormat.lo event.lo globals-core.lo hash.lo initialize.lo leaks.lo > logger.lo mysql.lo netflow.lo ntop.lo pbuf.lo plugin.lo qsort.lo regex.lo > rules.lo sql.lo ssl.lo term.lo traffic.lo util.lo vendor.lo > version.lo -L/usr/local/lib -lpcap -lgdbm -lpthread -lresolv -lnsl -ldl -L > /usr/lib/mysql -lmysqlclient -lcrypt -lm -L/installs/gdchart0.94c -lgdchart > -L/installs/gdchart0.94c/gd-1.8.3 -lgd -L/installs/gdchart0.94c/gd-1.8.3/lib > png-1.0.8 -lpng -L/installs/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local/ssl/lib > -lssl -lcrypto > libtool: link: CURRENT `-release' is not a nonnegative integer > libtool: link: `-release' is not valid version information > make[2]: *** [libntop.la] Error 1 > make[2]: Leaving directory `/installs/ntop' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/installs/ntop' > make: *** [all-recursive-am] Error 2 > root@web-dev:/installs/ntop# > > Thanks > > Isak -- Luca Deri NETikos S.p.A. Via Matteucci 34/B 56124 Pisa, Italy. Ph. +39/050/968.639 Fax. +39/050/968.626 Personal: [EMAIL PROTECTED] Business: [EMAIL PROTECTED] WWW: http://www.lucaderi.org/ ICQ: 68183632 Hacker: someone who loves to program and enjoys being clever about it - Richard Stallman _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
