Bug 21302

Summary: problems with some binaries compiled for RH6.*
Product: [Retired] Red Hat Linux Reporter: Need Real Name <krp>
Component: glibcAssignee: Preston Brown <pbrown>
Status: CLOSED DUPLICATE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: fweimer
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-11-24 17:28:04 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 Need Real Name 2000-11-24 15:16:28 UTC
Lahey Fortran lf95 does not work any more
(17:16)/usr/local/lf9555/bin>pwd
/usr/local/lf9555/bin
(17:17)/usr/local/lf9555/bin>ls
f95  fdb  fdb_libc6  flist  fot  jwd_fort  lf95
(17:17)/usr/local/lf9555/bin>ldd jwd_fort
/usr/bin/ldd: ./jwd_fort: no such a file or directory

Comment 1 David Mason 2000-11-24 17:28:01 UTC
re-assigning - not glib... glibc

Comment 2 Need Real Name 2000-11-29 09:06:57 UTC
Problem solution:
copy following files from /lib of RH6.2:
ld-linux.so.1.9.5
libc.so.5.3.12
libm.so.5.0.6

make links:
ld-linux.so.1 -> ld-linux.so.1.9.5
libm.so.5 -> libm.so.5.0.6
libc.so.5 -> libc.so.5.3.12

and rerun /sbin/ldconfig

*** This bug has been marked as a duplicate of 15775 ***