Burton,
I don't find any libpng* library on my Solaris Intel 8 system!!,
but NTOP is running OK if compiled with zlib-1.1.3 and libpng_1.0.8. .
I am not a compile guru and lib guru, but I follow the instructions in
BUILD-NTOP.TXT which results in :see attachment compile.log .
(libpng libraries are deleted see rm ...)
Jac
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Burton M. Strauss III
Sent: Friday, May 03, 2002 11:33 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Ntop] Re: ntop 2.1 - MUST HAVE fixes - UPDATE
Actually, that's not as foolish as it sounds at first blush. Although we're
dealing with 1.2.1 or 1.2.2, there is a .3 library!
Here is my setup from installing 1.2.2:
[bstrauss@tigger pmmm]$ ls /usr/lib/libpng* -l
-rw-r--r-- 1 root root 215360 Apr 18 10:19 /usr/lib/libpng12.a
lrwxrwxrwx 1 root root 13 Apr 18 10:19
/usr/lib/libpng12.so ->
libpng12.so.0
lrwxrwxrwx 1 root root 19 Apr 18 10:19
/usr/lib/libpng12.so.0 -> libpng12.so.0.1.2.2
-rwxr-xr-x 1 root root 193101 Apr 18 10:19
/usr/lib/libpng12.so.0.1.2.2
lrwxrwxrwx 1 root root 19 Apr 18 10:19 /usr/lib/libpng.a ->
/usr/lib/libpng12.a
lrwxrwxrwx 1 root root 19 Apr 18 10:19
/usr/lib/libpng.so ->
libpng12.so.0.1.2.2
lrwxrwxrwx 1 root root 18 Feb 11 01:19
/usr/lib/libpng.so.2 ->
libpng.so.2.1.0.12
-rwxr-xr-x 1 root root 131560 Jul 16 2001
/usr/lib/libpng.so.2.1.0.12
lrwxrwxrwx 1 root root 19 Apr 18 10:19
/usr/lib/libpng.so.3 ->
libpng12.so.0.1.2.2
lrwxrwxrwx 1 root root 19 Apr 18 10:19
/usr/lib/libpng.so.3.1.2.2 -> libpng12.so.0.1.2.2
So, check your library pointers!
-----Burton
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Michael Baird
Sent: Friday, May 03, 2002 12:16 PM
To: [EMAIL PROTECTED]
Subject: RE: [Ntop] Re: ntop 2.1 - MUST HAVE fixes - UPDATE
Heh, install libpng3 then.
Regards
MIKE
On Fri, 2002-05-03 at 11:32, Jac Engel wrote:
> Burton,
>
> After giving up compiling NTOP after version 2.0 due to compile problems,
I
> give it
> a try again and I could compile successful cvs version 05-02-02 on
Solaris
> Intel 8.0.
> I detected that the PEP plugin is not automatic included.
> I got some warnings :
>
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe -Wp,
> -MD,.deps/sflowPlugin.pp -c sflowPlugin.c -fPIC -DPIC -o
> .libs/sflowPlugin.lo
> sflowPlugin.c: In function `receiveSflowSample':
> sflowPlugin.c:1311: warning: left shift count >= width of type
> sflowPlugin.c:1321: warning: left shift count >= width of type
> sflowPlugin.c:1335: warning: left shift count >= width of type
> sflowPlugin.c:1446: warning: left shift count >= width of type
> sflowPlugin.c:1450: warning: left shift count >= width of type
> sflowPlugin.c:1462: warning: left shift count >= width of type
> sflowPlugin.c:1466: warning: left shift count >= width of type
> sflowPlugin.c:1468: warning: left shift count >= width of type
> sflowPlugin.c:1470: warning: left shift count >= width of type
> sflowPlugin.c:1482: warning: left shift count >= width of type
> sflowPlugin.c:1486: warning: left shift count >= width of type
>
> Compiled with zlib-1.1.3 and libpng_1.0.8.
>
> When I compile with zlib-1.1.4 and libpng-1.2.1
> then when I start ntop I got error : ld.so.1: ntop : fatal: libpng.so.3 :
> open failed
> No such file or directory.
> killed
>
>
> I will try next week compiling on Solaris Sparc 8.0.
> By the way what are the major changes after Ntop 2.0 ?
>
> rgds
> Jac
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Burton M. Strauss III
> Sent: Friday, April 26, 2002 12:34 PM
> To: Ntop
> Cc: Luca Deri
> Subject: RE: [Ntop] Re: ntop 2.1 - MUST HAVE fixes - UPDATE
>
>
> > 3. Solaris compile problems see thread on ntop list, "[Ntop] OK, I give
up
> > :-(". Now Mike is working with a very old version (Solaris 2.5.1), but
> Jac
> > has similar problems with Solaris 8.
> >
> > **Any update from Solaris people?**
> The ntop development platform is a Solaris 8 box (i386). Ntop works there.
> What's the problem?
>
> [BMS] No clue - a couple of people popped up, whined, didn't want to do
> anything and disappeared. If you're doing development on
> Solaris 8, then <bleep> 'em.
>
>
>
> > 5. I have cleaned up the .html files one final time (sent to Luca)
> >
> > **Still pending**
> I finally had time to look at those files. They don't render well under
> netscape 4.6/Solaris. Please fix this.
>
> [BMS] OUCH - 4.6 - you know how to hurt a guy. That's not even a broken
> implementation of CSS1... so I have to do the double coding
> I did on ntopsupport.com... ok, I'll work on it...
>
>
>
> > **9** (Lower priority) update vendortable.c from latest OUI as of the
time
> > we roll the version!
>
> [BMS] OK
>
>
>
> > **11** SSL does not display graphics
> See previous mail.
>
> [BMS] I understand what you're saying, (browser does not support gzip
image
> compression under
> HTTPS) but I can't get it to work on ANYTHING - Windows (IE5.5, NS6.2.2)
or
> Linux (Galeon 1.0.3, Mozilla 0.9.9, NS-Linux) nothing...
> pages come up, no graphics... Let me look into it some more...
>
>
>
> > **13** deleteMutex null during shutdown - minor
> Where?
>
> [BMS] It's been a persistent problem but not one I've ever been able to
> recreate under gdb. This specific case was repeatable, but I
> never got a source version from the user to match against the __LINE__
> value... (I *think* it was gdbmMutex). See
> http://listmanager.unipi.it/pipermail/ntop-dev/2002-April/000582.html.
>
> {BMS] There are also persistent reports about stuff like this:
>
> ERROR: accessMutex() call with a NULL mutex [address.c:358]
> ERROR: releaseMutex() call with a NULL mutex [address.c:370]
>
> [BMS] I've had them myself, once or twice:
>
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: Thanks for using
> LsWatch...
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: Done.
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: Thanks for using
> icmpWatch...
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: Done.
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: Cisco NetFlow
> exporter terminated.
> /var/log/messages.3:Apr 2 07:34:47 tigger ntop[6443]: ERROR:
accessMutex()
> call with a NULL mutex [sessions.c:666]
> /var/log/messages.3:Apr 2 07:34:47 tigger ntop[6443]: ERROR:
releaseMutex()
> call with a NULL mutex [sessions.c:671]
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: Freeing device eth0
> (idx=0)...
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: 77 packets received
> by filter on eth0
> /var/log/messages.3-Apr 2 07:34:47 tigger ntop[6444]: 890 packets dropped
> by kernel
>
>
>
> > **15** scanTimedoutTCPSessions (Christian Hammers' fix)
> I have changed the code recently. It is ok now?
>
> [BMS] I think so... I sent a minor typo correx to the list today...
>
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop
# cd gd*
# ./configure
creating cache ./config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
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/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
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/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 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/
# cd gd*
# cd lib*
# pwd
/export/home/jace/ntop-05-02-02/ntop-current/gdchart0.94c/gd-1.8.3/libpng-1.0.8
# cp scripts/makefile.solaris Makefile
# make
gcc -I/usr/local/include -Wall -O3 -c -o png.o png.c
gcc -I/usr/local/include -Wall -O3 -c -o pngset.o pngset.c
gcc -I/usr/local/include -Wall -O3 -c -o pngget.o pngget.c
gcc -I/usr/local/include -Wall -O3 -c -o pngrutil.o pngrutil.c
gcc -I/usr/local/include -Wall -O3 -c -o pngtrans.o pngtrans.c
gcc -I/usr/local/include -Wall -O3 -c -o pngwutil.o pngwutil.c
gcc -I/usr/local/include -Wall -O3 -c -o pngread.o pngread.c
gcc -I/usr/local/include -Wall -O3 -c -o pngrio.o pngrio.c
gcc -I/usr/local/include -Wall -O3 -c -o pngwio.o pngwio.c
gcc -I/usr/local/include -Wall -O3 -c -o pngwrite.o pngwrite.c
gcc -I/usr/local/include -Wall -O3 -c -o pngrtran.o pngrtran.c
gcc -I/usr/local/include -Wall -O3 -c -o pngwtran.o pngwtran.c
gcc -I/usr/local/include -Wall -O3 -c -o pngmem.o pngmem.c
gcc -I/usr/local/include -Wall -O3 -c -o pngerror.o pngerror.c
gcc -I/usr/local/include -Wall -O3 -c -o pngpread.o pngpread.c
ar rc libpng.a png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o
pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o pngerror.o pngpread.o
echo libpng.a
libpng.a
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o png.pic.o png.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngset.pic.o pngset.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngget.pic.o pngget.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngrutil.pic.o pngrutil.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngtrans.pic.o pngtrans.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngwutil.pic.o pngwutil.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngread.pic.o pngread.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngrio.pic.o pngrio.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngwio.pic.o pngwio.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngwrite.pic.o pngwrite.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngrtran.pic.o pngrtran.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngwtran.pic.o pngwtran.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngmem.pic.o pngmem.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngerror.pic.o pngerror.c
gcc -c -I/usr/local/include -Wall -O3 -fPIC -o pngpread.pic.o pngpread.c
ld -G -L/usr/local/lib -R/usr/local/lib -h libpng.so.2 \
-o libpng.so.2.1.0.8 png.pic.o pngset.pic.o pngget.pic.o pngrutil.pic.o
pngtrans.pic.o pngwutil.pic.o pngread.pic.o pngrio.pic.o pngwio.pic.o pngwrite.pic.o
pngrtran.pic.o pngwtran.pic.o pngmem.pic.o pngerror.pic.o pngpread.pic.o -lz
ln -f -s libpng.so.2.1.0.8 libpng.so.2
ln -f -s libpng.so.2 libpng.so
gcc -I/usr/local/include -Wall -O3 -c -o pngtest.o pngtest.c
gcc -o pngtest -I/usr/local/include -Wall -O3 pngtest.o -L. -R. -L/usr/local/lib
-R/usr/local/lib -lpng -lz -lm
# cd ../../zlib*
# pwd
/export/home/jace/ntop-05-02-02/ntop-current/gdchart0.94c/zlib-1.1.3
# cd ..
# ls
acconfig.h config.guess configure.in gdc_pie.c gifencode.h
Makefile zlib-1.1.4
acinclude.m4 config.log CVS gdchart.c install-sh
Makefile.in
aclocal.m4 config.status gd-1.8.3 gdchart.h libtool
Makefile.mingw
buildAll.sh config.sub gdc.c gdcpie.h ltconfig
price_conv.c
config.cache configure gdc.h gifencode.c ltmain.sh
zlib-1.1.3
# cd zlib*
# pwd
/export/home/jace/ntop-05-02-02/ntop-current/gdchart0.94c/zlib-1.1.3
# ./configure
Checking for gcc...
Building static library libz.a version 1.1.3 with gcc.
Checking for unistd.h... Yes.
Checking for errno.h... Yes.
Checking for mmap support... Yes.
# make
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o example.o example.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o adler32.o adler32.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o compress.o compress.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o crc32.o crc32.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o gzio.o gzio.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o uncompr.o uncompr.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o deflate.o deflate.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o trees.o trees.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o zutil.o zutil.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o inflate.o inflate.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o infblock.o infblock.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o inftrees.o inftrees.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o infcodes.o infcodes.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o infutil.o infutil.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o inffast.o inffast.c
ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o
inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o example example.o -L. -lz
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o minigzip.o minigzip.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o minigzip minigzip.o -L. -lz
# cd ..
# make
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
`/export/home/jace/ntop-05-02-02/ntop-current/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
`/export/home/jace/ntop-05-02-02/ntop-current/gdchart0.94c/gd-1.8.3'
/bin/rm -f gd-1.8.3/libpng-1.0.8/*.so*
# pwd
/export/home/jace/ntop-05-02-02/ntop-current/gdchart0.94c
# pwd
/export/home/jace/ntop-05-02-02/ntop-current/gdchart0.94c
# ls
acconfig.h config.log gd-1.8.3 gdchart.c install-sh
Makefile.in
acinclude.m4 config.status gdc.c gdchart.h libgdchart.a
Makefile.mingw
aclocal.m4 config.sub gdc.h gdchart.o libtool
price_conv.c
buildAll.sh configure gdc.o gdcpie.h ltconfig
price_conv.o
config.cache configure.in gdc_pie.c gifencode.c ltmain.sh
zlib-1.1.3
config.guess CVS gdc_pie.o gifencode.h Makefile
zlib-1.1.4
# cd ..
# ls
gdchart0.94c ntop
# cd ntop
# ls
acconfig.h CVS install-sh mysql.c pbuf.c
SUPPORT_NTOP.txt
acinclude.m4 database installer netflow.c plugin.c
term.c
acinclude.m4.in dataFormat.c intop NEWS plugins
THANKS
aclocal.m4 docs leaks.c ntop-cert.pem
pluginSkeleton.c traffic.c
address.c emitter.c leaks.h ntop-config.in PORTING
util.c
admin.c globals-core.c libtool ntop.8 protocols.c
utils
AUTHORS globals-core.h libtool.m4.in ntop.c qsort.c
vendor.c
autogen.sh globals-report.c ltconfig ntop.h README
vendortable.h
ChangeLog globals-report.h ltmain.sh ntop.html regex.c
vt.sed
config.guess globals.h main.c ntop.txt regex.h
webInterface.c
config.h.in graph.c Makefile.am ntop_darwin.c report.c
www
config.sub hash.c Makefile.in ntop_darwin.h reportUtils.c
configure html Makefile.mingw ntop_win32.c sessions.c
configure.in http.c MANIFESTO ntop_win32.h sql.c
CONTENTS initialize.c missing obsolete ssl.c
COPYING INSTALL mkinstalldirs packages stamp-h.in
# ./configure
Welcome to ntop, Version 2.0.99
Copyright (c) 1998-2002 Luca Deri <[EMAIL PROTECTED]>
creating cache ./config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
Step 1. Looking for required development tools....
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/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
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/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 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
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... ./install-sh -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... yes
checking for dl.h... no
checking for dirent.h... yes
checking for dlfcn.h... yes
checking for security/pam_appl.h... yes
checking for shadow.h... yes
checking for crypt.h... yes
checking for mysql/mysql.h... no
checking for curses.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... no
checking for ethertype.h... no
checking for if.h... no
checking for net/bpf.h... yes
checking if ether_header uses ether_addr structs... yes
checking for typedef u_int64_t... no
checking for typedef u_int32_t... no
checking for typedef u_int16_t... no
checking for typedef u_int8_t... no
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 strsep... no
Step 5. Looking for required system libraries....
checking for dlopen in -ldl... yes
checking for backtrace in -lc... no
checking for crypt... yes
checking for kstat_lookup in -lkstat... yes
checking for getopt_long in -lc... no
checking for sin in -lc... no
checking for sin in -lm... yes
checking for gethostname in -lnsl... yes
checking for accept in -lsocket... yes
checking for inet_aton in -lresolv... yes
checking for initscr in -lncurses... no
checking for initscr in -lcurses... yes
checking for pthread_create in -lpthread... yes
checking for sem_init in -lposix4... yes
checking for readline/readline.h... no
checking for readline in -lreadline... no
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... no
checking for gzopen in -lz... yes
checking for zlib.h... yes
checking for GDchart (optional package)... not found in ../gdchart0.94c
It looks that you don't have some files needed to use the GDChart library.
Please check the source tree, compile and, optionally, install the software.
When finished please re-run this program.
You can download the needed code using CVS from cvs.ntop.org
configure: warning: Some ntop's features will be disabled.
checking for OpenSSL Library by Open SLL Project (optional package)... not found!
configure: warning: The Open SSL Library development tree seems corrupted or
incomplete!
Download, compile and, optionally, install it.
When finished please re-run this program.
configure: warning: You can download the latest source tarball at
http://www.openssl.org/
configure: warning: HTTPS disabled!
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
creating version.c
This is your ntop 2.0.99 configuration:
Host System Type : i386-pc-solaris2.8
Compiler (cflags) : gcc -g -O2 -pipe -DHAVE_CONFIG_H
Include path : -I/usr/local/include
System Libs : -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl
Core Libs : -L/usr/local/lib -lpcap -lgdbm
Additional Libs : -lm -lz
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.0.99.
=================================================
If you like ntop, please do not forget to support
its development. See SUPPORT_NTOP.txt for more
information. Thanks for supporting ntop!
=================================================
# make
cd . && /export/home/jace/ntop-05-02-02/ntop-current/ntop/missing aclocal
WARNING: `aclocal' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /export/home/jace/ntop-05-02-02/ntop-current/ntop/missing automake --gnu
Makefile
WARNING: `automake' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /export/home/jace/ntop-05-02-02/ntop-current/ntop/missing autoconf
WARNING: `autoconf' is missing on your system. You should only need it if
you modified `configure.in'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
/bin/sh ./config.status --recheck
running /bin/sh ./configure --no-create --no-recursion
Welcome to ntop, Version 2.0.99
Copyright (c) 1998-2002 Luca Deri <[EMAIL PROTECTED]>
loading cache ./config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
Step 1. Looking for required development tools....
checking for ranlib... (cached) ranlib
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) 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/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 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
loading cache ./config.cache
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... ./install-sh -c
checking for compiler option -pipe... (cached) 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... (cached) yes
checking for pwd.h... (cached) yes
checking for stdio.h... (cached) yes
checking for errno.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for signal.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/ioctl... (cached) no
checking for sys/un.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/ldr.h... (cached) no
checking for sys/sockio.h... (cached) yes
checking for dl.h... (cached) no
checking for dirent.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for security/pam_appl.h... (cached) yes
checking for shadow.h... (cached) yes
checking for crypt.h... (cached) yes
checking for mysql/mysql.h... (cached) no
checking for curses.h... yes
checking for alloca.h... (cached) yes
checking for sched.h... (cached) yes
checking for sys/sched.h... (cached) no
checking for semaphore.h... (cached) yes
checking for pthread.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for net/if.h... (cached) yes
checking for netinet/in_systm.h... (cached) yes
checking for netinet/ip.h... (cached) yes
checking for netinet/ip_icmp.h... (cached) yes
checking for netinet/udp.h... (cached) yes
checking for netinet/tcp.h... (cached) yes
checking for netinet/if_ether.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking for net/ethernet.h... (cached) no
checking for ethertype.h... (cached) no
checking for if.h... (cached) no
checking for net/bpf.h... (cached) yes
checking if ether_header uses ether_addr structs... (cached) yes
checking for typedef u_int64_t... (cached) no
checking for typedef u_int32_t... (cached) no
checking for typedef u_int16_t... (cached) no
checking for typedef u_int8_t... (cached) no
checking for typedef int64_t... (cached) yes
checking for typedef int32_t... (cached) yes
checking for typedef int16_t... (cached) yes
checking for typedef int8_t... (cached) yes
checking for strtok_r... (cached) yes
checking for localtime_r... (cached) yes
checking for ctime_r... (cached) yes
checking for snprintf... (cached) yes
checking for getipnodebyaddr... (cached) no
checking for strsep... (cached) no
Step 5. Looking for required system libraries....
checking for dlopen in -ldl... (cached) yes
checking for backtrace in -lc... (cached) no
checking for crypt... (cached) yes
checking for kstat_lookup in -lkstat... (cached) yes
checking for getopt_long in -lc... (cached) no
checking for sin in -lc... (cached) no
checking for sin in -lm... (cached) yes
checking for gethostname in -lnsl... (cached) yes
checking for accept in -lsocket... (cached) yes
checking for inet_aton in -lresolv... (cached) yes
checking for initscr in -lncurses... (cached) no
checking for initscr in -lcurses... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for sem_init in -lposix4... (cached) yes
checking for readline/readline.h... (cached) no
checking for readline in -lreadline... (cached) no
Step 6. Looking for required GPLed libraries....
checking for LBL Packet Capture Library (required package)... found in /usr/local
checking for gdbm.h... (cached) yes
checking for gdbm_open in -lgdbm... (cached) yes
Step 7. Looking for optional GPLed libraries....
checking for re_search in -lc... (cached) no
checking for gzopen in -lz... (cached) yes
checking for zlib.h... (cached) yes
checking for GDchart (optional package)... not found in ../gdchart0.94c
It looks that you don't have some files needed to use the GDChart library.
Please check the source tree, compile and, optionally, install the software.
When finished please re-run this program.
You can download the needed code using CVS from cvs.ntop.org
configure: warning: Some ntop's features will be disabled.
checking for OpenSSL Library by Open SLL Project (optional package)... not found!
configure: warning: The Open SSL Library development tree seems corrupted or
incomplete!
Download, compile and, optionally, install it.
When finished please re-run this program.
configure: warning: You can download the latest source tarball at
http://www.openssl.org/
configure: warning: HTTPS disabled!
Step 8. Creating various ntop develpment tools....
Step 9. Semi-Automatic files generation....
creating ./config.status
creating version.c
This is your ntop 2.0.99 configuration:
Host System Type : i386-pc-solaris2.8
Compiler (cflags) : gcc -g -O2 -pipe -DHAVE_CONFIG_H
Include path : -I/usr/local/include
System Libs : -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl
Core Libs : -L/usr/local/lib -lpcap -lgdbm
Additional Libs : -lm -lz
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.0.99.
=================================================
If you like ntop, please do not forget to support
its development. See SUPPORT_NTOP.txt for more
information. Thanks for supporting ntop!
=================================================
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . && /export/home/jace/ntop-05-02-02/ntop-current/ntop/missing autoheader
WARNING: `autoheader' is missing on your system. You should only need it if
you modified `acconfig.h' or `configure.in'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop'
Making all in .
make[2]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c address.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/address.pp -c
address.c -fPIC -DPIC -o .libs/address.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/address.pp -c
address.c -o address.o >/dev/null 2>&1
mv -f .libs/address.lo address.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c dataFormat.c
rm -f .libs/dataFormat.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/dataFormat.pp
-c dataFormat.c -fPIC -DPIC -o .libs/dataFormat.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/dataFormat.pp
-c dataFormat.c -o dataFormat.o >/dev/null 2>&1
mv -f .libs/dataFormat.lo dataFormat.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c globals-core.c
rm -f .libs/globals-core.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/globals-core.pp -c globals-core.c -fPIC -DPIC -o .libs/globals-core.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/globals-core.pp -c globals-core.c -o globals-core.o >/dev/null 2>&1
mv -f .libs/globals-core.lo globals-core.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c hash.c
rm -f .libs/hash.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/hash.pp -c
hash.c -fPIC -DPIC -o .libs/hash.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/hash.pp -c
hash.c -o hash.o >/dev/null 2>&1
mv -f .libs/hash.lo hash.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c initialize.c
rm -f .libs/initialize.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/initialize.pp
-c initialize.c -fPIC -DPIC -o .libs/initialize.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/initialize.pp
-c initialize.c -o initialize.o >/dev/null 2>&1
mv -f .libs/initialize.lo initialize.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c leaks.c
rm -f .libs/leaks.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/leaks.pp -c
leaks.c -fPIC -DPIC -o .libs/leaks.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/leaks.pp -c
leaks.c -o leaks.o >/dev/null 2>&1
mv -f .libs/leaks.lo leaks.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c mysql.c
rm -f .libs/mysql.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/mysql.pp -c
mysql.c -fPIC -DPIC -o .libs/mysql.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/mysql.pp -c
mysql.c -o mysql.o >/dev/null 2>&1
mv -f .libs/mysql.lo mysql.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c netflow.c
rm -f .libs/netflow.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/netflow.pp -c
netflow.c -fPIC -DPIC -o .libs/netflow.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/netflow.pp -c
netflow.c -o netflow.o >/dev/null 2>&1
mv -f .libs/netflow.lo netflow.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c ntop.c
rm -f .libs/ntop.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/ntop.pp -c
ntop.c -fPIC -DPIC -o .libs/ntop.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/ntop.pp -c
ntop.c -o ntop.o >/dev/null 2>&1
mv -f .libs/ntop.lo ntop.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c pbuf.c
rm -f .libs/pbuf.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/pbuf.pp -c
pbuf.c -fPIC -DPIC -o .libs/pbuf.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/pbuf.pp -c
pbuf.c -o pbuf.o >/dev/null 2>&1
mv -f .libs/pbuf.lo pbuf.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c protocols.c
rm -f .libs/protocols.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/protocols.pp
-c protocols.c -fPIC -DPIC -o .libs/protocols.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/protocols.pp
-c protocols.c -o protocols.o >/dev/null 2>&1
mv -f .libs/protocols.lo protocols.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c plugin.c
rm -f .libs/plugin.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/plugin.pp -c
plugin.c -fPIC -DPIC -o .libs/plugin.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/plugin.pp -c
plugin.c -o plugin.o >/dev/null 2>&1
mv -f .libs/plugin.lo plugin.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c qsort.c
rm -f .libs/qsort.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/qsort.pp -c
qsort.c -fPIC -DPIC -o .libs/qsort.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/qsort.pp -c
qsort.c -o qsort.o >/dev/null 2>&1
mv -f .libs/qsort.lo qsort.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c regex.c
rm -f .libs/regex.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/regex.pp -c
regex.c -fPIC -DPIC -o .libs/regex.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/regex.pp -c
regex.c -o regex.o >/dev/null 2>&1
mv -f .libs/regex.lo regex.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c sql.c
rm -f .libs/sql.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/sql.pp -c
sql.c -fPIC -DPIC -o .libs/sql.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/sql.pp -c
sql.c -o sql.o >/dev/null 2>&1
mv -f .libs/sql.lo sql.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c sessions.c
rm -f .libs/sessions.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/sessions.pp -c
sessions.c -fPIC -DPIC -o .libs/sessions.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/sessions.pp -c
sessions.c -o sessions.o >/dev/null 2>&1
mv -f .libs/sessions.lo sessions.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c ssl.c
rm -f .libs/ssl.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/ssl.pp -c
ssl.c -fPIC -DPIC -o .libs/ssl.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/ssl.pp -c
ssl.c -o ssl.o >/dev/null 2>&1
mv -f .libs/ssl.lo ssl.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c term.c
rm -f .libs/term.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/term.pp -c
term.c -fPIC -DPIC -o .libs/term.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/term.pp -c
term.c -o term.o >/dev/null 2>&1
mv -f .libs/term.lo term.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c traffic.c
rm -f .libs/traffic.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/traffic.pp -c
traffic.c -fPIC -DPIC -o .libs/traffic.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/traffic.pp -c
traffic.c -o traffic.o >/dev/null 2>&1
mv -f .libs/traffic.lo traffic.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c util.c
rm -f .libs/util.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/util.pp -c
util.c -fPIC -DPIC -o .libs/util.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/util.pp -c
util.c -o util.o >/dev/null 2>&1
mv -f .libs/util.lo util.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c vendor.c
rm -f .libs/vendor.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/vendor.pp -c
vendor.c -fPIC -DPIC -o .libs/vendor.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/vendor.pp -c
vendor.c -o vendor.o >/dev/null 2>&1
mv -f .libs/vendor.lo vendor.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c version.c
rm -f .libs/version.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/version.pp -c
version.c -fPIC -DPIC -o .libs/version.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/version.pp -c
version.c -o version.o >/dev/null 2>&1
mv -f .libs/version.lo version.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c ntop_darwin.c
rm -f .libs/ntop_darwin.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/ntop_darwin.pp
-c ntop_darwin.c -fPIC -DPIC -o .libs/ntop_darwin.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/ntop_darwin.pp
-c ntop_darwin.c -o ntop_darwin.o >/dev/null 2>&1
mv -f .libs/ntop_darwin.lo ntop_darwin.lo
/bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o libntop.la -rpath /usr/local/lib
-version-info 99:0:0 -release 2.0 -export-dynamic address.lo dataFormat.lo
globals-core.lo hash.lo initialize.lo leaks.lo mysql.lo netflow.lo ntop.lo pbuf.lo
protocols.lo plugin.lo qsort.lo regex.lo sql.lo sessions.lo ssl.lo term.lo traffic.lo
util.lo vendor.lo version.lo ntop_darwin.lo -L/usr/local/lib -lpcap -lgdbm -lposix4
-lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz
rm -fr .libs/libntop.la .libs/libntop.* .libs/libntop-2.0.*
*** Warning: This library needs some functionality provided by -lpcap.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: This library needs some functionality provided by -lgdbm.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
/usr/ccs/bin/ld -G -h libntop-2.0.so.99 -o .libs/libntop-2.0.so.99.0.0 address.lo
dataFormat.lo globals-core.lo hash.lo initialize.lo leaks.lo mysql.lo netflow.lo
ntop.lo pbuf.lo protocols.lo plugin.lo qsort.lo regex.lo sql.lo sessions.lo ssl.lo
term.lo traffic.lo util.lo vendor.lo version.lo ntop_darwin.lo -L/usr/local/lib
-lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz -lc
(cd .libs && rm -f libntop-2.0.so.99 && ln -s libntop-2.0.so.99.0.0 libntop-2.0.so.99)
(cd .libs && rm -f libntop.so && ln -s libntop-2.0.so.99.0.0 libntop.so)
ar cru .libs/libntop.a address.o dataFormat.o globals-core.o hash.o initialize.o
leaks.o mysql.o netflow.o ntop.o pbuf.o protocols.o plugin.o qsort.o regex.o sql.o
sessions.o ssl.o term.o traffic.o util.o vendor.o version.o ntop_darwin.o
ranlib .libs/libntop.a
creating libntop.la
(cd .libs && rm -f libntop.la && ln -s ../libntop.la libntop.la)
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c admin.c
rm -f .libs/admin.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/admin.pp -c
admin.c -fPIC -DPIC -o .libs/admin.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/admin.pp -c
admin.c -o admin.o >/dev/null 2>&1
mv -f .libs/admin.lo admin.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c emitter.c
rm -f .libs/emitter.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/emitter.pp -c
emitter.c -fPIC -DPIC -o .libs/emitter.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/emitter.pp -c
emitter.c -o emitter.o >/dev/null 2>&1
mv -f .libs/emitter.lo emitter.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c globals-report.c
rm -f .libs/globals-report.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/globals-report.pp -c globals-report.c -fPIC -DPIC -o
.libs/globals-report.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/globals-report.pp -c globals-report.c -o globals-report.o >/dev/null 2>&1
mv -f .libs/globals-report.lo globals-report.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c graph.c
rm -f .libs/graph.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/graph.pp -c
graph.c -fPIC -DPIC -o .libs/graph.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/graph.pp -c
graph.c -o graph.o >/dev/null 2>&1
mv -f .libs/graph.lo graph.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c http.c
rm -f .libs/http.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/http.pp -c
http.c -fPIC -DPIC -o .libs/http.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/http.pp -c
http.c -o http.o >/dev/null 2>&1
mv -f .libs/http.lo http.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c report.c
rm -f .libs/report.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/report.pp -c
report.c -fPIC -DPIC -o .libs/report.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/report.pp -c
report.c -o report.o >/dev/null 2>&1
mv -f .libs/report.lo report.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c reportUtils.c
rm -f .libs/reportUtils.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/reportUtils.pp
-c reportUtils.c -fPIC -DPIC -o .libs/reportUtils.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -Wp,-MD,.deps/reportUtils.pp
-c reportUtils.c -o reportUtils.o >/dev/null 2>&1
mv -f .libs/reportUtils.lo reportUtils.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g
-O2 -pipe -c webInterface.c
rm -f .libs/webInterface.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/webInterface.pp -c webInterface.c -fPIC -DPIC -o .libs/webInterface.lo
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/webInterface.pp -c webInterface.c -o webInterface.o >/dev/null 2>&1
mv -f .libs/webInterface.lo webInterface.lo
/bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o libntopreport.la -rpath
/usr/local/lib -version-info 99:0:0 -release 2.0 -export-dynamic admin.lo emitter.lo
globals-report.lo graph.lo http.lo report.lo reportUtils.lo webInterface.lo -lm -lz
-lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz
rm -fr .libs/libntopreport.la .libs/libntopreport.* .libs/libntopreport-2.0.*
/usr/ccs/bin/ld -G -h libntopreport-2.0.so.99 -o .libs/libntopreport-2.0.so.99.0.0
admin.lo emitter.lo globals-report.lo graph.lo http.lo report.lo reportUtils.lo
webInterface.lo -lm -lz -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm
-lz -lc
(cd .libs && rm -f libntopreport-2.0.so.99 && ln -s libntopreport-2.0.so.99.0.0
libntopreport-2.0.so.99)
(cd .libs && rm -f libntopreport.so && ln -s libntopreport-2.0.so.99.0.0
libntopreport.so)
ar cru .libs/libntopreport.a admin.o emitter.o globals-report.o graph.o http.o
report.o reportUtils.o webInterface.o
ranlib .libs/libntopreport.a
creating libntopreport.la
(cd .libs && rm -f libntopreport.la && ln -s ../libntopreport.la libntopreport.la)
gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -g -O2 -pipe -c main.c
/bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o ntop main.o libntopreport.la
libntop.la -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz
gcc -g -O2 -pipe -o .libs/ntop main.o .libs/libntopreport.so -lm -lz -lposix4
-lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz .libs/libntop.so
-L/usr/local/lib -lpcap -lgdbm -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl
-lm -lz -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz
-R/usr/local/lib
creating ntop
cd . && CONFIG_FILES=ntop-config CONFIG_HEADERS= /bin/sh ./config.status
creating ntop-config
make[2]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop'
Making all in plugins
make[2]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/plugins'
cd .. \
&& CONFIG_FILES=plugins/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating plugins/Makefile
make[2]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/plugins'
make[2]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/plugins'
Making all in .
make[3]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/plugins'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -g -O2 -pipe -c icmpPlugin.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/icmpPlugin.pp -c icmpPlugin.c -fPIC -DPIC -o .libs/icmpPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/icmpPlugin.pp -c icmpPlugin.c -o icmpPlugin.o >/dev/null 2>&1
mv -f .libs/icmpPlugin.lo icmpPlugin.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o libicmpPlugin.la -rpath
/usr/local/lib -shared -version-info 99:0:0 icmpPlugin.lo -lposix4 -lpthread
-lresolv -lsocket -lnsl -lkstat -ldl
rm -fr .libs/libicmpPlugin.la .libs/libicmpPlugin.* .libs/libicmpPlugin.*
/usr/ccs/bin/ld -G -h libicmpPlugin.so.99 -o .libs/libicmpPlugin.so.99.0.0
icmpPlugin.lo -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lc
(cd .libs && rm -f libicmpPlugin.so.99 && ln -s libicmpPlugin.so.99.0.0
libicmpPlugin.so.99)
(cd .libs && rm -f libicmpPlugin.so && ln -s libicmpPlugin.so.99.0.0 libicmpPlugin.so)
ar cru .libs/libicmpPlugin.a icmpPlugin.o
ranlib .libs/libicmpPlugin.a
creating libicmpPlugin.la
(cd .libs && rm -f libicmpPlugin.la && ln -s ../libicmpPlugin.la libicmpPlugin.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -g -O2 -pipe -c lastSeenPlugin.c
rm -f .libs/lastSeenPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/lastSeenPlugin.pp -c lastSeenPlugin.c -fPIC -DPIC -o
.libs/lastSeenPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/lastSeenPlugin.pp -c lastSeenPlugin.c -o lastSeenPlugin.o >/dev/null 2>&1
mv -f .libs/lastSeenPlugin.lo lastSeenPlugin.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o liblastSeenPlugin.la -rpath
/usr/local/lib -shared -version-info 99:0:0 lastSeenPlugin.lo -lposix4 -lpthread
-lresolv -lsocket -lnsl -lkstat -ldl
rm -fr .libs/liblastSeenPlugin.la .libs/liblastSeenPlugin.* .libs/liblastSeenPlugin.*
/usr/ccs/bin/ld -G -h liblastSeenPlugin.so.99 -o .libs/liblastSeenPlugin.so.99.0.0
lastSeenPlugin.lo -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lc
(cd .libs && rm -f liblastSeenPlugin.so.99 && ln -s liblastSeenPlugin.so.99.0.0
liblastSeenPlugin.so.99)
(cd .libs && rm -f liblastSeenPlugin.so && ln -s liblastSeenPlugin.so.99.0.0
liblastSeenPlugin.so)
ar cru .libs/liblastSeenPlugin.a lastSeenPlugin.o
ranlib .libs/liblastSeenPlugin.a
creating liblastSeenPlugin.la
(cd .libs && rm -f liblastSeenPlugin.la && ln -s ../liblastSeenPlugin.la
liblastSeenPlugin.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -g -O2 -pipe -c netflowPlugin.c
rm -f .libs/netflowPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/netflowPlugin.pp -c netflowPlugin.c -fPIC -DPIC -o
.libs/netflowPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/netflowPlugin.pp -c netflowPlugin.c -o netflowPlugin.o >/dev/null 2>&1
mv -f .libs/netflowPlugin.lo netflowPlugin.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o libnetflowPlugin.la -rpath
/usr/local/lib -shared -version-info 99:0:0 netflowPlugin.lo -lposix4 -lpthread
-lresolv -lsocket -lnsl -lkstat -ldl
rm -fr .libs/libnetflowPlugin.la .libs/libnetflowPlugin.* .libs/libnetflowPlugin.*
/usr/ccs/bin/ld -G -h libnetflowPlugin.so.99 -o .libs/libnetflowPlugin.so.99.0.0
netflowPlugin.lo -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lc
(cd .libs && rm -f libnetflowPlugin.so.99 && ln -s libnetflowPlugin.so.99.0.0
libnetflowPlugin.so.99)
(cd .libs && rm -f libnetflowPlugin.so && ln -s libnetflowPlugin.so.99.0.0
libnetflowPlugin.so)
ar cru .libs/libnetflowPlugin.a netflowPlugin.o
ranlib .libs/libnetflowPlugin.a
creating libnetflowPlugin.la
(cd .libs && rm -f libnetflowPlugin.la && ln -s ../libnetflowPlugin.la
libnetflowPlugin.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -g -O2 -pipe -c nfsPlugin.c
rm -f .libs/nfsPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/nfsPlugin.pp -c nfsPlugin.c -fPIC -DPIC -o .libs/nfsPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/nfsPlugin.pp -c nfsPlugin.c -o nfsPlugin.o >/dev/null 2>&1
mv -f .libs/nfsPlugin.lo nfsPlugin.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o libnfsPlugin.la -rpath
/usr/local/lib -shared -version-info 99:0:0 nfsPlugin.lo -lposix4 -lpthread -lresolv
-lsocket -lnsl -lkstat -ldl
rm -fr .libs/libnfsPlugin.la .libs/libnfsPlugin.* .libs/libnfsPlugin.*
/usr/ccs/bin/ld -G -h libnfsPlugin.so.99 -o .libs/libnfsPlugin.so.99.0.0 nfsPlugin.lo
-lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lc
(cd .libs && rm -f libnfsPlugin.so.99 && ln -s libnfsPlugin.so.99.0.0
libnfsPlugin.so.99)
(cd .libs && rm -f libnfsPlugin.so && ln -s libnfsPlugin.so.99.0.0 libnfsPlugin.so)
ar cru .libs/libnfsPlugin.a nfsPlugin.o
ranlib .libs/libnfsPlugin.a
creating libnfsPlugin.la
(cd .libs && rm -f libnfsPlugin.la && ln -s ../libnfsPlugin.la libnfsPlugin.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -g -O2 -pipe -c pdaPlugin.c
rm -f .libs/pdaPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/pdaPlugin.pp -c pdaPlugin.c -fPIC -DPIC -o .libs/pdaPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/pdaPlugin.pp -c pdaPlugin.c -o pdaPlugin.o >/dev/null 2>&1
mv -f .libs/pdaPlugin.lo pdaPlugin.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o libpdaPlugin.la -rpath
/usr/local/lib -shared -version-info 99:0:0 pdaPlugin.lo -lposix4 -lpthread -lresolv
-lsocket -lnsl -lkstat -ldl
rm -fr .libs/libpdaPlugin.la .libs/libpdaPlugin.* .libs/libpdaPlugin.*
/usr/ccs/bin/ld -G -h libpdaPlugin.so.99 -o .libs/libpdaPlugin.so.99.0.0 pdaPlugin.lo
-lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lc
(cd .libs && rm -f libpdaPlugin.so.99 && ln -s libpdaPlugin.so.99.0.0
libpdaPlugin.so.99)
(cd .libs && rm -f libpdaPlugin.so && ln -s libpdaPlugin.so.99.0.0 libpdaPlugin.so)
ar cru .libs/libpdaPlugin.a pdaPlugin.o
ranlib .libs/libpdaPlugin.a
creating libpdaPlugin.la
(cd .libs && rm -f libpdaPlugin.la && ln -s ../libpdaPlugin.la libpdaPlugin.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -g -O2 -pipe -c sflowPlugin.c
rm -f .libs/sflowPlugin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/sflowPlugin.pp -c sflowPlugin.c -fPIC -DPIC -o .libs/sflowPlugin.lo
sflowPlugin.c: In function `receiveSflowSample':
sflowPlugin.c:1311: warning: left shift count >= width of type
sflowPlugin.c:1321: warning: left shift count >= width of type
sflowPlugin.c:1335: warning: left shift count >= width of type
sflowPlugin.c:1446: warning: left shift count >= width of type
sflowPlugin.c:1450: warning: left shift count >= width of type
sflowPlugin.c:1462: warning: left shift count >= width of type
sflowPlugin.c:1466: warning: left shift count >= width of type
sflowPlugin.c:1468: warning: left shift count >= width of type
sflowPlugin.c:1470: warning: left shift count >= width of type
sflowPlugin.c:1482: warning: left shift count >= width of type
sflowPlugin.c:1486: warning: left shift count >= width of type
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -pipe
-Wp,-MD,.deps/sflowPlugin.pp -c sflowPlugin.c -o sflowPlugin.o >/dev/null 2>&1
mv -f .libs/sflowPlugin.lo sflowPlugin.lo
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o libsflowPlugin.la -rpath
/usr/local/lib -shared -version-info 99:0:0 sflowPlugin.lo -lposix4 -lpthread
-lresolv -lsocket -lnsl -lkstat -ldl
rm -fr .libs/libsflowPlugin.la .libs/libsflowPlugin.* .libs/libsflowPlugin.*
/usr/ccs/bin/ld -G -h libsflowPlugin.so.99 -o .libs/libsflowPlugin.so.99.0.0
sflowPlugin.lo -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lc
(cd .libs && rm -f libsflowPlugin.so.99 && ln -s libsflowPlugin.so.99.0.0
libsflowPlugin.so.99)
(cd .libs && rm -f libsflowPlugin.so && ln -s libsflowPlugin.so.99.0.0
libsflowPlugin.so)
ar cru .libs/libsflowPlugin.a sflowPlugin.o
ranlib .libs/libsflowPlugin.a
creating libsflowPlugin.la
(cd .libs && rm -f libsflowPlugin.la && ln -s ../libsflowPlugin.la libsflowPlugin.la)
make[3]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/plugins'
make[2]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/plugins'
Making all in intop
make[2]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/intop'
cd .. \
&& CONFIG_FILES=intop/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating intop/Makefile
make[2]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/intop'
make[2]: Entering directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/intop'
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c argv.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c command.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c getopt.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c gnuline.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c prompt.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c intop.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c init.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c open.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c close.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c filter.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c pcapmore.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c sniff.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c uptime.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c status.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c lsdev.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c nettable.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c info.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c swap.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c hosts.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c arp.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c nbt.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c top.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c bind.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c hash.c
gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -g -O2 -pipe -c dump.c
/bin/sh ../libtool --mode=link gcc -g -O2 -pipe -o intop argv.o command.o getopt.o
gnuline.o prompt.o intop.o init.o open.o close.o filter.o pcapmore.o sniff.o uptime.o
status.o lsdev.o nettable.o info.o swap.o hosts.o arp.o nbt.o top.o bind.o hash.o
dump.o ../libntop.la -lcurses -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl
-lm -lz
mkdir .libs
gcc -g -O2 -pipe -o .libs/intop argv.o command.o getopt.o gnuline.o prompt.o intop.o
init.o open.o close.o filter.o pcapmore.o sniff.o uptime.o status.o lsdev.o nettable.o
info.o swap.o hosts.o arp.o nbt.o top.o bind.o hash.o dump.o ../.libs/libntop.so
-L/usr/local/lib -lpcap -lgdbm -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl
-lm -lz -lcurses -lposix4 -lpthread -lresolv -lsocket -lnsl -lkstat -ldl -lm -lz
-R/usr/local/lib
creating intop
make[2]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop/intop'
make[1]: Leaving directory `/export/home/jace/ntop-05-02-02/ntop-current/ntop'
# pwd