[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] SNMP not working on RaQ4-550



> 
> I have all the patches in place.
> Yes when I run
> /etc/init.d/snmpd start
> 
> I get
> 
> Setting up SNMP service:  snmpd/usr/sbin/snmpd: error while 
> loading shared 
> libraries: cannot open shared object file: cannot load shared 
> object file: 
> No such file or directory
> 
> Any ideas?
> 
> -Thomas
> 
> 


I received the solution below from someone else, who had the same
problem. I have not tested nor used it.

Bob.






My SNMPD broke?

Just found this error out. A library that was replaced is incompatiable
with SNMP. So, SNMPD had to be recompiled.

You can download the files:

http://www.nuonce.net/getfile.php?file=ucd-snmp-4.2.4-3.i386.rpm

http://www.nuonce.net/getfile.php?file=ucd-snmp-devel-4.2.4-3.i386.rpm

http://www.nuonce.net/getfile.php?file=ucd-snmp-utils-4.2.4-3.i386.rpm

Follow these easy instructions:

cp /etc/snmp/snmpd.conf /root/snmpd.conf

rpm -e ucd-snmp-utils-4.2.3-2C1
rpm -e ucd-snmp-devel-4.2.3-2C1
rpm -e ucd-snmp-4.2.3-2C1

you may see:
cannot remove /usr/share/snmp - directory not empty
cannot remove /etc/snmp - directory not empty

just ignore that.


rpm -i ucd-snmp-4.2.4-3.i386.rpm
service snmptrapd does not support chkconfig
execution of ucd-snmp-4.2.4-3 script failed, exit status 1

rpm -i ucd-snmp-devel-4.2.4-3.i386.rpm
rpm -i ucd-snmp-utils-4.2.4-3.i386.rpm

That error is safe to ignore.

mv /etc/snmp/snmp.conf /etc/snmp/snmp.conf.new
cp /root/snmpd.conf /etc/snmp/

/etc/rc.d/init.d/snmpd start