Bug 56031 - ucd-snmp search for libraries at wrong places
Summary: ucd-snmp search for libraries at wrong places
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ucd-snmp
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-11 13:23 UTC by Onofer Dusan
Modified: 2015-03-05 01:09 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-11-11 13:23:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Onofer Dusan 2001-11-11 13:23:47 UTC
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:

Comment 1 Phil Knirsch 2001-11-12 11:20:51 UTC
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


Note You need to log in before you can comment on or make changes to this bug.