I think those libtool errors are the 1.3 vs. 1.4 stuff. We say we require 1.4 but don't enforce it - 1.3 SEEMS to work ok...
It's quite probable that remaking the ./configure files as you did cleans up any Linuxisms and replaces them by the appropriate Solarisisms. Run under gdb and capture the bt full stuff - instructions are in the docs/FAQ and at snapshot. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Matthews Sent: Thursday, March 27, 2003 8:41 AM To: [EMAIL PROTECTED] Subject: Re: [Ntop] Problem compiling ntop on Solaris 8 on Sparc Hi. > 2. Attempting to build ntop 2.1.90 or the 24 Mar '03 cvs snapshot, gets > through the configure stage, (if.h [and some others] are "unusable", but > configure completes) make, however, gives the error: > Makefile:547: *** missing separator. Stop. I also had the same problem of 'Makefile:547: *** missing separator. Stop.' However, when I ran aclocal autoheader automake --add-missing --gnu autoconf ./configure gmake It all compiled OK ! There are quite a few errors from libtool when linking: ../libtool: test: !=: unary operator expected ../libtool: test: !=: unary operator expected Ah, but it didn't run OK :( - This may be due to the above errors ?? None of them were fatal though... It now dumps a core. sysconfig(_CONFIG_SEM_VALUE_MAX) = 2147483647 Incurred fault #6, FLTBOUNDS %pc = 0xFEBE60B8 siginfo: SIGSEGV SEGV_ACCERR addr=0xFEF00004 Received signal #11, SIGSEGV [default] siginfo: SIGSEGV SEGV_ACCERR addr=0xFEF00004 *** process killed *** Anyhoo, just thought I'd pass on my failures... Don't suppose anyone else has got this far and is having the same problems ? Configuration Solaris 8 ntop version 2.1.90 gcc 3.2.2 libtool 1.4.3 autoconf 2.57 automake 1.7.3 rrdtool-1.0.41 libpcap-0.7.1 gdbm-1.8.3 openssl-0.9.7a GNU Make version 3.79.1 Cheers, Paul. -------------------------------------------------------------------------- Paul Matthews Head of Networking/Postmaster Library and Information Services, University of Wales Swansea , Singleton Park, Swansea SA2 8PP, UK email: [EMAIL PROTECTED] [EMAIL PROTECTED] tel: +44 (0)1792 295107 mobile: 07802166089 fax: +44 (0)1792 295851 -------------------------------------------------------------------------- _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
