ID: 8919
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: SNMP related
Description: MIBS aren't recognized

I remove the call to init_mib() from
PHP_MINIT_FUNCTION(snmp) function and
add a call to init_snmp("phpsnmp") in
php_snmp() function. It works now..

Previous Comments:
---------------------------------------------------------------------------

[2001-01-25 18:18:04] [EMAIL PROTECTED]
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>

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8919


-- 
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]

Reply via email to