博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
zabbix在configure时候遇到的问题(Ubuntu\debian)
阅读量:6115 次
发布时间:2019-06-21

本文共 890 字,大约阅读时间需要 2 分钟。

在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

本文转自 bobo5900pro  51CTO博客,原文链接:http://blog.51cto.com/bobo5900pro/1840283,如需转载请自行联系原作者
你可能感兴趣的文章
数据加密插件
查看>>
linux后台运行程序
查看>>
win7 vs2012/2013 编译boost 1.55
查看>>
IIS7如何显示详细错误信息
查看>>
ViewPager切换动画PageTransformer使用
查看>>
coco2d-x 基于视口的地图设计
查看>>
C++文件读写详解(ofstream,ifstream,fstream)
查看>>
Android打包常见错误之Export aborted because fatal lint errors were found
查看>>
Tar打包、压缩与解压缩到指定目录的方法
查看>>
新手如何学习 jQuery?
查看>>
配置spring上下文
查看>>
Python异步IO --- 轻松管理10k+并发连接
查看>>
mysql-python模块编译问题解决
查看>>
Oracle中drop user和drop user cascade的区别
查看>>
【Linux】linux经常使用基本命令
查看>>
Java 内存区域和GC机制
查看>>
更新代码和工具,组织起来,提供所有博文(C++,2014.09)
查看>>
HTML模块化:使用HTML5 Boilerplate模板
查看>>
登记申请汇总
查看>>
Google最新截屏案例详解
查看>>