Bug 19289 - wrong libraries are dynamically linked into the compat-binutils
Summary: wrong libraries are dynamically linked into the compat-binutils
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: compat-binutils
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-17 22:16 UTC by Ronald Cole
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-17 22:16:29 UTC
Embargoed:


Attachments (Terms of Use)

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.


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