Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10547 - Enabling pdflib in php incorrectly disables gd
Summary: Enabling pdflib in php incorrectly disables gd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-10 16:12 UTC by Caleb Shay
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Caleb Shay 2002-11-10 16:12:17 UTC
the ebuild for php contains the following section:

if [ "`use pdflib`" ] ; then
        myconf="${myconf} --with-pdflib=/usr"
else
        use gd && myconf="${myconf} --with-gd"
fi

This makes no sense since pdflib and gd can cohabitate perfectly well in php. 
bug 2708, which this claims to resolve, is totally unrelated to gd, it was a
pdflib and java problem.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-11-14 14:36:22 UTC
should be corrected...