Web Hosting Talk







View Full Version : Trouble with PHP + SNMP (Windows)


Studio64
05-14-2004, 12:41 PM
I'm loading the module dynamically [ dl function ] instead of compiling it in (since you really can't recompile the Windows bin.

After I try to load the library I get the following error


Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)


Does the php-snmp.dll have a dependency that I'm missing or is there something else that needs to be done so I can use the extension?

Studio64
05-14-2004, 04:15 PM
bump? help?

Pheaton
05-14-2004, 04:28 PM
What version of Windows are you using?

In Win2k3 it should already be installed and all you have to do is activate it... as far as I know anyways...