OK I did the RTFM thing. Maybe the following will help another newbie. I made a WAG and changed the line "depcomp = $(SHELL)...." to just depcomp =depcomp. So then make and make install ran spewing all kinds of stuff I had no idea about. But now ntop seems to run. No I just need to read more and compile the plugins. So there is hope for those from the windoze world who have never done this. :-)
Jim Liddil > -----Original Message----- > From: James Liddil > Sent: Thursday, October 31, 2002 9:25 AM > To: [EMAIL PROTECTED] > Subject: RE: [Ntop] make ntop 2.1.52 > > > I have automake-1.6 in my $PATH so when I type "depcomp" not > "./depcomp" It makes an attempt at execution. So how does > one fix things so that this will work? > > Jim Liddil > > > -----Original Message----- > > From: Burton M. Strauss III [mailto:Burton@;ntopsupport.com] > > Sent: Wednesday, October 30, 2002 5:43 PM > > To: [EMAIL PROTECTED] > > Subject: RE: [Ntop] make ntop 2.1.52 > > > > > > ./depcomp: ./depcomp: No such file or directory > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:ntop-admin@;unipi.it]On > > Behalf Of Jim Liddil > > Sent: Wednesday, October 30, 2002 4:13 PM > > To: [EMAIL PROTECTED] > > Subject: [Ntop] make ntop 2.1.52 > > > > > > RH8 I got the source and now am at the point where I this > of which I > > have no clue what it means. TIA > > > > Jim Liddil > > > > > > [root@localhost ntop]# make > > make all-recursive > > make[1]: Entering directory `/var/ntop/ntop-current/ntop' > > Making all in . > > make[2]: Entering directory `/var/ntop/ntop-current/ntop' > > source='address.c' object='address.lo' libtool=yes \ > > depfile='.deps/address.Plo' tmpdepfile='.deps/address.TPlo' \ > > depmode=none /bin/sh ./depcomp \ /bin/sh ./libtool > > --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. > > -I/var/ntop/ntop-current/gdchart0.94c > -I/usr/include/openssl -g -g > > -O2 -Wshadow -Wpointer-arith -Wmissing-prototypes > > -Wmissing-declarations -Wnested-externs -fPIC -c -o > > address.lo `test -f > > 'address.c' || echo './'`address.c > > ./depcomp: ./depcomp: No such file or directory > > make[2]: *** [address.lo] Error 127 > > make[2]: Leaving directory `/var/ntop/ntop-current/ntop' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/var/ntop/ntop-current/ntop' > > make: *** [all] Error 2 > > > > > > _______________________________________________ > > 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
