Click to See Complete Forum and Search --> : Flowscan w/ RRD rpm install


jpflager
06-04-2007, 10:43 AM
Here are the steps I used to install FlowScan-1.006 on FC6 box with rrdtool-1.2.23-3.fc6.rpm.

------ flowscan ------
1. Install Site-perl so can use RRD
yum install site-perl

2. Download ConfigReader Perl Mod and put all files in directory so can be read
download and unzip ConfigReader::DirectiveStyle
mkdir /usr/lib/perl5/5.8.8/ConfigReader
cp /downloads/ConfigReader/* /usr/lib/perl5/5.8.8/ConfigReader

3. Install Cflow
cd /etc/flow-tools/
mkdir -p contrib
perl Makefile.PL
make
make install

4. Install flowscan (note: installed in /usr/share/bin directory)
./configure --prefix=/usr/share
make install

cybertron
06-05-2007, 01:42 PM
I'm going to move this to How I Did It since it really fits better there. I'm also going to shut off smilies in your post so you DirectiveStyle part shows up right.;)