error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory


zabbix3.2启动有如下报错:
# service zabbix_server start
Starting zabbix_server:  /home/zabbix-server/sbin/zabbix_server: error while loading shared libraries: libmysqlclient.so.18:
cannot open shared object file: No such file or directory

                                                                     [失败]

 

解决方法:

查找这个模块的位置:

# locate libmysqlclient.so.18
/usr/local/mysql/lib/libmysqlclient.so.18
/usr/local/mysql/lib/libmysqlclient.so.18.1.0

查看ld.so.conf文件的内容:

# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf

添加路径信息:

# echo "/usr/local/mysql/lib" >> /etc/ld.so.conf
# ldconfig    刷新加载

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM