A few stupid questions upfront: Did you read docs/BUILD-NTOP.txt ? Did you check your autotools versions?
If you upgrade your autotools you'll have to run autogen.sh again. > I was able to install libpcap and rrdtools and all the other libraries > and programs that ntop requires. I ran configure and received some >From the lines you sent it seems that you're having problems linking static libraries (e.g. libpcap.a) Try to build shared libraries instead (usually --enable-shared). Stefan > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Adamiec, Larry > Sent: Tuesday, 06 May, 2008 22:55 > To: [email protected] > Subject: Re: [Ntop] installation troubles > > Things always seem to be more complicated on Solaris. Oh well, I > figured something out. > > The make I use is a GNU version > > # make --version > GNU Make 3.81 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > > This program built for sparc-sun-solaris2.9 > > > Larry > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of > Gary Gatten > Sent: Tuesday, May 06, 2008 15:39 > To: [email protected] > Subject: Re: [Ntop] installation troubles > > > 4 days! Sorry dude, wish I could help but Solaris is my > least familiar > *nix like thing and I'm not that good on any of them! > > Doesn't 3.3.x have some sort of install script included with nTop? I > think it builds some custom configure or make files depending on your > specific environment. Also, might have to run gmake instead of make. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of > Adamiec, Larry > Sent: Tuesday, May 06, 2008 3:18 PM > To: [email protected] > Subject: [Ntop] installation troubles > > Hello, > > I am trying to install ntop version 3.3 on a Sun Sparc > Solaris 9 server. > I was able to install libpcap and rrdtools and all the other libraries > and programs that ntop requires. I ran configure and received some > warnings about xml and openssl can't be found but the > warnings stated I > really don't need these to run ntop so I continued. > > When I tried to run make, I received several screenfuls of > lines similar > to this: > > errno 0x22c > /usr/local/lib/libpcap.a(pcap.o) > errno 0x8d4 > /usr/local/lib/libpcap.a(inet.o) > strlcpy 0x6cc > /usr/local/lib/libpcap.a(savefile.o) > getprotobyname 0x1ec > /usr/local/lib/libpcap.a(nametoaddr.o) > > followed by this: > > ld: fatal: relocations remain against allocatable but non-writable > sections > collect2: ld returned 1 exit status > make[2]: *** [libntop.la] Error 1 > make[2]: Leaving directory `/export/home/lax/tmp/ntop' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/export/home/lax/tmp/ntop' > make: *** [all] Error 2 > > These errors don't appear to be related to openssl or xml > libraries but > I have been working on installing ntop for four days and I can't see > straight any more. > > Could someone please point me in the right direction? > > Thank you. > > Larry Adamiec > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop > > > > > > <font size="1"> > <div style='border:none;border-bottom:double windowtext > 2.25pt;padding:0in 0in 1.0pt 0in'> > </div> > "This email is intended to be reviewed by only the intended recipient > and may contain information that is privileged and/or confidential. > If you are not the intended recipient, you are hereby notified that > any review, use, dissemination, disclosure or copying of this email > and its attachments, if any, is strictly prohibited. If you have > received this email in error, please immediately notify the sender by > return email and delete this email from your system." > </font> > > _______________________________________________ > 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
