Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11422 - bug in mod_php-4.2.3.ebuild
Summary: bug in mod_php-4.2.3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-30 19:49 UTC by Derk-Jan Hartman
Modified: 2003-01-28 00:30 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 Derk-Jan Hartman 2002-11-30 19:49:25 UTC
Even though mysql is set in my USE variables, i could not get php with mysql compiled 
in. Everytime i pulled up an phpinfo() it showed that mysql was compiled with the option '-
-withou-mysql'

It took me hours to realize that this is configured by the ebuild and that it wasn't my fault at 
all. When i looked in the ebuild, there is a part where the with and without options are 
being set.
The mysql line looks like: use mysql && myconf="${myconf} --with-mysql=/usr" || myconf=
"${myconf} --without-mysql". i think that a few () are missing there, because when i 
removed the part after || and emerge'ed, php was compiled with mysql support. Please 
take a look into this line and check its correctness.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-12-04 18:22:34 UTC
I cannot recreate this... I just tried an upgrade to mod_php 4.2.3 from 4.2.2...
Mysql was included in the new build.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-12-16 15:01:10 UTC
Works for me... Please reopen if the problem persists.