04-19-2009, 05:00 PM
|
#4 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Orc
Theres no way via the php core?
|
No, PHP doesn't provide libraries for SNMP.
So when you compile PHP you'll have to do something like this:
./configure --prefix=/usr/local/php/ with-snmp=/usr/local/snmp/
I can tell you exactly how to do it if you want.
I've done it a million times....
|
|
|
|