Bug 489236

Summary: libtermcap not generated correctly
Product: [Fedora] Fedora Reporter: Daryll <daryll>
Component: ncursesAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: mlichvar
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-09 08:01:24 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 Daryll 2009-03-09 00:44:28 UTC
If you install ncurses-devel-5.6-20.20080927.fc10.i386 which is the latest released fedora core 10 version.

Then the file /usr/lib/libtermcap.so is a text file containing

INPUT(-ltinfo)

Instead of an actually shared library.

I'm also guessing there should a /lib/libtermcap.so.<something> which doesn't exist at all.

Comment 1 Miroslav Lichvar 2009-03-09 08:01:24 UTC
libtermcap was dropped few releases ago and all applications should use libncurses (or libtinfo directly) instead.

The .so file should allow linking with libtinfo where -ltermcap is used.