Hi --
I'm trying to install php 4.3.4 with snmp support on a RH9 box. I have the following net-snmp RPM packages installed:
net-snmp-5.0.9-2.90.1
net-snmp-utils-5.0.9-2.90.1
net-snmp-devel-5.0.9-2.90.1
When configuring PHP, I keep getting the following failure when doing "./configure --with-snmp":
checking for SNMP support... yes
checking OpenSSL dir for SNMP... no
checking for default_store.h... no
checking for kstat_read in -lkstat... no
checking for snmp_parse_oid in -lsnmp... no
checking for init_snmp in -lsnmp... no
configure: error: SNMP sanity check failed. Please check config.log for more information.
I also tried "./configure --with-snmp=/usr/lib", but same result.
I have attached a copy of my config.log, named config.txt.
Can anyone help? Thanks.