You might want to check the libntop_la_LDFLAGS and libntopreport_la_LDFLAGS values in your Makefile. There has been a suggestion to hack these in the following manner or something close to it:
libntop_la_LDFLAGS = -version-info 0:0:0 -release 2.0 -export-dynamic ~ libntopreport_la_LDFLAGS = -version-info 0:0:0 -release 2.0 -export-dynamic Aj Effin Reznor wrote: > Slackware 8.1 > Compiling as root > > ./configure --disable-mysql > > This is your ntop configuration: > > Host System Type : i686-pc-linux-gnu > Compiler (cflags) : gcc -g -O2 -pipe -DHAVE_CONFIG_H > Include path : -I/usr/local/include -I/usr/src/gdchart0.94c >-I/usr/include/openssl > System Libs : -lpthread -lresolv -lnsl -ldl > Core Libs : -L/usr/local/lib -lpcap -lgdbm > Additional Libs : -lcrypt -lm -L/usr/src/gdchart0.94c -lgdchart >-L/usr/src/gdchart0.94c/gd-1.8.3 -lgd > -L/usr/src > /gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/usr/src/gdchart0.94c/zlib-1.1.3 -lz >-lssl -lcrypto > LBL pcap in : /usr/local > GNU gdbm in : > MultiThread mode : > Install path : /usr/local > > Then 'make' crashes out: > > /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 protocols.lo plugin.lo qsort.lo regex.lo >rules.lo sql.lo ssl.lo term.lo traffic.lo > util.lo vendor.lo version.lo ntop_darwin.lo -L/usr/local/lib -lpcap -lgdbm -lpthread >-lresolv -lnsl -ldl -lcrypt > -lm -L/usr/src/gdchart0.94c -lgdchart -L/usr/src/gdchart0.94c/gd-1.8.3 -lgd > -L/usr/src/gdchart0.94c/gd-1.8.3/libpng-1.0.8 > -lpng -L/usr/src/gdchart0.94c/zlib-1.1.3 -lz -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 `/usr/src/ntop' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/ntop' > make: *** [all] Error 2 > > > Any suggestions are appreciated. > > -aj. > > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://lists.ntop.org/mailman/listinfo/ntop-dev > -- Larry Merritt-Gilbert Systems Analyst - Scientific Systems Komatsu America International Company 2300 N.E. Adams Street P.O. Box 240 Peoria, IL 61650-0240 Work:309-672-7475 Cell:309-369-0314 Fax:309-672-7753 mailto:[EMAIL PROTECTED] _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop-dev
