From: [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version: 4.0.4pl1
PHP Bug Type: SNMP related
Bug description: MIBS aren't recognized
I compiled PHP with UCD-SNMP 4.2. using --with-snmp=DIR
and --enable-ucd-snmp-hack. The other modules compiled
in are openssl, gdbm, db3, imapssl, imap, ldap, and
internal mysql. PHP is compiled as apache DSO.
When I start apache (using apachectl startssl),
apache log files shows:
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI-V1SMI): At line 0 in (none)
Cannot find module (CISCO-SMI-V1SMI): At line 0 in (none)
Cannot find module (OLD-CISCO-INTERFACES-MIB): At line 0 in (none)
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
I tried again by setting environment variable
MIBDIRS but no effect. I try modifying the ext/snmp.c
by replacing init_mib() with init_snmp("phpsnmp") and
the error goes away.
However, in both cases (init_mib and init_snmp), when
I execute snmpget() in php source file.. I get
Warning: Invalid object identifier: system.sysContact.0
in <my source php file> on line <line number>
--
Edit Bug report at: http://bugs.php.net/?id=8919&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]