首页 > 其他 > 详细

cacti-spine安装报错解决

时间:2017-07-25 00:48:45      阅读:2358      评论:0      收藏:0      [点我收藏+]

如果报以下错误

checkingwhether we are using Linux Capabilities... no

configure:error: Cannot find MySQL headers.  Use--with-mysql= to specify non-default path.

需安装mysql-devel

[root@lamp/]# yum -y install mysql-devel

如果报以下错

checkingfor mysql_thread_init in -lmysqlclient_r... yes

configure:error: Cannot find SNMP headers.  Use--with-snmp= to specify non-default path.

安装net-snmp-devel

[root@lamp/]# yum install -y net-snmp-devel


初始化报错

/usr/local/spine/bin/spine:error while loading shared libraries: libmysqlclient_r.so.18: cannot openshared object file: No such file or directory

做个软链接,问题解决

ln -s/usr/local/mysql/lib/libmysqlclient.so.18  /usr/lib


cacti-spine安装报错解决

原文:http://3774912.blog.51cto.com/3764912/1950511

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!