Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 28848

Summary: mod_php fails on libjpeg.so from blackdown
Product: Gentoo Linux Reporter: Gertjan Zwartjes <gertjan.zwartjes>
Component: [OLD] DevelopmentAssignee: PHP Bugs <php-bugs>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: java
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***