Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3900 - Problem with the PHP Ebuild
Summary: Problem with the PHP Ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-19 12:54 UTC by Sacha van der Spek
Modified: 2003-02-04 19:42 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 Sacha van der Spek 2002-06-19 12:54:36 UTC
When merging php into a server system that you don't have X, the GD graphics 
libraries, libpng, or libjpeg installed, you get some quircky problems.  Even 
though USE is set in make.conf with -X -libgd -jpeg -png and everything else 
under the sun for graphics and graphis libraries, when you merge php it chokes 
on png/jpeg/gd/t1lib because it can't find the .so|a.  This is simply fixed by 
going through the ebuild file and removing the --with-* line in the ./configure 
section.  Apparently this ebuild does not go through the use variables and 
check whether or not you want it to use jpeg, png,X,t1lib,or gd.  Perhaps this 
was intended, but I seriously doubt it.

Much thanks,
Sacha van der Spek
Comment 1 Roman Weber 2002-06-25 15:55:45 UTC
Sorry for waiting, i'll fix it soon. Had a lot to do this weekend....

Roman