自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

解答zabbix在configure時候遇到的問題(CentOS)

系統(tǒng) Linux
我們在了解zabbix的同時,也的關(guān)注下zabbix會出現(xiàn)的問題,這不在CentOS的zabbix就出問題了。讓我們看看問題和答案!

zabbixconfigure時候遇到的問題(CentOS)為你解答:

  在CentOS系統(tǒng)中,安裝zabbix進(jìn)行configure時會遇到以下4個主要問題

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

  1 configure: error: MySQL library not found

  the problem is not installed mysql-devel

 

  1.   #yum install mysql-devel  
  2.  

 

  2 configure: error: Jabber library not found

  the problem is not installed jabber lib

 

  1.   #wget http://iksemel.googlecode.com/files/iksemel-1.4.tar.gz  
  2.  

 

  下載完成后解壓、配置、安裝:

 

  1.   tar zxvf iksemel-1.4.tar.gz  
  2.  
  3.   cd iksemel-1.4  
  4.  
  5.   configure  
  6.  
  7.   make  
  8.  
  9.   make install  
  10.  

 

  之后對zabbix進(jìn)行configure還是會遇到這個問題,那么將jabber目錄指定即可:#./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber=/usr/local/ --with-libcurl

  3 configure: error: Not found curl Library

 

  1.   #yum install curl-devel (此項未經(jīng)測試)  
  2.  

 

  4 configure: error : Not found NET-SNMP library

 

  1.   yum install net-snmp-devel  
  2.  

 

看完上面四點(diǎn)是不是一起也遇到相同的問題,那就按上的辦法解決吧!

【編輯推薦】

責(zé)任編輯:趙鵬 來源: 網(wǎng)絡(luò)轉(zhuǎn)載
相關(guān)推薦

2011-04-01 16:04:58

zabbixconfigure

2010-03-25 09:08:43

CentOS配置

2011-03-18 11:04:39

Centos 5.4zabbix 1.8.

2009-06-19 18:00:05

HibernateSpring

2016-12-20 12:42:28

MySQL腳本問題

2011-05-16 10:04:38

2011-03-28 17:45:03

nagios問題

2022-11-18 07:54:02

Go中間件項目

2010-05-11 13:42:36

MySQL隱藏空間

2010-04-23 09:58:30

Oracle管理

2021-11-14 15:46:45

Windows 11Windows微軟

2009-09-08 14:53:46

CCNA考試

2011-05-10 14:14:10

OSPF路由

2011-04-13 09:02:37

WLAN無線

2011-04-01 13:56:54

CentOSzabbix

2020-07-22 08:08:35

MavenIDEA版本

2020-05-19 07:57:20

PythonExcel大數(shù)據(jù)

2011-03-29 10:22:35

CentOS安裝Zabbix

2012-05-17 15:15:11

Linux

2021-10-12 00:04:24

腳本備份MariDB
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號