Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/233.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Debian服务器上安装php 5.3.5期间,SNMP健全性检查失败_Php_Debian_Php 5.3_Debian Based - Fatal编程技术网

在Debian服务器上安装php 5.3.5期间,SNMP健全性检查失败

在Debian服务器上安装php 5.3.5期间,SNMP健全性检查失败,php,debian,php-5.3,debian-based,Php,Debian,Php 5.3,Debian Based,我正在尝试在我的Debian服务器上安装PHP5.3.5,在我执行 ./configure-with mysql=/usr-with mysqli=/usr/bin/mysql\u-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

我正在尝试在我的Debian服务器上安装PHP5.3.5,在我执行

./configure-with mysql=/usr-with mysqli=/usr/bin/mysql\u-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-with-b2=/usr-使用mcrypt=/usr-带gd-带jpeg dir=/usr-带png dir=/usr-带zlib dir=/usr-带freetype dir=/usr-启用mbstring-启用zip-带pear-前缀=/usr/php-带imap-带kerberos-带imap ssl-带imagick-带readline-带libedit

发生了这个错误

正在检查是否启用UCD SNMP攻击。。。不 正在检查-lnetsnmp中的snmp_parse_oid。。。不 正在检查-lnetsnmp中的init_snmp。。。不 配置:错误:SNMP健全性检查失败。有关详细信息,请查看config.log


你知道怎么解决吗?(我已经安装了SNMP。)

您没有说明如何安装SNMP,但我遇到了相同的错误,我运行了

apt-get install libsnmp-dev
它为我纠正了这个错误。
(虽然我使用的是ubuntu,而不是debian)

你没有说你是如何安装snmp的,但我遇到了同样的错误,我运行了

apt-get install libsnmp-dev
它为我纠正了这个错误。
(虽然我使用的是ubuntu,而不是debian)

要在centos上安装snmp,请使用

yum install net-snmp-devel

要在centos上安装snmp,请使用

yum install net-snmp-devel

真的没什么?来吧这真的让我很困扰,仍然没有答案。如错误中所述:请查看config.log以了解更多信息。但我猜4年后你找到了信息:)真的什么都没有?来吧这真的让我很困扰,仍然没有答案。如错误中所述:请查看config.log以了解更多信息。但我猜4年后你找到了信息:)