apache - PHP SNMP - Cannot find module -


i've enabled snmp module trying functions in module. have set mibdirs environment variable have mibs i'm still getting these "cannot find module" warnings:

cannot find module (ip-mib): @ line 0 in (none) cannot find module (if-mib): @ line 0 in (none) cannot find module (tcp-mib): @ line 0 in (none) cannot find module (udp-mib): @ line 0 in (none) cannot find module (host-resources-mib): @ line 0 in (none) cannot find module (snmpv2-mib): @ line 0 in (none) cannot find module (snmpv2-smi): @ line 0 in (none) cannot find module (notification-log-mib): @ line 0 in (none) cannot find module (ucd-snmp-mib): @ line 0 in (none) cannot find module (ucd-demo-mib): @ line 0 in (none) cannot find module (snmp-target-mib): @ line 0 in (none) cannot find module (net-snmp-agent-mib): @ line 0 in (none) cannot find module (disman-event-mib): @ line 0 in (none) cannot find module (snmp-view-based-acm-mib): @ line 0 in (none) cannot find module (snmp-community-mib): @ line 0 in (none) cannot find module (ucd-dlmod-mib): @ line 0 in (none) cannot find module (snmp-framework-mib): @ line 0 in (none) cannot find module (snmp-mpd-mib): @ line 0 in (none) cannot find module (snmp-user-based-sm-mib): @ line 0 in (none) cannot find module (snmp-notification-mib): @ line 0 in (none) cannot find module (snmpv2-tm): @ line 0 in (none) 

i know have fixed once can't seem fix again...what else can try?

i'm on windows.

apparently there 2 environment variables can set. 1 mibdirs mib files are. mibs, believe snmp modules want load. setting mibs all, able rid of errors.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -