Prerequisites
-
net-snmp-devel
-
mysql
-
mysql-devel
-
openssl-devel
Compiling Spine
wget http://www.cacti.net/downloads/spine/cacti-spine-0.8.7g.tar.gz
tar xvzf cacti-spine-0.8.7g.tar.gz
cd cacti-spine-0.8.7g
./configure
make
Error Message
configure: error: Cannot find MySQL headers. Use --with-mysql= to specify non-default path.
yum -y install mysql-devel
configure: error: Cannot find SNMP headers. Use --with-snmp= to specify non-default path.
yum -y install net-snmp-devel
全站熱搜
留言列表