Prerequisites
Make sure that the following packages are installed before attempting to compile Cactid: * net-snmp-devel
* mysql
* mysql-devel
* openssl-devel
Compiling Cactid
Download the latest source distribution of Cactid and run the following commands to get a working binary:
tar xvzf cacti-cactid-0.8.6.tar.gz
cd cactid-0.8.6
./configure
make |