Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1654427
  • 博文数量: 82
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2017-12-09 12:58
文章分类

全部博文(82)

文章存档

2011年(7)

2010年(3)

2009年(11)

2008年(4)

2007年(57)

我的朋友

分类: LINUX

2009-11-09 15:39:32

 ./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 .
阅读(1262) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-06-28 09:19:19

感谢,你这几个总结挺好的,不过我是centos,估计有点点不一样。 http://blog.is36.com