zoukankan      html  css  js  c++  java
  • zabbix_server: error while loading shared libraries: libperconaserverclient.so.18

    zabbix_server: error while loading shared libraries: libperconaserverclient.so.18

    [root@dba_test_002 php]# /etc/init.d/zabbix_server start
    Starting zabbix_server: /usr/local/zabbix/sbin/zabbix_server: error while loading shared libraries: libperconaserverclient.so.18: cannot open shared object file: No such file or directory
    [FAILED]

    [root@dba_test_002 php]# cat /etc/ld.so.conf
    include ld.so.conf.d/*.conf
    /data/mysql/percona_server/lib/ # 修改成对应的路径即可
    [root@dba_test_002 php]#

    [root@dba_test_002 php]# ldconfig
    [root@dba_test_002 php]# /etc/init.d/zabbix_server start
    Starting zabbix_server: [ OK ]

  • 相关阅读:
    ajax_注册
    mysql 二
    mysql基础
    django数据库批量创建
    私有属性
    mysql操作
    @property @classmethod @staticmethod
    python中的__new__方法
    员工信息表-装逼版
    三级菜单
  • 原文地址:https://www.cnblogs.com/bjx2020/p/12092238.html
Copyright © 2011-2022 走看看