1

我正在尝试在我的 Debian 服务器上安装 php 5.3.5,并且在我执行之后

./configure -with-mysql=/usr -with-mysqli=/usr/bin/mysql_config -with-tidy=/usr -with-curl=/usr/bin -with-curlwrappers -with-openssl-dir=/usr -with-zlib-dir=/usr -enable-mbstring -with-xpm-dir=/usr -with-pdo-mysql=/usr -with-xsl=/usr -with-ldap -with-xmlrpc -with-iconv -dir=/usr -with-snmp=/usr -enable-exif -enable-calendar -with-bz2=/usr -with-mcrypt=/usr -with-gd -with-jpeg-dir=/usr -with- png-dir=/usr -with-zlib-dir=/usr -with-freetype-dir=/usr -enable-mbstring -enable-zip -with-pear -prefix=/usr/php -with-imap -with- kerberos -with-imap-ssl -with-imagick -with-readline -with-libedit

发生此错误

检查是否启用 UCD SNMP hack... 不检查 -lnetsnmp 中的 snmp_parse_oid ... 不检查 -lnetsnmp 中的 init_snmp ... 不配置:错误:SNMP 健全性检查失败。请检查 config.log 了解更多信息。

你知道如何解决这个问题吗?(我已经安装了 SNMP。)

4

2 回答 2

4

你没有说你是怎么安装snmp的,但是我有同样的错误,我跑了

apt-get install libsnmp-dev

它为我解决了这个错误。(虽然我在 ubuntu 上,而不是 debian)

于 2011-12-29T23:38:22.040 回答
1

要在 centos 上安装 snmp,请使用

yum install net-snmp-devel
于 2013-08-23T05:06:59.187 回答