Bug 45569

Summary: /usr/bin/tcl has an empty RPATH.
Product: [Retired] Red Hat Linux Reporter: hjl
Component: tcltkAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
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: 2001-06-27 21:05:11 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:
Attachments:
Description Flags
A patch none

Description hjl 2001-06-22 22:52:36 UTC
# readelf -d usr/bin/tcl

Dynamic segment at offset 0x99c contains 24 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libtclx8.2.so]
 0x00000001 (NEEDED)                     Shared library: [libtcl8.3.so]
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x0000000f (RPATH)                      Library rpath: []
 0x0000000c (INIT)                       0x804862c

There shouldn't be a enmpty RPATH. It means the current directory.

Comment 1 hjl 2001-06-22 23:31:13 UTC
Created attachment 21605 [details]
A patch

Comment 2 Eido Inoue 2001-07-09 16:28:33 UTC
Thanks for the patch. Will be included in the next beta/rawhide.