1.rrdtool错误:
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
解决办法:
yum -y install perl-devel
yum -y install perl-CPAN
make
2.cacti错误:
The requested URL /cacti/auth_changepassword.php was not found on this server.
解决办法:
在Apache服务器的配置文件中添加:Alias /cacti cacti安装目录
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
解决办法:
yum -y install perl-devel
yum -y install perl-CPAN
make
2.cacti错误:
The requested URL /cacti/auth_changepassword.php was not found on this server.
解决办法:
在Apache服务器的配置文件中添加:Alias /cacti cacti安装目录