Bug 78538

Summary: libacl.so.1 should be in /lib not /usr/lib
Product: [Retired] Red Hat Raw Hide Reporter: Olivier Baudron <olivier.baudron>
Component: aclAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-25 10:48:34 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:

Description Olivier Baudron 2002-11-25 10:48:28 UTC
libacl-2.0.11-4 installs libacl.so.1 in /usr/lib. This is not compatible with
/bin/rm which should be accessible from a mounted root filesystem only.

# ldd /bin/rm
	libacl.so.1 => /usr/lib/libacl.so.1
	libc.so.6 => /lib/i686/libc.so.6
	libattr.so.1 => /lib/libattr.so.1

I think libacl-2.0.11-2 did the right thing.

Comment 1 Michael K. Johnson 2002-11-26 17:38:33 UTC
>* Tue Nov 19 2002 Elliot Lee <sopwith> 2.0.11-5
>- Correct patch in previous fix so that shared libraries go in /lib*
>  instead of /usr/lib*

Should be fixed now.

Comment 2 Tim Waugh 2002-11-26 17:58:32 UTC
*** Bug 78452 has been marked as a duplicate of this bug. ***