Hi,
Hope someone can assist me with regards to this error. Do I have a outdated
package that I have to update ?
Thanks in advance
[r...@infraserver2 ntop-4.0]# ./autogen.sh
Starting ntop automatic configuration system v.0.2.3
Please be patient, there is a lot to do...
1. Testing gnu tools....
libtool ..... 2.4
.... ok
automake .... 1.9.6
.... ok
autoconf .... 2.59
.... ok
2. Preparing for libtool ....
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
.... done
3. Create acinclude.m4, local definitions for automake ...
.... done
4. Running aclocal to create aclocal.m4 ...
aclocal:configure.in:183: warning: macro `AM_ENABLE_SHARED' not found in
library
configure.in:184: warning: LTOPTIONS_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOPTIONS_VERSION is required by...
acinclude.m4:300: LT_INIT is expanded from...
acinclude.m4:304: AM_PROG_LIBTOOL is expanded from...
configure.in:184: the top level
configure.in:184: warning: LTSUGAR_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTSUGAR_VERSION is required by...
configure.in:184: warning: LTVERSION_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTVERSION_VERSION is required by...
configure.in:184: warning: LTOBSOLETE_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOBSOLETE_VERSION is required by...
.... done
5. Running autoheader to create config.h.in ...
configure.in:184: warning: LTOPTIONS_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOPTIONS_VERSION is required by...
acinclude.m4:300: LT_INIT is expanded from...
acinclude.m4:304: AM_PROG_LIBTOOL is expanded from...
configure.in:184: the top level
configure.in:184: warning: LTSUGAR_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTSUGAR_VERSION is required by...
configure.in:184: warning: LTVERSION_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTVERSION_VERSION is required by...
configure.in:184: warning: LTOBSOLETE_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOBSOLETE_VERSION is required by...
.... done
6. Running automake to create Makefile.in ...
configure.in:184: warning: LTOPTIONS_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOPTIONS_VERSION is required by...
acinclude.m4:300: LT_INIT is expanded from...
acinclude.m4:304: AM_PROG_LIBTOOL is expanded from...
configure.in:184: the top level
configure.in:184: warning: LTSUGAR_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTSUGAR_VERSION is required by...
configure.in:184: warning: LTVERSION_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTVERSION_VERSION is required by...
configure.in:184: warning: LTOBSOLETE_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOBSOLETE_VERSION is required by...
.... done
7. Running autoconf to create configure ...
configure.in:184: warning: LTOPTIONS_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOPTIONS_VERSION is required by...
acinclude.m4:300: LT_INIT is expanded from...
acinclude.m4:304: AM_PROG_LIBTOOL is expanded from...
configure.in:184: the top level
configure.in:184: warning: LTSUGAR_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTSUGAR_VERSION is required by...
configure.in:184: warning: LTVERSION_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTVERSION_VERSION is required by...
configure.in:184: warning: LTOBSOLETE_VERSION is m4_require'd but is not
m4_defun'd
configure.in:184: LTOBSOLETE_VERSION is required by...
configure.in:183: error: possibly undefined macro: AM_ENABLE_SHARED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:4394: error: possibly undefined macro: m4_ifval
configure:7758: error: possibly undefined macro: _LT_SET_OPTIONS
configure:7758: error: possibly undefined macro: LT_INIT
.... done
mkdir: cannot create directory `m4': File exists
8. Running ./configure ...
I am going to run ./configure with no arguments
if you wish to pass any to it, please specify them on the ./autogen.sh
command line.
Welcome to ntop, Version 4.0
copyright (c) 1998-2010 Luca Deri <[email protected]>
Configuration script version v4.0-19-07-2010
************************************************************************
* *
* 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 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 style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 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
./configure: line 4320: AM_ENABLE_SHARED: command not found
./configure: line 4327: LTOPTIONS_VERSION: command not found
./configure: line 4328: LTSUGAR_VERSION: command not found
./configure: line 4329: LTVERSION_VERSION: command not found
./configure: line 4330: LTOBSOLETE_VERSION: command not found
checking how to print strings... printf
./configure: line 4392: syntax error near unexpected token
`lt_decl_varnames,'
./configure: line 4392: `lt_if_append_uniq(lt_decl_varnames, SHELL, , ,'
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop