shazam Posted December 5, 2006 Share Posted December 5, 2006 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]snmpUCD-SNMP Support => enabledUCD-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 Link to comment https://forums.phpfreaks.com/topic/29520-php-520-install-windows-xp-net-snmp-problems/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.