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

Bug 187031

Summary: dev-lang/php-5.2.3-r3 ebuild says that mpm-itk is incompatible
Product: Gentoo Linux Reporter: Denis Misiurca <infoman1985>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.