Jump to content

PHP 5.2.0 Install - Windows XP - Net-SNMP Problems


Recommended Posts


Hello,

I've just installed (manual via zip file) PHP 5.2.0 on my Windows XP laptop & wanted to test a little code snippet to get a remote system's ip information.  It seems, however, that the install is using UCD libraries instead of NetSNMP as determined by the lack of support for a few functions (example: snmp_set_quick_print(TRUE)) and confirmed by the output of phpinfo():

[code]
snmp

UCD-SNMP Support => enabled
UCD-SNMP Version => ucd-snmp-4.2.3
[/code]

I have Net-SNMP 5.3.0.1 installed on my system.  Any ideas on how I can coax php to use NetSNMP libraries instead of UCD?  Of course, I've never had this problem compiling PHP from scratch on linux...

Any pointers are appreciated!

- Brian

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.