Bug 21302 - problems with some binaries compiled for RH6.*
Summary: problems with some binaries compiled for RH6.*
Keywords:
Status: CLOSED DUPLICATE of bug 15775
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-11-24 15:16 UTC by Need Real Name
Modified: 2016-11-24 15:03 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-11-24 17:28:04 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


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