Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28848 - mod_php fails on libjpeg.so from blackdown
Summary: mod_php fails on libjpeg.so from blackdown
Status: RESOLVED DUPLICATE of bug 27525
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 00:17 UTC by Gertjan Zwartjes
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gertjan Zwartjes 2003-09-16 00:17:00 UTC
Somehow mod_php-4.3.3's configure uses libjpeg.so from blackdown. This libjpeg 
isn't sufficient for mod_php, so it breaks during configure. If I configure 
mod_php by hand, all goes well. Perhaps this is a mistake in the options that 
are passed to configure (in the library path libjpeg from blackdown must 
appear AFTER regular libjpeg). 

Reproducible: Always
Steps to Reproduce:
1. emerge blackdown-jdk 
2. emerge mod_php 
3. 
Actual Results:  
checking for jpeg_read_header in -ljpeg... no 
configure: error: libjpeg not found! 
 
!!! ERROR: dev-php/mod_php-4.3.3 failed. 
!!! Function econf, Line 324, Exitcode 1 
!!! econf failed 
 

Expected Results:  
Normally emerge of mod_php.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-16 01:04:05 UTC
java-config blackdown-sdk

*** This bug has been marked as a duplicate of 27525 ***