Hi. I finally manged to install ntop 2.0 (on RedHat 7.0 & 7.2 intel servers). I did it using the ntop-2.0-src.tar.gz package downloaded from ftp.fr.ntop.org.
I would like to say that this installation was all but trivial (how can one just guess he has to run buildAll.sh instead of classical "configure - make - make install" trilogy ?) and that the final "make install" for ntop directory just crash because of a bad "mkdir" statement that causes the $PREFIX/ntop/man/man1/intop directory not to be created. That left me with an half working ntop and I had to re-install several times before finding that, creating this missing directory manually, there was lot of stuff left to be done after. I explain a little more the installation procedure : - first, create a directory where ntop-2.0-src.tar.gz will be extracted (/tmp/ntop-2.0); - then move the archive in ther and extract (tar xfz ntop-2.0-src.tar.gz); - cd to the gdchart directory ; - run buildAll.sh instead of "configure/make/make install"; - cd to the ntop directory (cd ../ntop); - ./configure (with whatever options you like to fix); - make - make install -> crashes (under RH 7) the $PREFIX/man/man1/intop directory not being created; - create this directory (mkdir /usr/local/ntop-2.0/man/man1/intop); - then rerun "make install". You're done ! Can someone fix this or at least write a README file with these instrutions ? Result of a bad install. is ntop/intop running fine, but no pics being loaded while browsing through logs via http://ntop:3000: files. Best regards, Guillaume [ Sent with SquirrelMail - http://www.squirrelmail.org ] _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop-dev
