Title: successful fedora install + instructions

You might want to add some of this to the FAQ even the CVS part since most people might not know how to add env variables etc... so doing the cvs -d saves you the trouble of figuring things out, and the rest is stuff for fedora-1 core

With fedora it was an easier install then redhat when it comes to ntop

I was able to compile and install redhat with no problems

Make sure in the fedora command prompt enter the following commands

yum install gd-devel
yum install gd-progs
yum install gd-devel


this will install the required files/libraries for a successful compile.

the nice thing about fedora is you do not need to tinker around with any gd hacks to get it to point to the right libs etc..

this is the steps I usually do on new fedora boxes 100% success rate.
# cvs -d :pserver:[EMAIL PROTECTED]:/export/home/ntop login
# cvs -d :pserver:[EMAIL PROTECTED]:/export/home/ntop checkout ntop
# yum install gd-devel
# yum install gd-progs
# yum install gd-devel
# cd ntop
# ./configure
# make
# make install

Reply via email to