오래전 이야기/Server

[Error] No log handling enabled - turning on stderr logging

리눅스 엔지니어였던 2008. 9. 15. 16:54

== Problem


[root@GoMetrics ~]# pear install Net_URL
No log handling enabled - turning on stderr logging
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 (HOST-RESOURCES-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 (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
Cannot find module (LM-SENSORS-MIB): At line 0 in (none)
Cannot find module (IPV6-ICMP-MIB): At line 0 in (none)
Cannot find module (IPV6-MIB): At line 0 in (none)
Cannot find module (IPV6-TCP-MIB): At line 0 in (none)
Cannot find module (IPV6-UDP-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)


== Solve


[root@GoMetrics ~]# up2date net-snmp

Fetching Obsoletes list for channel: rhel-x86_64-es-4...

Fetching rpm headers...
########################################

Name                                    Version        Rel    
----------------------------------------------------------
net-snmp                                5.1.2          11.EL4.10.0.1     x86_64


Testing package set / solving RPM inter-dependencies...
########################################
net-snmp-5.1.2-11.EL4.10.0. ########################## Done.                  
Preparing              ########################################### [100%]

Installing...
   1:net-snmp               ########################################### [100%]
[root@GoMetrics ~]# pear list
Installed packages:
===================
Package          Version State 
Archive_Tar      1.1     stable
Console_Getopt   1.2     stable
DB               1.6.2   stable
HTTP             1.2.2   stable
Mail             1.1.3   stable
Net_SMTP         1.2.3   stable
Net_Socket       1.0.1   stable
PEAR             1.3.2   stable
Structures_Graph 1.0.2   stable
XML_Parser       1.0.1   stable
XML_RPC          1.1.0   stable