Hi,

I did a 'make clean' for both ntop and gdchart and ran 'buildAll.sh' over again.
I checked for errors but didnt see any.      I've got the output attached in an ascii 
file.   
The only thing I noticed of any interest  was the message:


Do not forget to build:
1. gd-1.8.3/libpng-1.2.1
2. zlib-1.1.4/


But it looks like buildAll.sh does that for me anyways.
I ran the 'make installs' for all THREE packages (zlib, libpng and gd-1.8.3)
I am still getting the same error(see bottom).


Could you tell me what in particular I am missing?
Could it be the libntopreport.so needs to be updated?
Or is it trying to find these 'gdImage*' type files and they just aren't there?


thanks again,


Rich




 <<buildAll.txt>> 









That's the right version...

It *sounds* like you don't have the library created.  All I can think is
that you missed an error message during the buildAll.sh step (just because
the script finished doesn't mean there wasn't an error up above - it's
stupid that way).

-----Burton

-----Original Message-----
From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>]On Behalf Of
Quinn, Richard C. - Collinsville IT
Sent: Tuesday, January 28, 2003 4:11 PM
To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Subject: [Ntop] gdchart issues


 Hi,

I have downloaded ntop 2.1.3 with gdchart0.94c

AFAIK, I followed the build instructions for gdchart with no issue

I ran the autogen.sh program for ntop with no issue

I ran make with issue.

Here's the error I got, you've seen this before I am sure:

./.libs/libntopreport.so: undefined reference to `GDC_generate_gif'
./.libs/libntopreport.so: undefined reference to `gdImageCreateFromGif'
./.libs/libntopreport.so: undefined reference to `gdImageGif'
collect2: ld returned 1 exit status
gmake[2]: *** [ntop] Error 1
gmake[2]: Leaving directory `/tmp/install/ntop-2.1.3/ntop'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/install/ntop-2.1.3/ntop'
gmake: *** [all-recursive-am] Error 2


>From what I've read, the advice has always been to update the gdchart
download.

But, as you see, I am using gdchart0.94c,  isn't that the right version,
or is this the result of  another problem that I am not aware of?

thanks in adv. for any info on this,

Rich



_______________________________________________
Ntop mailing list
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
<http://listgateway.unipi.it/mailman/listinfo/ntop>



[root@sniffle gdchart0.94c]# ./buildAll.sh
creating cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gcc option to accept ANSI C... none needed
updating cache ./config.cache
creating ./config.status
creating Makefile
Do not forget to build:

1. gd-1.8.3/libpng-1.2.1
2. zlib-1.1.4/

Checking for gcc...
Building static library libz.a version 1.1.4 with gcc.
Checking for unistd.h... Yes.
Checking for errno.h...  Yes.
Checking for mmap support... Yes.
make: Nothing to be done for `all'.
make: Nothing to be done for `all'.
gcc -Igd-1.8.3 -I. -g -c gdc.c
gcc -Igd-1.8.3 -I. -g -c gdc_pie.c
gcc -Igd-1.8.3 -I. -g -c gdchart.c
gcc -g -c price_conv.c
ar rc libgdchart.a gdc.o gdc_pie.o gdchart.o price_conv.o
cd gd-1.8.3 ; make -f Makefile libgd.a
make[1]: Entering directory `/tmp/install/ntop-2.1.3/gdchart0.94c/gd-1.8.3'
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd.o gd.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_gd.o gd_gd.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_gd2.o gd_gd2.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_io.o gd_io.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_io_dp.o gd_io_dp.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_io_file.o gd_io_file.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_ss.o gd_ss.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_io_ss.o gd_io_ss.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_png.o gd_png.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_jpeg.o gd_jpeg.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdxpm.o gdxpm.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdfontt.o gdfontt.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdfonts.o gdfonts.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdfontmb.o gdfontmb.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdfontl.o gdfontl.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdfontg.o gdfontg.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdtables.o gdtables.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdttf.o gdttf.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdcache.o gdcache.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdkanji.o gdkanji.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o wbmp.o wbmp.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd_wbmp.o gd_wbmp.c
rm -f libgd.a
ar rc libgd.a gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o \
        gd_io_file.o gd_ss.o gd_io_ss.o gd_png.o gd_jpeg.o gdxpm.o \
        gdfontt.o gdfonts.o gdfontmb.o gdfontl.o gdfontg.o \
        gdtables.o gdttf.o gdcache.o gdkanji.o wbmp.o gd_wbmp.o
ranlib libgd.a
make[1]: Leaving directory `/tmp/install/ntop-2.1.3/gdchart0.94c/gd-1.8.3'
/bin/rm -f gd-1.8.3/libpng-1.2.4/*.so*

NOTE:
On some systems you need to do 'make install'
for each of the packages contained here.





[root@sniffle gdchart0.94c]# cd zlib*
[root@sniffle zlib-1.1.4]# make install
cp zlib.h zconf.h /usr/local/include
chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h
cp libz.a /usr/local/lib
cd /usr/local/lib; chmod 755 libz.a
cd /usr/local/lib; if test -f libz.so.1.1.4; then \
  rm -f libz.so libz.so.1; \
  ln -s libz.so.1.1.4 libz.so; \
  ln -s libz.so.1.1.4 libz.so.1; \
  (ldconfig || true)  >/dev/null 2>&1; \
fi
[root@sniffle zlib-1.1.4]# cd ../gd*
[root@sniffle gd-1.8.3]# cd libpn*
[root@sniffle libpng-1.2.1]# make install
cp png.h pngconf.h /usr/local/include
chmod 644 /usr/local/include/png.h /usr/local/include/pngconf.h
cp libpng.a libpng.so.3.1.2.1 /usr/local/lib
chmod 755 /usr/local/lib/libpng.so.3.1.2.1
(cd /usr/local/lib; ln -sf libpng.so.3.1.2.1 libpng.so.3; \
 ln -sf libpng.so.3 libpng.so)
[root@sniffle libpng-1.2.1]# cd ..
[root@sniffle gd-1.8.3]# make install
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o pngtogd.o pngtogd.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 pngtogd.o -o pngtogd   -L. -L/usr/local/lib 
-L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd libpng-1.2.1/libpng.a -lz 
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o pngtogd2.o pngtogd2.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 pngtogd2.o -o pngtogd2 -L. -L/usr/local/lib 
-L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd libpng-1.2.1/libpng.a -lz
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdtopng.o gdtopng.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 gdtopng.o -o gdtopng   -L. -L/usr/local/lib 
-L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd libpng-1.2.1/libpng.a -lz
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd2topng.o gd2topng.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 gd2topng.o -o gd2topng -L. -L/usr/local/lib 
-L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd libpng-1.2.1/libpng.a -lz
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gd2copypal.o gd2copypal.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 gd2copypal.o -o gd2copypal-L. -L/usr/local/lib 
-L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd libpng-1.2.1/libpng.a -lz
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o gdparttopng.o gdparttopng.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 gdparttopng.o -o gdparttopng       -L. 
-L/usr/local/lib -L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd 
libpng-1.2.1/libpng.a -lz
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 -O   -c -o webpng.o webpng.c
gcc -I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 
-Ilibpng-1.2.1/ -I../zlib-1.1.4 webpng.o -o webpng     -L. -L/usr/local/lib 
-L/usr/lib/X11 -L/usr/X11R6/lib -L../zlib-1.1.4 -lm -lgd libpng-1.2.1/libpng.a -lz
sh ./install-item 644 libgd.a /usr/local/lib/libgd.a
sh ./install-item 755 pngtogd /usr/local/bin/pngtogd
sh ./install-item 755 pngtogd2 /usr/local/bin/pngtogd2
sh ./install-item 755 gdtopng /usr/local/bin/gdtopng
sh ./install-item 755 gd2topng /usr/local/bin/gd2topng
sh ./install-item 755 gd2copypal /usr/local/bin/gd2copypal
sh ./install-item 755 gdparttopng /usr/local/bin/gdparttopng
sh ./install-item 755 webpng /usr/local/bin/webpng
sh ./install-item 755 bdftogd /usr/local/bin/bdftogd
sh ./install-item 644 gd.h /usr/local/include/gd.h
sh ./install-item 644 gdcache.h /usr/local/include/gdcache.h
sh ./install-item 644 gd_io.h /usr/local/include/gd_io.h
sh ./install-item 644 gdfontg.h /usr/local/include/gdfontg.h
sh ./install-item 644 gdfontl.h /usr/local/include/gdfontl.h
sh ./install-item 644 gdfontmb.h /usr/local/include/gdfontmb.h
sh ./install-item 644 gdfonts.h /usr/local/include/gdfonts.h
sh ./install-item 644 gdfontt.h /usr/local/include/gdfontt.h
[root@sniffle gd-1.8.3]# cd ..
[root@sniffle gdchart0.94c]# make install
make: Nothing to be done for `install'.



















[root@sniffle ntop]# ./configure
creating cache ./config.cache


Welcome to ntop, Version 2.1.3
Copyright (c) 1998-2002 Luca Deri <[EMAIL PROTECTED]>

checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu

checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found


Step 1. Looking for required development tools....

checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool

checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for compiler option -pipe... yes
checking for compilation debug mode... disabled
checking for compilation optimization mode... disabled

Step 2. Processing user options....


Step 3. Checking for special support for platform/compiler....


Step 4. Looking for both required and optional system headers....

checking for ANSI C header files... yes
checking for pwd.h... yes
checking for stdio.h... yes
checking for errno.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for signal.h... yes
checking for fcntl.h... yes
checking for sys/types.h... yes
checking for sys/time.h... yes
checking for sys/wait.h... yes
checking for sys/stat.h... yes
checking for sys/ioctl... no
checking for sys/un.h... yes
checking for sys/select.h... yes
checking for sys/ldr.h... no
checking for sys/sockio.h... no
checking for dl.h... no
checking for dirent.h... yes
checking for dlfcn.h... (cached) yes
checking for security/pam_appl.h... yes
checking for shadow.h... yes
checking for crypt.h... yes
checking if ether_header uses ether_addr structs... no
checking if in6_addr is defined... yes
checking for ncurses.h... yes
checking for alloca.h... yes
checking for sched.h... yes
checking for sys/sched.h... no
checking for semaphore.h... yes
checking for pthread.h... yes
checking for sys/socket.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking for netinet/udp.h... yes
checking for netinet/tcp.h... yes
checking for netinet/if_ether.h... yes
checking for arpa/nameser.h... yes
checking for net/ethernet.h... yes
checking for ethertype.h... no
checking for if.h... no
checking for net/bpf.h... yes
checking for sys/syslog.h... yes
checking for syslog.h... yes
checking glibc facilitynames in sys/syslog.h or syslog.h... yes
checking for typedef u_int64_t... yes
checking for typedef uint64_t... no
checking for typedef u_int32_t... yes
checking for typedef u_int16_t... yes
checking for typedef u_int8_t... yes
checking for typedef int64_t... yes
checking for typedef int32_t... yes
checking for typedef int16_t... yes
checking for typedef int8_t... yes
checking for strtok_r... yes
checking for localtime_r... yes
checking for ctime_r... yes
checking for snprintf... yes
checking for getipnodebyaddr... no
checking for gethostbyaddr_r... yes
checking for gethostbyaddr_r in -lc... yes
checking for strsep... yes

Step 5. Looking for required system libraries....

checking for dlopen in -ldl... yes
checking for backtrace in -lc... yes
checking for crypt... no
checking for crypt in -lc... no
checking for crypt in -lcrypt... yes
checking for kstat_lookup in -lkstat... no
checking for getopt_long in -lc... yes
checking for sin in -lc... no
checking for sin in -lm... yes
checking for gethostname in -lnsl... yes
checking for accept in -lsocket... no
checking for inet_aton in -lresolv... yes
checking for initscr in -lncurses... yes
checking for pthread_create in -lpthread... yes
checking for sem_init in -lposix4... no
checking for readline/readline.h... yes
checking for readline in -lreadline... yes

Step 6. Looking for required GPLed libraries....

checking for LBL Packet Capture Library (required package)... found in /usr/local
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes

Step 7. Looking for optional GPLed libraries....

checking for re_search in -lc... yes
checking for gzopen in -lz... yes
checking for zlib.h... yes
checking for GDchart (optional package)... found in 
/tmp/install/ntop-2.1.3/gdchart0.94c
checking Checking for OpenSSL Library by Open SLL Project (optional package)...... 
found in /usr/lib and /usr/include/openssl

Step 8. Creating various ntop develpment tools....


Step 9. Semi-Automatic files generation....

updating cache ./config.cache
creating ./config.status
creating Makefile
creating plugins/Makefile
creating intop/Makefile
creating ntop-config
creating config.h
config.h is unchanged
creating version.c


This is your ntop 2.1.3 configuration:

Host System Type  : i586-pc-linux-gnu
Compiler (cflags) : gcc -g -O2 -pipe -DHAVE_CONFIG_H
Include path      :  -I/usr/local/include -I/tmp/install/ntop-2.1.3/gdchart0.94c 
-I/usr/include/openssl
System Libs       :  -lpthread -lresolv -lnsl -ldl 
Core Libs         :  -L/usr/local/lib -lpcap -lgdbm
Additional Libs   :  -lcrypt -lm -lz -L/tmp/install/ntop-2.1.3/gdchart0.94c -lgdchart 
-lgd -lpng -lz -L/usr/lib -lssl -lcrypto 
LBL pcap in       : /usr/local
GNU gdbm in       : 
MultiThread mode  : yes
Install path      : /usr/local

Now type 'make' or 'gmake' (GNU make) on *BSD and Solaris
systems to build ntop 2.1.3.



=================================================

If you like ntop, please do not forget to support
its development. See SUPPORT_NTOP.txt for more
information. Thanks for supporting ntop!

=================================================







Reply via email to