发博文
linux职业生涯

nickhome.blog.chinaunix.net

千里马因伯乐而驰骋千里 伯乐因千里马而名声远播   
个人资料
  • 博客访问:32658
  • 博文数量:85
  • 博客积分:3337
  • 博客等级:中校
  • 注册时间:2007-12-15 18:27:11
订阅我的博客
  • 订阅
  • 订阅到鲜果
  • 订阅到抓虾
  • 订阅到Google
字体大小: 博文
about ZABBIX installed erorrs (2009-11-09 15:39)


 ./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 .
  apt-get install  libghc6-hsql-mysql-dev (ubuntu )

2 configure: error: Jabber library not found
  the problem is not installed jabber lib
  apt-get install libphp-jabber
  apt-get install libnet-jabber-loudmouth-perl
  apt-get install jabber-dev
  apt-get install libiksemel-dev  (* this packet important)

3 configure: error: Not found curl Library
  the problem is not installed libcurl4-openssl-dev
  apt-get install libcurl4-openssl-dev

4 configure: error : Not found NET-SNMP library
  apt-get install libsnmp-dev
  apt-get install snmp
 
OK !!! No problem .Cool .

[发评论] 评论 重要提示:警惕虚假中奖信息!
  • chinaunix网友 2010-06-28 09:19
    感谢,你这几个总结挺好的,不过我是centos,估计有点点不一样。 http://blog.is36.com
亲,您还没有登录,请[登录][注册]后再进行评论