Bug 19289

Summary: wrong libraries are dynamically linked into the compat-binutils
Product: [Retired] Red Hat Linux Reporter: Ronald Cole <ronald>
Component: compat-binutilsAssignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
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: 2000-10-17 22:16:29 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 Ronald Cole 2000-10-17 22:16:27 UTC
LD_LIBRARY_PATH is set in /usr/i386-glibc20-linux/bin/wrapper to a
nonexistant directory.

Here's a patch:

--- wrapper~	Mon Apr 19 02:35:10 1999
+++ wrapper	Tue Oct 17 15:13:42 2000
@@ -2,5 +2,5 @@
 LibDirectory=/usr/i386-glibc20-linux/lib
 if [ -x $0.real ] ; then
-    export LD_LIBRARY_PATH=/usr/i386-glibc20/lib
+    export LD_LIBRARY_PATH=$LibDirectory
     exec $LibDirectory/ld-linux.so.2 $0.real $*
 else

Comment 1 Jakub Jelinek 2000-10-20 12:34:18 UTC
Yes, it is bug, but in my eyes not worth making an errata because of it.
Not too many people use the wrapper script and it is no longer present in
7.0 distribution.