Bug 56031
| Summary: | ucd-snmp search for libraries at wrong places | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Onofer Dusan <onofer-bugzilla> |
| Component: | ucd-snmp | Assignee: | Phil Knirsch <pknirsch> |
| Status: | CLOSED ERRATA | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | onofer-bugzilla, rvokal |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-11-11 13:23:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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 |
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: