Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187031 - dev-lang/php-5.2.3-r3 ebuild says that mpm-itk is incompatible
Summary: dev-lang/php-5.2.3-r3 ebuild says that mpm-itk is incompatible
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-29 16:29 UTC by Denis Misiurca
Modified: 2007-07-29 19:39 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 Denis Misiurca 2007-07-29 16:29:42 UTC
When updating php, I got the following message:

 * The module you are trying to install (php)
 * will only work with one of the following MPMs:
 *     event leader metuxmpm perchild threadpool worker
 * You do not currently have any of these MPMs installed.
 * Please re-install apache with the correct mpm-* USE flag set.

I successfully use mpm-itk with dev-lang/php-5.2.2-r1 without any problems. Why dev-lang/php-5.2.3-r3 must be different?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-29 19:39:40 UTC
You either need to build both PHP and Apache w/ USE=threads, or none. mpm-itk is not a threaded MPM and you are trying to build PHP w/ USE=threads.