PDA

View Full Version : SNMP & PHP Help!


ACDII
16th April 2008, 16:56
I am using ipplan on my FC6 box, and when I attempt to get the routing tables from router using SNMP, I get an error message that confuses me, and havent been able to dig anything up on it yet. Hopefully someone can point me in the right direction.

The error is;
compile php with --with-snmp --enable-ucd-snmp-hack

Is this something that is done on one of the PHP pages in the program, or done in a conf file for PHP?

falko
17th April 2008, 20:53
It seems that you didn't install the php-snmp module. Please run
yum install php-snmp
and restart Apache.

ACDII
18th April 2008, 04:26
OK, I feel a Homer moment coming on.



DOH

Thanks that got it working. This is what happens when one spends too much time away from Linux and too much time with Winderz.