Description of Problem: ucd-snmp (utils, snmpd) search for libraries at wrong places. Version-Release number of selected component (if applicable): 4.2.1-4.6.x How Reproducible: always Steps to Reproduce: 1. strace -o ~/tracelog -e open /usr/sbin/snmpd 2. 3. Actual Results: open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("/var/tmp/ucd-snmp-root/usr/lib/i586/libsnmp-0.4.2.1.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/var/tmp/ucd-snmp-root/usr/lib/libsnmp-0.4.2.1.so", O_RDONLY) = -1 ENOENT (No such file or Expected Results: no open("/var/tmp .... Additional Information:
There is currently a revised errata package in QA that will fix this problem. It should be available within the week. Sorry for the inconvenience, Read ya, Phil