Hi
I think that you have problems with libtool installation

Luca

On Jun 25, 2008, at 1:47 AM, grarpamp wrote:

> Hi there. I'm having problems building nProbe. It would not get
> past step 1 because all the tool versions were too old. So I updated
> them all from source and am now stuck at the following log. I'm
> used to ./configure, make, make install so these tools are all new
> to me. I'm willing to tinker a bit to get it going if anyone has
> ideas. Maybe I'm not using the latest patched version? Thanks!
>
> This is on FreeBSD RELENG_4 with:
> MD5  (nProbe-4.9.4.tar.gz) = 9874823ca86081b358243f5272af5dfd
> SHA1 (nProbe-4.9.4.tar.gz) = 474f7c5dd51c0ecbc4b45139c06c8cd9fa5786ab
> Dated: 20070917T183925 Size: 716742
>
> # note whether /usr/local is first or last, there is no difference
> env - PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin \
> sh -c './autogen.sh 2>&1'
>
> ========== ========== ========== ==========
>
>
> Starting nprobe automatic configuration system v0.2.1
>
>  Please be patient, there is a lot to do...
>
> 1. Testing gnu tools....
>    libtool ..... 1.5.26
>        .... ok
>    automake .... 1.10.1
>        .... ok
>    autoconf .... 2.62
>        .... ok
>
> 2. Preparing for libtool ....
> You should add the contents of
> `/usr/local/libtool1526/aclocal/libtool.m4' to `aclocal.m4'.
>    Finding libtool.m4.in
>        .... not found - aborting!
>        .... done
>
> 3. Create acinclude.m4, local definitions for automake ...
> cat: libtool.m4.in: No such file or directory
>        .... done
>
> 4. Running aclocal to create aclocal.m4 ...
> acinclude.m4:36: warning: underquoted definition of AC_CHECK_TYPEDEF
> acinclude.m4:36:   run info '(automake)Extending aclocal'
> acinclude.m4:36:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> configure.in:65: warning: macro `AM_PROG_LIBTOOL' not found in library
>        .... done
>
> 5. Running autoheader to create config.h.in ...
>        .... done
>
> 6. Running automake to create Makefile.in ...
> configure.in:73: installing `./install-sh'
> configure.in:110: installing `./missing'
> plugins/Makefile.am:63: Libtool library used but `LIBTOOL' is  
> undefined
> plugins/Makefile.am:63:   The usual way to define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> plugins/Makefile.am:63:   to `configure.in' and run `aclocal' and
> `autoconf' again.
> plugins/Makefile.am:63:   If `AC_PROG_LIBTOOL' is in `configure.in',  
> make sure
> plugins/Makefile.am:63:   its definition is in aclocal's search path.
> plugins/Makefile.am: installing `./depcomp'
> Makefile.am: installing `./INSTALL'
> Makefile.am:80: Libtool library used but `LIBTOOL' is undefined
> Makefile.am:80:   The usual way to define `LIBTOOL' is to add  
> `AC_PROG_LIBTOOL'
> Makefile.am:80:   to `configure.in' and run `aclocal' and `autoconf'  
> again.
> Makefile.am:80:   If `AC_PROG_LIBTOOL' is in `configure.in', make sure
> Makefile.am:80:   its definition is in aclocal's search path.
> Makefile.am:74: compiling `nprobe.c' with per-target flags requires
> `AM_PROG_CC_C_O' in `configure.in'
>        .... done
>
> 7. Running autoconf to create configure ...
> configure.in:39: error: possibly undefined macro: AC_PROG_LIBTOOL
>      If this token and others are legitimate, please use  
> m4_pattern_allow.
>      See the Autoconf documentation.
> configure.in:65: error: possibly undefined macro: AM_PROG_LIBTOOL
>        .... done
>
> 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 nprobe, Version 4.9.4
> Copyright (c) 2002-07 Luca Deri <[EMAIL PROTECTED]>
>
> checking build system type... i386-unknown-freebsd4.11
> checking host system type... i386-unknown-freebsd4.11
> checking target system type... i386-unknown-freebsd4.11
> ./configure: line 2055: AC_PROG_LIBTOOL: command not found
> ./configure: line 2096: AM_PROG_LIBTOOL: command not found
> 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 ISO C89... none needed
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for compiler option -pipe... yes
> checking for compilation debug mode... disabled
> checking for compilation optimization mode... disabled
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc
> checking for mysql_config... no
> MySQL not found. Database support disabled
> checking for sqlite3_open in -lsqlite3... no
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/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... no
> checking for unistd.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 dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for string.h... (cached) yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for sys/types.h... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/ioctl usability... no
> checking sys/ioctl presence... no
> checking for sys/ioctl... no
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/ldr.h usability... no
> checking sys/ldr.h presence... no
> checking for sys/ldr.h... no
> checking sys/sockio.h usability... yes
> checking sys/sockio.h presence... yes
> checking for sys/sockio.h... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for zlibVersion in -lz... yes
> checking gdbm.h usability... no
> checking gdbm.h presence... no
> checking for gdbm.h... no
> checking for gdbm_open in -lgdbm... no
> 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 semaphore.h usability... yes
> checking semaphore.h presence... yes
> checking for semaphore.h... yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for pthread_create in -lpthread... no
> checking if spin locks are supported... no
> checking for dlopen in -ldl... no
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.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 net/if.h usability... no
> checking net/if.h presence... yes
> configure: WARNING: net/if.h: present but cannot be compiled
> configure: WARNING: net/if.h:     check for missing prerequisite  
> headers?
> configure: WARNING: net/if.h: see the Autoconf documentation
> configure: WARNING: net/if.h:     section "Present But Cannot Be  
> Compiled"
> configure: WARNING: net/if.h: proceeding with the preprocessor's  
> result
> configure: WARNING: net/if.h: in the future, the compiler will take  
> precedence
> checking for net/if.h... yes
> checking netinet/in_systm.h usability... yes
> checking netinet/in_systm.h presence... yes
> checking for netinet/in_systm.h... yes
> checking netinet/ip.h usability... no
> checking netinet/ip.h presence... yes
> configure: WARNING: netinet/ip.h: present but cannot be compiled
> configure: WARNING: netinet/ip.h:     check for missing prerequisite  
> headers?
> configure: WARNING: netinet/ip.h: see the Autoconf documentation
> configure: WARNING: netinet/ip.h:     section "Present But Cannot Be  
> Compiled"
> configure: WARNING: netinet/ip.h: proceeding with the preprocessor's  
> result
> configure: WARNING: netinet/ip.h: in the future, the compiler will
> take precedence
> checking for netinet/ip.h... yes
> checking netinet/ip_icmp.h usability... no
> checking netinet/ip_icmp.h presence... yes
> configure: WARNING: netinet/ip_icmp.h: present but cannot be compiled
> configure: WARNING: netinet/ip_icmp.h:     check for missing
> prerequisite headers?
> configure: WARNING: netinet/ip_icmp.h: see the Autoconf documentation
> configure: WARNING: netinet/ip_icmp.h:     section "Present But Cannot
> Be Compiled"
> configure: WARNING: netinet/ip_icmp.h: proceeding with the  
> preprocessor's result
> configure: WARNING: netinet/ip_icmp.h: in the future, the compiler
> will take precedence
> checking for netinet/ip_icmp.h... yes
> checking netinet/udp.h usability... yes
> checking netinet/udp.h presence... yes
> checking for netinet/udp.h... yes
> checking netinet/tcp.h usability... yes
> checking netinet/tcp.h presence... yes
> checking for netinet/tcp.h... yes
> checking netinet/if_ether.h usability... no
> checking netinet/if_ether.h presence... yes
> configure: WARNING: netinet/if_ether.h: present but cannot be compiled
> configure: WARNING: netinet/if_ether.h:     check for missing
> prerequisite headers?
> configure: WARNING: netinet/if_ether.h: see the Autoconf documentation
> configure: WARNING: netinet/if_ether.h:     section "Present But
> Cannot Be Compiled"
> configure: WARNING: netinet/if_ether.h: proceeding with the
> preprocessor's result
> configure: WARNING: netinet/if_ether.h: in the future, the compiler
> will take precedence
> checking for netinet/if_ether.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 ethertype.h usability... no
> checking ethertype.h presence... no
> checking for ethertype.h... no
> checking if.h usability... no
> checking if.h presence... no
> checking for if.h... no
> checking net/bpf.h usability... yes
> checking net/bpf.h presence... yes
> checking for net/bpf.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 for typedef u_int64_t... yes
> checking for typedef uint64_t... yes
> 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 if ether_header uses ether_addr structs... no
> checking for accept in -lsocket... no
> checking for inet_aton in -lresolv... no
> checking sctp... no
> checking for pcre_compile in -lpcre... no
> checking for LBL Packet Capture Library (required package)... found in
> standard installation
> checking for pcap_next_ex in -lpcap... no
> configure: creating ./config.status
> config.status: error: cannot find input file: Makefile.in
>
>
> ========== ========== ========== ==========
> _______________________________________________
> Ntop-misc mailing list
> [email protected]
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc

_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to