Bug 88801

Summary: libguilereadline-v12.la not installed
Product: [Retired] Red Hat Linux Reporter: Ian Grant <iang>
Component: guileAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 9CC: rvokal
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: 2003-05-16 12:26:05 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 Ian Grant 2003-04-14 11:36:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029
Phoenix/0.4

Description of problem:
Guile's built-in dynamic loader needs the libguilereadline-v12.la library file
to load the .so module. This is in the guile-devel RPM but needs to be in the
plain guile RPM instead.

Version-Release number of selected component (if applicable):
guile-1.6

How reproducible:
Always

Steps to Reproduce:
$> cat >~/.guile <<EOT
(use-modules (ice-9 readline))
(activate-readline)
EOT
$> guile

Actual Results:  Error - cannot load libguilereadline-v12

Expected Results:  The readline support in guile should have been activated
silently.

Additional info:

Comment 1 Phil Knirsch 2003-05-16 12:26:05 UTC
Fixed in latest rawhide version to appear real soon.

Read ya, Phil