欢迎访问 生活随笔!

尊龙游戏旗舰厅官网

当前位置: 尊龙游戏旗舰厅官网 > 运维知识 > ubuntu >内容正文

ubuntu

zabbix在configure时候遇到的问题(ubuntu\debian) -尊龙游戏旗舰厅官网

发布时间:2025/1/21 ubuntu 37 豆豆
尊龙游戏旗舰厅官网 收集整理的这篇文章主要介绍了 zabbix在configure时候遇到的问题(ubuntu\debian) 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

在ubuntu系统中,安装zabbix进行configure时会遇到以下4个主要问题

./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2


apt-get install -y gcc

1 configure:error:mysql library not found

the problem is not installed mysql-devel

1.#apt-get install libghc6-hsql-mysql-dev (ubuntu )

2 configure:error:jabber library not found


2 the problem is not installed jabber lib

1.#apt-get install libphp-jabber

2.#apt-get install libnet-jabber-loudmouth-perl

3. #apt-get install jabber-dev

4.#apt-get install libiksemel-dev (* this packet important)


3 configure:error:not found curl library

the problem is not installed libcurl4-openssl-dev

1.#apt-get install libcurl4-openssl-dev


4 configure:error :not found net-snmp library

1.#apt-get install libsnmp-dev

2.#apt-get install snmp


转载于:https://blog.51cto.com/bobo5900pro/1840283

总结

以上是尊龙游戏旗舰厅官网为你收集整理的zabbix在configure时候遇到的问题(ubuntu\debian)的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得尊龙游戏旗舰厅官网网站内容还不错,欢迎将尊龙游戏旗舰厅官网推荐给好友。

网站地图