Notes on Cflow install for flow-tools 
Finally got back to doing an install. Here's how to get the Cflow.pm piece to install:
- download the flow-tools src.rpm from
here
- build the rpm:
# rpmbuild -bb /usr/src/redhat/SPECS/flow-tools.spec
# rpm -ivh /usr/src/redhat/RPMS/i386/flow-tools-0.68-dgm.1.i386.rpm
- change to the contrib directory:
# cd /usr/src/redhat/BUILD/flow-tools-0.68/contrib/
- build there (noise snipped):
# tar xfpz Cflow-1.051.tar.gz
# cd Cflow-1.051
# perl Makefile.PL
Found flow-tools… using "-DOSU -I../../lib -I../../lib/.. -L../../lib -lft -lz".
Writing Makefile for Cflow
# make install
Note that if it does not say
Writing Makefile for Cflow then something's hosed.
I would like to know how to get this into a RPM properly.