SNMP & PHP Help!

Discussion in 'Programming/Scripts' started by ACDII, Apr 16, 2008.

  1. ACDII

    ACDII Member

    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?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    It seems that you didn't install the php-snmp module. Please run
    Code:
    yum install php-snmp
    and restart Apache.
     
  3. ACDII

    ACDII Member

    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.
     

Share This Page