Good
Let's see...
A) How come I don't see your log records in the access logs? Running
w/ --skip-version-check are we?? Bad user - no biscuit!
B) WRT iconv, gentle reader, that is because I spent TWO DAYS putting the
tests into configureextra/solaris[89] and YOU were supposed to have tested
it already...
1) need the message (that's what the scroll back is for...) If you just
blindly copied the line, it won't work - $< gets replaced by the name of the
input file, so the line you want to try is
$ groff -mandoc -Thtml ntop.8 ...
2) The whole message is
echo " WARNING: This install created a directory for the ntop"; \
echo " files and databases:"; \
echo ""; \
echo " $(DESTDIR)/$(datadir)/ntop"; \
echo ""; \
echo " This directory MUST be owned by the user"; \
echo " which you are going to use to run ntop."; \
echo ""; \
echo " The command you must issue is something like:"; \
echo ""; \
echo " chown -R ntop.ntop $(DESTDIR)/$(datadir)/ntop"; \
echo " or chown -R ntop:users $(DESTDIR)/$(datadir)/ntop";
\
echo ""; \
echo " man chown to check the syntax for YOUR system"; \
That really ought to be good enough for anyone...
-----Burton
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike
> Tremaine
> Sent: Saturday, January 24, 2004 12:57 PM
> To: [EMAIL PROTECTED]
> Subject: [Ntop] Ntop 2.2.99 - Solaris 9 test - ok
>
>
>
> I haven't tried CVS for a while so I thought I'd give it a run today,
> here is what I see.
>
> Ntop from cvs (2.2.99)
>
> ./configure --prefix=/tools/ntop_new
>
> PASSED no problems! Found iconv correctly without any hacks from me!
>
> make
>
> No problems everything built
>
> make install
>
> Only 2 problems.
>
> 1) ntop.html failed to be created correctly some error blew by that I
> missed and when I tried the
>
> groff -mandoc -Thtml $< | LANG=C sed 's/_^H//g' | LANG=C sed 's/^H[
> -~]//g' > html/ntop.html
>
> It did nothing so obviously I don;t get what it was trying to do.
> So I have a zero length ntop.html man page.
>
> 2) <Nit-Picking> At the end you it suggests doing a
>
> chown -R ntop.ntop <foo>
>
> Under Solaris this fails ofcourse and shoudl read
>
> chown -R ntop:ntop <foo>
>
> This will fail on solaris
>
> Since : works fine on Linux also I suggest changing the output line.
>
> </Nit-Picking>
>
>
> Other then that everything seems to work just fine, ntop started up no
> problems, its currently running well. My test box is hardly under any
> load so I'll give 2.2.99 a try under production next week.
>
>
>
> --
> Mike Tremaine
> [EMAIL PROTECTED]
> http://www.stellarcore.net
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop