Hello,
Running Debian Testing (Sid), with libsctp-dev from Unstable.
libsctp-dev 1.0.1-5
gcc 3.3.4-1
kernel-image-2 2.6.6-1
Pulled from CVS this morning (20040728) and discovered the following
parse errors. Can anyone confirm if this is a problem with
libsctp-dev? Thanks much! --ajh
[EMAIL PROTECTED]:~/Desktop/burn/ntop$ make clean && ./configure && make
cd . && /bin/sh ./missing --run echo
cd . && \
/bin/sh ./missing --run echo --gnu Makefile
--gnu Makefile
cd . && /bin/sh ./missing --run echo
Making clean in plugins
make[1]: Entering directory `/home/hank/Desktop/burn/ntop/plugins'
cd .. && /bin/sh ./config.status plugins/Makefile depfiles
config.status: creating plugins/Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/home/hank/Desktop/burn/ntop/plugins'
make[1]: Entering directory `/home/hank/Desktop/burn/ntop/plugins'
Making clean in .
make[2]: Entering directory `/home/hank/Desktop/burn/ntop/plugins'
test -z "" || rm -f
test -z "libicmpPlugin.la liblastSeenPlugin.la libnetflowPlugin.la libpdaPlugin.la
librrdPlugin.la libsflowPlugin.la libxmldumpPlugin.la" || rm -f libicmpPlugin.la
liblastSeenPlugin.la libnetflowPlugin.la libpdaPlugin.la librrdPlugin.la
libsflowPlugin.la libxmldumpPlugin.la
rm -f "libicmpPlugin.la/so_locations"
rm -f "liblastSeenPlugin.la/so_locations"
rm -f "libnetflowPlugin.la/so_locations"
rm -f "libpdaPlugin.la/so_locations"
rm -f "librrdPlugin.la/so_locations"
rm -f "libsflowPlugin.la/so_locations"
rm -f "libxmldumpPlugin.la/so_locations"
rm -rf .libs _libs
rm -f icmpPlugin.so icmpPlugin.so
rm -f lastSeenPlugin.so lastSeenPlugin.so
rm -f netflowPlugin.so netflowPlugin.so
rm -f pdaPlugin.so pdaPlugin.so
rm -f rrdPlugin.so rrdPlugin.so
rm -f sflowPlugin.so sflowPlugin.so
rm -f xmldumpPlugin.so xmldumpPlugin.so
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/home/hank/Desktop/burn/ntop/plugins'
make[1]: Leaving directory `/home/hank/Desktop/burn/ntop/plugins'
Making clean in myrrd
make[1]: Entering directory `/home/hank/Desktop/burn/ntop/myrrd'
/bin/rm -f gdlucidab10.o gdlucidab12l2.o gdlucidan10.o gdlucidan12.o gdpng.o
parsetime.o rrd_create.o rrd_fetch.o rrd_open.o gdlucidab12.o gdlucidab14.o
gdlucidan10l2.o gdlucidan14.o gifsize.o pngsize.o rrd_error.o rrd_graph.o
rrd_update.o rrd_format.o rrd_last.o rrd_diff.o dummy.o libmyrrd.a
make[1]: Leaving directory `/home/hank/Desktop/burn/ntop/myrrd'
Making clean in .
make[1]: Entering directory `/home/hank/Desktop/burn/ntop'
cd . && /bin/sh ./missing --run echo
cd . && \
/bin/sh ./missing --run echo --gnu Makefile
--gnu Makefile
cd . && /bin/sh ./missing --run echo
rm -f ntop ntop
test -z "*.db " || rm -f *.db
test -z "libntop.la libntopreport.la" || rm -f libntop.la libntopreport.la
rm -f "libntop.la/so_locations"
rm -f "libntopreport.la/so_locations"
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[1]: Leaving directory `/home/hank/Desktop/burn/ntop'
Welcome to ntop, Version 3.0.052
copyright (c) 1998-2004 Luca Deri <[EMAIL PROTECTED]>
Configuration script version v3.0.050-002-2004-03-21
************************************************************************
* *
* NOTICE: I know you're used to ignoring output from ./configure *
* *
* ntop has a lot of complexity and interdependences. *
* *
* Please, please AT LEAST read the stuff in these boxes! *
* *
*>>> The ACTION taken by ./configure is shown prefixed with '>>>' *
* *
* If that ACTION is unacceptable, *
*??? Steps to take to fix the problem are shown, prefixed with '???' *
* *
************************************************************************
NOTE: To developers:
If you have the Gnu auto* tools (automake, autoconf and libtool)
installed, you may wish to enable the automatic regeneration of
the configure scripts. Do this before running ./configure:
$ export NTOPAUTOREBUILD=yes
NOTE:
To enable additional, debugging messages during the ./configure
execution, do this before running ./configure:
$ export NTOPCONFIGDEBUG=yes
Configuring ntop according to your request(s):
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for libtool...
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
loading cache /dev/null 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 ... no
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 /dev/null
checking for libtool... $(SHELL) $(top_builddir)/libtool
Checking libtool version...1.5.6
checking for autoheader... autoheader
checking for aclocal... aclocal
checking for automake... automake
checking for autoconf... autoconf
checking for aclocal.m4... checking for aclocal.m4... yes
checking for depcomp... yes
Checking C compiler program and features...
checking for gcc option to accept ANSI C... none needed
Checking for support status of i686-pc-linux-gnu, gcc...
Testing for special configuration options for LINUX debian unknown
*******************************************************************
*
* NOTE: Building ntop for a supported platform
* This means we expect ntop to work without major issues
*
* 'i686-pc-linux-gnu'
*
* Specific release is debian Linux unknown
*
* Please keep the ntop-dev mailing list updated with any
* successes you have or problems you encounter...
*
* Support for this platform was most recently verified for
*
* Fedora Core 1 ntop 2.2.98 on 2003-12-30
* RedHat 9 ntop 3.0pre1 on 2004-02-24
* SuSE 9.0 ntop 2.2.98 on 2003-12-30
* Gentoo 1.4 ntop 2.2.98 on 2003-12-30
* Mandrake 9.2 ntop 2.2.98 on 2003-12-30
* Debian 3.0 ntop 2.2.98 on 2003-12-30
* Slackware 9.1.0 ntop 2.2.98 on 2003-12-30
*
* From version check log reports, ntop's users are also
* running under:
*
* Debian 2.4, 2.6
* Fedora 1.90
* Mandrake 7.2, 8.2, 9.0, 9.1, 10.0
* RedHat 2.1AS, 3(EL), 3.5beta(EL), 6.x, 7.x, 8.0
* Slackware 7.0.0, 7.1.0, 8.0.0, 8.1, 9.0.0
* SuSE 6.3, 6.4, 7.1, 7.3, 8.0, 8.2, 9.0
*
*******************************************************************
Test the compiler and setup CFLAGS...
checking if compiler accepts -W (warning flags)... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for inline... inline
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether char is unsigned... no
checking for working long double with more range or precision than double... yes
checking whether byte ordering is bigendian... no
Critical library/include tests...
checking for pcap...
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking pcap-bpf.h usability... no
checking pcap-bpf.h presence... no
checking for pcap-bpf.h... no
checking for pcap_open_live in -lpcap... yes
checking for pcap_open_dead in -lpcap... yes
checking for pcap_lib_version in -lpcap... no
checking for pcap_setnonblock in -lpcap... yes
checking for gdbm...
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for gd...
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
checking for gdImageDestroy in -lgd... yes
checking for libpng...
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for main in -lpng... yes
-------------------------------------------------------------------
**Handling your --enable and --disable requests**
Multithread?
...(Default) Requested if available. Disable via ./configure command line option
--disable-mt.
SSL?
...(Default) Requested if available. Disable via ./configure command line option
--without-ssl.
sslv3?
...(Default) Disabled. Request via ./configure command line option --enable-sslv3
ssl watchdog?
...(Default) Disabled. Request via ./configure command line option
--enable-sslwatchdog
or ntop run time option --ssl-watchdog.
ZLIB?
...(Default) Requested if available. Disable via ./configure command line option
--without-zlib.
TCP Wrappers?
...(Default) Disabled. Request via ./configure command line option --with-tcpwrap.
Plugins?
...(Default) Requested. Disable via ./configure command line option
--disable-plugins.
Static plugins?
...(Default) Disabled. Request via ./configure command line option
--enable-static-plugin.
Internationalization (i18n)?
...(Default) Disabled. Request via ./configure command line option --enable-i18n
Processing the rest of the ROOT/DIRECTORY entries
Testing headers and functions...
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for unistd.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking net/ethernet.h usability... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
checking for net/if.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking for netinet/if_ether.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for netinet/udp.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for net/if_dl.h... (cached) no
checking for sys/sysctl.h... yes
checking for net/route.h... yes
checking ethertype.h usability... no
checking ethertype.h presence... no
checking for ethertype.h... no
checking net/ppp_defs.h usability... yes
checking net/ppp_defs.h presence... yes
checking for net/ppp_defs.h... yes
checking for linux/if_pppox.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for SSLeay_version in -lcrypto... yes
checking for SSL_accept in -lssl... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking for shadow.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking if.h usability... no
checking if.h presence... no
checking for if.h... no
checking for inttypes.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/ldr.h usability... no
checking sys/ldr.h presence... no
checking for sys/ldr.h... no
checking for sys/param.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for sys/wait.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/sched.h usability... no
checking sys/sched.h presence... no
checking for sys/sched.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking tcpd.h usability... yes
checking tcpd.h presence... yes
checking for tcpd.h... yes
checking ip6.h usability... no
checking ip6.h presence... no
checking for ip6.h... no
checking icmp6.h usability... no
checking icmp6.h presence... no
checking for icmp6.h... no
checking for netinet/ip6.h... yes
checking for netinet/icmp6.h... yes
checking for sysctl... yes
checking glib.h usability... no
checking glib.h presence... no
checking for glib.h... no
checking glibconfig.h usability... no
checking glibconfig.h presence... no
checking for glibconfig.h... no
checking xmlversion.h usability... no
checking xmlversion.h presence... no
checking for xmlversion.h... no
checking gdome.h usability... no
checking gdome.h presence... no
checking for gdome.h... no
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... 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 trivial compile... ok
checking for backtrace in -lc... yes
checking for crypt in -lc... no
checking for crypt in -lcrypt... yes
checking for crypt_get_format_get_format in -lc... no
checking for crypt_get_format in -lcrypt... no
checking for getopt_long in -lc... yes
checking for dlopen in -lc... yes
checking for zlibVersion in -lz... yes
checking for sin in -lc... yes
checking for ceil in -lc... yes
checking for main in -lnsl... yes
checking for main in -lxnet... no
checking for main in -lsocket... no
checking for main in -lresolv... yes
checking for pthread_create in -lpthread... yes
checking for sem_init in -lposix4... no
checking for re_search in -lc... yes
checking for g_date_julian in -lglib... yes
checking for xmlCheckVersion in -lxml2... yes
checking for gdome_di_saveDocToFile in -lgdome... no
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alarm... yes
checking for ctime_r... yes
checking for endpwent... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gethostbyaddr_r... yes
checking for getipnodebyaddr... no
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for localtime_r... yes
checking for memchr... yes
checking for memset... yes
checking for putenv... yes
checking for re_comp... yes
checking for regcomp... yes
checking for sched_yield... yes
checking for select... yes
checking for socket... yes
checking for snprintf... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strpbrk... yes
checking for strspn... yes
checking for strstr... yes
checking for strtoul... yes
checking for uname... yes
checking for strtok_r... yes
checking for bzero... yes
checking for mallinfo in malloc.h... yes
Now, let's check for problems with what we've found...
Testing Required libraries and headers**
checking for required C headers... ok
checking for crypt... ok
checking for dynamic load module... ok
-------------------------------------------------------------------
**Testing Optional libraries and headers**
checking for Multithreading... ok
checking for openSSL... ok
checking for zlib... ok
checking sctp... yes
checking for xmldump... configure: WARNING: error
*******************************************************************
*
* WARNING: One or more items required for the xmldump plugin are
* missing:
*
* xmlversion.h...no
* libxml2.so or libxml2.a...yes
* gdome.h...no
* libgdome.so or libgdome.a...no
* glib.h...no
* libglib.so or libglib.a...yes
* glibconfig.h...no
*
* (yes means it was found, no means it was not found)
*
* ntop will run just fine without this plugin.
*
*>>> If you want to use the xmldump plugin,
*
*??? 1. Install the necessary headers and libraries.
*??? and rerun ./configure
*
*******************************************************************
checking pthread_atfork... yes
Miscelaneous settings...
checking for gcc backtrace... found - automatic SIGSEGV backtrace enabled via -K
checking for gcc getopt_long... found - long command line options are enabled
checking for facilitynames - define SYSLOG_NAMES option... available
checking if ether_header uses ether_addr structs... no
checking if in6_addr is defined for sFlowPlugin... yes
-------------------------------------------------------------------
Removing dups and misplaced entries from LIBS and INCS...
Testing for special final configuration options for LINUX debian unknown
===================================================================
This is your ntop 3.0.052 configuration:
Host System Type : i686-pc-linux-gnu
Preprocessor (cppflags) : -DLINUX -I/usr/local/include
-I/home/hank/Desktop/burn/ntop/myrrd
Compiler (cflags) : gcc -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC
Defines : -DHAVE_CONFIG_H
Loader (ldflags) : -L/usr/local/lib -L/home/hank/Desktop/burn/ntop/myrrd
Include path : -I/home/hank/Desktop/burn/ntop/myrrd
System Libs : -lxml2 -lglib -lpthread -lresolv -lnsl -lcrypt -lc -lssl
-lcrypto -lpcap -lgdbm -lgd -lpng -lz -lmyrrd
MultiThread mode : enabled
Locale : /usr/lib/locale
External packages:
LBL pcap .h : standard system headers
LBL pcap library : standard system libraries
GNU gdbm .h : standard system headers
GNU gdbm library : standard system libraries
zlib .h : standard system headers
zlib library : standard system libraries
gd .h : standard system headers
gd library : standard system libraries
png .h : standard system headers
png library : standard system libraries
openSSL .h : standard system headers
openSSL library : standard system libraries
Install directories:
Default prefix: /usr/local
Install into: NONE (default or via --prefix request)
Data files are in /usr/local/share/ntop
Config files are in /usr/local/etc/ntop
Run directory is /usr/local/var/ntop
Plugin files are in /usr/local/lib/ntop/plugins
Database files are in /usr/local/var/ntop
-------------------------------------------------------------------
Creating files...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating myrrd/Makefile
config.status: creating plugins/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
version.c...
===================================================================
*******************************************************************
*
* NOTE: ./configure is now complete!
*
* All of the obviously FATAL errors would cause you to
* abort before this point, so while you SHOULD scroll
* back and check for error/warning/note messages,
* you probably will not...
*
++
++ If you like ntop, please do not forget to support its
++ development. See SUPPORT_NTOP.txt for more information.
++
++ Thanks for supporting ntop!
++
*
* NEXT STEP(S):
*
*>>>> A WARNING message was generated - please review the
*>>>> output before continuing to make ntop!
*
* Building ntop requires GNU Make, so to build ntop, type
* 'make' (or on *BSD and Solaris systems, 'gmake')
*
*******************************************************************
cd . && /bin/sh ./missing --run echo
cd . && \
/bin/sh ./missing --run echo --gnu Makefile
--gnu Makefile
cd . && /bin/sh ./missing --run echo
make all-recursive
make[1]: Entering directory `/home/hank/Desktop/burn/ntop'
cd . && /bin/sh ./missing --run echo
cd . && \
/bin/sh ./missing --run echo --gnu Makefile
--gnu Makefile
cd . && /bin/sh ./missing --run echo
Making all in myrrd
make[2]: Entering directory `/home/hank/Desktop/burn/ntop/myrrd'
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidab10.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidab12l2.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidan10.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidan12.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdpng.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H parsetime.c
parsetime.c:248: warning: no previous prototype for `EnsureMemFree'
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_create.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_fetch.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_open.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidab12.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidab14.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidan10l2.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gdlucidan14.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H gifsize.c
gifsize.c:59: warning: no previous prototype for `GifSize'
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H pngsize.c
pngsize.c:11: warning: no previous prototype for `PngSize'
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_error.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_graph.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_update.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_format.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_last.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H rrd_diff.c
gcc -c -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -I. -I..
-I/home/hank/Desktop/burn/ntop/myrrd -DHAVE_CONFIG_H dummy.c
dummy.c:1: warning: no previous prototype for `gdImageGif'
ar rs libmyrrd.a gdlucidab10.o gdlucidab12l2.o gdlucidan10.o gdlucidan12.o
gdpng.o parsetime.o rrd_create.o rrd_fetch.o rrd_open.o gdlucidab12.o
gdlucidab14.o gdlucidan10l2.o gdlucidan14.o gifsize.o pngsize.o rrd_error.o
rrd_graph.o rrd_update.o rrd_format.o rrd_last.o rrd_diff.o dummy.o
make[2]: Leaving directory `/home/hank/Desktop/burn/ntop/myrrd'
Making all in .
make[2]: Entering directory `/home/hank/Desktop/burn/ntop'
cd . && /bin/sh ./missing --run echo
cd . && \
/bin/sh ./missing --run echo --gnu Makefile
--gnu Makefile
cd . && /bin/sh ./missing --run echo
source='address.c' object='address.lo' libtool=yes \
depfile='.deps/address.Plo' tmpdepfile='.deps/address.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.
-I/home/hank/Desktop/burn/ntop/myrrd -DLINUX -I/usr/local/include
-I/home/hank/Desktop/burn/ntop/myrrd -g -O2 -I/usr/local/include -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -g
-O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -c -o address.lo `test -f 'address.c'
|| echo './'`address.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/home/hank/Desktop/burn/ntop/myrrd -DLINUX
-I/usr/local/include -I/home/hank/Desktop/burn/ntop/myrrd -g -O2 -I/usr/local/include
-Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
-fPIC -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fPIC -c address.c -MT address.lo -MD -MP -MF
.deps/address.TPlo -fPIC -DPIC -o .libs/address.lo
In file included from ntop.h:275,
from address.c:21:
/usr/include/netinet/sctp.h:146: error: parse error before "__u16"
/usr/include/netinet/sctp.h:148: error: parse error before "sinit_max_attempts"
/usr/include/netinet/sctp.h:149: error: parse error before "sinit_max_init_timeo"
/usr/include/netinet/sctp.h:165: error: parse error before "__u16"
/usr/include/netinet/sctp.h:167: error: parse error before "sinfo_flags"
/usr/include/netinet/sctp.h:168: error: parse error before "sinfo_ppid"
/usr/include/netinet/sctp.h:169: error: parse error before "sinfo_context"
/usr/include/netinet/sctp.h:170: error: parse error before "sinfo_timetolive"
/usr/include/netinet/sctp.h:171: error: parse error before "sinfo_tsn"
/usr/include/netinet/sctp.h:172: error: parse error before "sinfo_cumtsn"
/usr/include/netinet/sctp.h:174: error: parse error before '}' token
/usr/include/netinet/sctp.h:192: error: parse error before "__u8"
/usr/include/netinet/sctp.h:195: error: parse error before '}' token
/usr/include/netinet/sctp.h:214: error: parse error before "__u16"
/usr/include/netinet/sctp.h:216: error: parse error before "sac_length"
/usr/include/netinet/sctp.h:217: error: parse error before "sac_state"
/usr/include/netinet/sctp.h:218: error: parse error before "sac_error"
/usr/include/netinet/sctp.h:219: error: parse error before "sac_outbound_streams"
/usr/include/netinet/sctp.h:220: error: parse error before "sac_inbound_streams"
/usr/include/netinet/sctp.h:222: error: parse error before '}' token
/usr/include/netinet/sctp.h:249: error: parse error before "__u16"
/usr/include/netinet/sctp.h:251: error: parse error before "spc_length"
/usr/include/netinet/sctp.h:256: error: parse error before '}' token
/usr/include/netinet/sctp.h:284: error: parse error before "__u16"
/usr/include/netinet/sctp.h:286: error: parse error before "sre_length"
/usr/include/netinet/sctp.h:287: error: parse error before "sre_error"
/usr/include/netinet/sctp.h:289: error: parse error before "sre_data"
/usr/include/netinet/sctp.h:290: error: parse error before '}' token
/usr/include/netinet/sctp.h:300: error: parse error before "__u16"
/usr/include/netinet/sctp.h:302: error: parse error before "ssf_length"
/usr/include/netinet/sctp.h:303: error: parse error before "ssf_error"
/usr/include/netinet/sctp.h:306: error: parse error before "ssf_data"
/usr/include/netinet/sctp.h:307: error: parse error before '}' token
/usr/include/netinet/sctp.h:333: error: parse error before "__u16"
/usr/include/netinet/sctp.h:335: error: parse error before "sse_length"
/usr/include/netinet/sctp.h:337: error: parse error before '}' token
/usr/include/netinet/sctp.h:347: error: parse error before "__u16"
/usr/include/netinet/sctp.h:349: error: parse error before "sai_length"
/usr/include/netinet/sctp.h:350: error: parse error before "sai_adaption_ind"
/usr/include/netinet/sctp.h:352: error: parse error before '}' token
/usr/include/netinet/sctp.h:362: error: parse error before "__u16"
/usr/include/netinet/sctp.h:364: error: parse error before "pdapi_length"
/usr/include/netinet/sctp.h:365: error: parse error before "pdapi_indication"
/usr/include/netinet/sctp.h:367: error: parse error before '}' token
/usr/include/netinet/sctp.h:376: error: parse error before "__u8"
/usr/include/netinet/sctp.h:378: error: parse error before "sctp_address_event"
/usr/include/netinet/sctp.h:379: error: parse error before "sctp_send_failure_event"
/usr/include/netinet/sctp.h:380: error: parse error before "sctp_peer_error_event"
/usr/include/netinet/sctp.h:381: error: parse error before "sctp_shutdown_event"
/usr/include/netinet/sctp.h:382: error: parse error before
"sctp_partial_delivery_event"
/usr/include/netinet/sctp.h:383: error: parse error before "sctp_adaption_layer_event"
/usr/include/netinet/sctp.h:395: error: parse error before "__u16"
/usr/include/netinet/sctp.h:397: error: parse error before "sn_length"
/usr/include/netinet/sctp.h:406: error: parse error before '}' token
/usr/include/netinet/sctp.h:450: error: parse error before "__u32"
/usr/include/netinet/sctp.h:452: error: parse error before "srto_min"
/usr/include/netinet/sctp.h:463: error: parse error before "__u16"
/usr/include/netinet/sctp.h:465: error: parse error before "sasoc_peer_rwnd"
/usr/include/netinet/sctp.h:466: error: parse error before "sasoc_local_rwnd"
/usr/include/netinet/sctp.h:467: error: parse error before "sasoc_cookie_life"
/usr/include/netinet/sctp.h:503: error: parse error before "__u32"
/usr/include/netinet/sctp.h:519: error: parse error before "__u32"
/usr/include/netinet/sctp.h:535: error: parse error before "__s32"
/usr/include/netinet/sctp.h:537: error: parse error before "spinfo_srtt"
/usr/include/netinet/sctp.h:538: error: parse error before "spinfo_rto"
/usr/include/netinet/sctp.h:539: error: parse error before "spinfo_mtu"
/usr/include/netinet/sctp.h:559: error: parse error before "__s32"
/usr/include/netinet/sctp.h:561: error: parse error before "sstat_unackdata"
/usr/include/netinet/sctp.h:562: error: parse error before "sstat_penddata"
/usr/include/netinet/sctp.h:563: error: parse error before "sstat_instrms"
/usr/include/netinet/sctp.h:564: error: parse error before "sstat_outstrms"
/usr/include/netinet/sctp.h:565: error: parse error before "sstat_fragmentation_point"
/usr/include/netinet/sctp.h:567: error: parse error before '}' token
/usr/include/netinet/sctp.h:193: error: storage size of `init' isn't known
/usr/include/netinet/sctp.h:194: error: storage size of `sndrcv' isn't known
/usr/include/netinet/sctp.h:304: error: storage size of `ssf_info' isn't known
/usr/include/netinet/sctp.h:399: error: storage size of `sn_assoc_change' isn't known
/usr/include/netinet/sctp.h:400: error: storage size of `sn_paddr_change' isn't known
/usr/include/netinet/sctp.h:401: error: storage size of `sn_remote_error' isn't known
/usr/include/netinet/sctp.h:402: error: storage size of `sn_send_failed' isn't known
/usr/include/netinet/sctp.h:403: error: storage size of `sn_shutdown_event' isn't known
/usr/include/netinet/sctp.h:404: error: storage size of `sn_adaption_event' isn't known
/usr/include/netinet/sctp.h:405: error: storage size of `sn_pdapi_event' isn't known
/usr/include/netinet/sctp.h:566: error: storage size of `sstat_primary' isn't known
make[2]: *** [address.lo] Error 1
make[2]: Leaving directory `/home/hank/Desktop/burn/ntop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hank/Desktop/burn/ntop'
make: *** [all] Error 2
[EMAIL PROTECTED]:~/Desktop/burn/ntop$ exit
Script done on Wed Jul 28 11:34:19 2004
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev