Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83309 - php 5.0.3 configure fails due to missing/broken dependencies (readline)
Summary: php 5.0.3 configure fails due to missing/broken dependencies (readline)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 07:55 UTC by Kirk Smith
Modified: 2005-03-15 09:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log from failure (config.log,90.86 KB, text/plain)
2005-02-25 07:56 UTC, Kirk Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirk Smith 2005-02-25 07:55:27 UTC
When emerging php w/ USE="readline", configure fails to find readline even though it is on the system. Package merges correctly without USE="readline".

Reproducible: Always
Steps to Reproduce:
1. USE="readline" emerge php
Actual Results:  
checking for readline in -lreadline... no
configure: error: readline library not found

!!! ERROR: dev-php/php-5.0.3 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Correctly found and used readline.

See config.log attached.
Comment 1 Kirk Smith 2005-02-25 07:56:16 UTC
Created attachment 52124 [details]
config.log from failure
Comment 2 Sebastian Bergmann (RETIRED) gentoo-dev 2005-03-15 09:42:12 UTC
Works for me with dev-php/php-5.0.3-r1. Please reopen if you still experience this issue.