Bug 151

Summary: ncurses/terminfo problem with libc5 programs
Product: [Retired] Red Hat Linux Reporter: Gilbert E. Detillieux <gedetil>
Component: libcAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 5.2CC: gedetil
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: 1998-11-23 12:14:30 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 Gilbert E. Detillieux 1998-11-20 17:26:57 UTC
Starting with Red Hat 5.1, /usr/lib/terminfo has been moved
to /usr/share/terminfo, which breaks old libc5 programs that
use the old ncurses library, which still points to the old
path.  Fortunately, the fix is trivial:

ln -s ../share/terminfo /usr/lib/terminfo

Perhaps this symlink should be included in the libc5
package, or the path should be updated in the old ncurses
library included with libc5.

Comment 1 Aleksey Nogin 1998-11-21 03:32:59 UTC
I believe this bug report may be considered a duplicate for bug report
#144

Comment 2 Preston Brown 1998-11-23 12:14:59 UTC
*** This bug has been marked as a duplicate of 144 ***