Frankly, if the compiles were failing for EVERYONE due to some systemic
problem, I'd expect to see more than two or three reports, over the last
three months, with 600 people subscribed to the mailing lists and 15K
downloads from SourceForge...


I had three thoughts here, none of which are consistent with the facts...

Idea #1 was that you were untaring into an existing directory that has the
.deps/.libs with bad permissions.

Idea #2 was that there were a set of .deps/.libs in the .tgz, which are
owned by a userid/group that doesn't exist on your system.  The problem with
that thought is that I don't see it in the .tgz on SourceForge, nor the
nightly .tgz created at snapshot (which, btw, is still failing, so despite
the date, it's really still the mid December version).

Idea #3 was that the new scripts have changed this somehow.  The problem
here is that the "15Oct" date isn't related in any way to the script change,
that happened on the 30th.  On the 16th, (which would be the 2002-10-17 .tgz
at snapshot not 2002-10-16), Luca enabled the new rrd Plugin -- do

$ cvs diff -U3 -r 2.7 -r 2.8 Makefile.am

to see the trivial changes.

If you view the cvs checkout log at snapshot for the 16th --
http://snapshot.ntop.org/tgz/logs/ntop-02-10-16.txt, NOTHING changed that
day...

What I'm left with is what changed on that date on YOUR system?

What versions of the auto* tools do you have installed??? I'm using:

autoconf 2.53
automake 1.6.3
libtool 1.4.2

(and the aclocal that comes with automake)

If it's an autotools problem, try recreating them... in a clean directory
(i.e. cvs checkout or untared), before doing ANYTHING, do this

$ cat acinclude.m4.ntop libtool.m4.in > acinclude.m4.ntop
$ aclocal
$ autoheader
$ autoconf
$ automake
$ ./configure as per usual
$ make

Let us know...

-----Burton

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Mustafa Baig
Sent: Friday, January 10, 2003 6:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [Ntop] FreeBSD 4.7 and current CVS


I've the exact same error, 101% same, except that it's on Debian 3.0r1.
The cvs download from 15 October compiles and runs (I just download and
compile the latest source). All downloads after 15 Oct error out with
this exact error. I've tried to compile it as root, normal user, deleted
the dirs, used new dirs, tried different permissions on dir but error is
the same.

If anyone finds out what's happening, let me in on it too.
Regards
--
Musfa

------Original Message-----
-From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
-Sent: Friday, January 10, 2003 2:36 PM
-To: [EMAIL PROTECTED]
-Subject: RE: [Ntop] FreeBSD 4.7 and current CVS
-
-Check the back traffic -- you'll see that I've reported hitting that
problem
-if (the initial ?) compile is done as root and then you attempt to
compile
-as a non-root user.
-
-What seems to happen is that when root creates that directory, the
-permissions don't allow the normal user to see into it or create files.
-
-Either
-
-(as root) delete the directory
-(non-root) ./configure et al -- this should recreate the directory
-
-or
-
-chown -R ntop.ntop .deps
-
-There's a .libs ya gotta worry about too...
-
------Burton
-
------Original Message-----
-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rob
-Trout
-Sent: Friday, January 10, 2003 3:36 PM
-To: [EMAIL PROTECTED]
-Subject: [Ntop] FreeBSD 4.7 and current CVS
-
-
-Burton,
-The current CVS errors out on the plugins portion. I'm running FreeBSD
-4.7. Everything's peachy until plugin time:
-
- gmake[2]: Entering directory
-`/usr/local/download/ntop-cvs/ntop/plugins'
- Makefile:353: .deps/icmpPlugin.Plo: No such file or directory
- Makefile:354: .deps/icmpPlugin.so.Po: No such file or directory
- Makefile:355: .deps/lastSeenPlugin.Plo: No such file or directory
- Makefile:356: .deps/lastSeenPlugin.so.Po: No such file or directory
- Makefile:357: .deps/netflowPlugin.Plo: No such file or directory
- Makefile:358: .deps/netflowPlugin.so.Po: No such file or directory
- Makefile:359: .deps/nfsPlugin.Plo: No such file or directory
- Makefile:360: .deps/nfsPlugin.so.Po: No such file or directory
- Makefile:361: .deps/pdaPlugin.Plo: No such file or directory
- Makefile:362: .deps/pdaPlugin.so.Po: No such file or directory
- Makefile:363: .deps/rrdPlugin.Plo: No such file or directory
- Makefile:364: .deps/rrdPlugin.so.Po: No such file or directory
- Makefile:365: .deps/sflowPlugin.Plo: No such file or directory
- Makefile:366: .deps/sflowPlugin.so.Po: No such file or directory
- gmake[2]: *** No rule to make target `.deps/sflowPlugin.so.Po'.  Stop.
- gmake[2]: Leaving directory
`/usr/local/download/ntop-cvs/ntop/plugins'
-
- gmake[1]: *** [all-recursive] Error 1
- gmake[1]: Leaving directory `/usr/local/download/ntop-cvs/ntop'
- gmake: *** [all] Error 2
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
------Original Message-----
-From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
-Sent: Friday, January 10, 2003 9:57 AM
-To: [EMAIL PROTECTED]
-Subject: RE: [Ntop] windows ntop /i configuration update
-
-
-ntop /d will delete the existing service definition
-ntop /i installs it
-ntop /c runs in foreground
-
-So the best way to update it is
-
-ntop /d
-ntop /i ....
-
------Burton
-
------Original Message-----
-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
David
-Gibson
-Sent: Friday, January 10, 2003 9:48 AM
-To: [EMAIL PROTECTED]
-Subject: [Ntop] windows ntop /i configuration update
-
-
-Hello,
-
-I'm trying to update my ntop startup configuration. When I do ntop /i,
-now however, I get the following:
-
-C:\Documents and Settings\Administrator>ntop /i
-CreateService failed - The specified service already exists. (0x431)
-NOTE: the default password for the 'admin' user has been set to
'admin'.
-C:\Documents and Settings\Administrator>
-
-What's the best/preferred way to alter the ntop configuration?
-
-Thanx,
-
-David
-6^jj
-
-_______________________________________________
-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
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to