日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

zabbix在configure时候遇到的问题(Ubuntu\debian)

發布時間:2025/1/21 145 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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)的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。