Page 1 of 1

SNMP w/ PHP and Apache Win32

Posted: Fri Jun 28, 2002 11:21 am
by daveovercash
Hello,
I currently have an Apache server set up on my WinXP box, working correctly with PHP 4.1.2. I downloaded the Win32 UCD-SNMP (Net-SNMP) package. How can I get PHP and Apache to recognize this? I've tried everything! ;-)
--Dave

Posted: Fri Jun 28, 2002 3:39 pm
by volka
What do you mean with 'recognize'?
Haven't downloaded the packages but as far as I know you have to run the smptd which will be your local agent to process incoming requests.
When running you can contact it with php snmp functions. But note this from the php manual
In order to use the SNMP functions on Unix you need to install the UCD SNMP package. On Windows these functions are only available on NT and not on Win95/98.
[edit]arghhhh, meant SNMPd :oops: [/edit]