The following steps provide a workaround at this time.
Edit the file /etc/sysconfig/net-snmp file and add a LD_LIBRARY_PATH variable at the end of the file so the
correct working library is found by the linker 1. open the file /etc/sysconfig/net-snmp in an editor of your choice
2. add the following two lines to the end of the file
LD_LIBRARY_PATH=/lib:/lib/i686:/usr/lib:/usr/local/lib: export LD_LIBRARY_PATH 3. save the file and exit the editor
4. restart snmpd
/etc/init.d/snmpd restart
|
|