<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title></title>
		<link>http://blog.is36.com/category//</link>
		<description>记录一个IT技术员的生活与技术</description>
		<copyright>Powered by SaBlog-X. Copyright (C) 2003-2009.</copyright>
		<generator>SaBlog-X Version Plus 2.0 Build 20090308</generator>
		<lastBuildDate>Mon, 06 Feb 2012 19:41:04 +0000</lastBuildDate>
		<ttl>30</ttl>
		<item>
			<guid>http://blog.is36.com/zabbix_configure_errors_in_centos/</guid>
			<title>解决zabbix在configure时候遇到的问题(CentOS)</title>
			<author>正冰</author>
			<description><![CDATA[正冰 ( http://blog.is36.com/ ) : <p>在CentOS系统中，安装zabbix进行configure时会遇到以下4个主要问题</p>
<p><strong>./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl</strong></p>
<p><strong>1 configure: error: MySQL library not found</strong><br />
&nbsp; the problem is not installed mysql-devel<br />
&nbsp; #yum install mysql-devel</p>
<p><strong>2 configure: error: Jabber library not found</strong><br />
&nbsp; the problem is not installed jabber lib<br />
&nbsp; #wget <a href="http://iksemel.googlecode.com/files/iksemel-1.4.tar.gz">http://iksemel.googlecode.com/files/iksemel-1.4.tar.gz</a><br />
&nbsp; 下载完成后解压、配置、安装：</p>
<ol>
    <li>tar zxvf iksemel-1.4.tar.gz</li>
    <li>cd iksemel-1.4</li>
    <li>configure</li>
    <li>make</li>
    <li>make install</li>
</ol>
<p><strong>之后对zabbix进行configure还是会遇到这个问题，那么将jabber目录指定即可：</strong>#<strong>./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber=/usr/local/ --with-libcurl</strong></p>
<p><strong>3 configure: error: Not found curl Library</strong><br />
&nbsp; #yum install curl-devel (此项未经测试)</p>
<p><strong>4 configure: error : Not found NET-SNMP library</strong><br />
&nbsp; yum install net-snmp-devel</p>
<p>本文资料由本人整理实践所得，转载请注明出处。谢谢！</p>]]></description>
			<link>http://blog.is36.com/zabbix_configure_errors_in_centos/</link>
			<category domain="http://blog.is36.com/category/zabbix/">ZABBIX</category>
			<pubDate>2010-06-28 15:28</pubDate>
		</item>
		<item>
			<guid>http://blog.is36.com/zabbix_configure_errors_in_ubuntu/</guid>
			<title>解决zabbix在configure时候遇到的问题(Ubuntu)</title>
			<author>正冰</author>
			<description><![CDATA[正冰 ( http://blog.is36.com/ ) : <p>在Ubuntu系统中，安装zabbix进行configure时会遇到以下4个主要问题</p>
<p><strong>./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl</strong></p>
<p><strong>1 configure: error: MySQL library not found</strong><br />
&nbsp; the problem is not installed mysql-devel<br />
&nbsp; #apt-get install&nbsp; libghc6-hsql-mysql-dev (ubuntu )</p>
<p><strong>2 configure: error: Jabber library not found</strong><br />
&nbsp; the problem is not installed jabber lib<br />
&nbsp; #apt-get install libphp-jabber<br />
&nbsp; #apt-get install libnet-jabber-loudmouth-perl<br />
&nbsp; #apt-get install jabber-dev<br />
&nbsp; #apt-get install libiksemel-dev&nbsp; (* this packet important)</p>
<p><strong>3 configure: error: Not found curl Library</strong><br />
&nbsp; the problem is not installed libcurl4-openssl-dev<br />
&nbsp; #apt-get install libcurl4-openssl-dev</p>
<p><strong>4 configure: error : Not found NET-SNMP library</strong><br />
&nbsp; #apt-get install libsnmp-dev<br />
&nbsp; #apt-get install snmp</p>
<p>本文资料来自：<a href="http://blog.chinaunix.net/u1/57035/showart_2089940.html">http://blog.chinaunix.net/u1/57035/showart_2089940.html</a></p>]]></description>
			<link>http://blog.is36.com/zabbix_configure_errors_in_ubuntu/</link>
			<category domain="http://blog.is36.com/category/zabbix/">ZABBIX</category>
			<pubDate>2010-06-28 15:18</pubDate>
		</item>
	</channel>
</rss>

