Summary: | USE="-fdftk" emerge dev-lang/php fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | baso <andreabaso> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
baso
2005-10-30 11:34:10 UTC
*** This bug has been marked as a duplicate of 110921 *** CLOSED USE="mpm-prefork" emerge apache At the end of the emerge it says: * Multiple MPM support has been disabled due to problems with external * modules. If you have relied on this functionality you will need * to find another solution. The Gentoo Apache team apologizes for * any inconvienence this may cause you. (In reply to comment #3) > USE="mpm-prefork" emerge apache > > At the end of the emerge it says: > * Multiple MPM support has been disabled due to problems with external > * modules. If you have relied on this functionality you will need > * to find another solution. The Gentoo Apache team apologizes for > * any inconvienence this may cause you. Oh, please, read the text and my above comment more carefully. Thanks. Again - you can have *one* and *only one* MPM is Apache, and that's exactly what the above einfo message says, and that's no bug or error. Don't see any reason why did you reopen this bug. USE="mpm-prefork" emerge -pv apache These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] net-www/apache-2.0.55 +apache2 -debug -doc +ldap -mpm-leader -mpm-peruser +mpm-prefork* -mpm-threadpool -mpm-worker -no-suexec (-selinux) +ssl +static-modules +threads 0 kB Total size of downloads: 0 kB I emerge apache only with +mpm-prefork* but it doesn't work (In reply to comment #5) > USE="mpm-prefork" emerge -pv apache > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild R ] net-www/apache-2.0.55 +apache2 -debug -doc +ldap -mpm-leader > -mpm-peruser +mpm-prefork* -mpm-threadpool -mpm-worker -no-suexec (-selinux) > +ssl +static-modules +threads 0 kB What do you mean "it doesn't work"?! There's no error, that's an *informative* message. Please, try to emerge php now and report back. The emerge of php fails again with the same error. (In reply to comment #7) > The emerge of php fails again with the same error. Remove "threads" from your use flags and try again. Also, slim down your USE flags list in general, some of them and their combos make really no sense. We have /etc/portage/package.use for local (ebuild specific) use flags. (In reply to comment #5) > Calculating dependencies ...done! > [ebuild R ] net-www/apache-2.0.55 +apache2 -debug -doc +ldap -mpm-leader > -mpm-peruser +mpm-prefork* -mpm-threadpool -mpm-worker -no-suexec (-selinux) > +ssl +static-modules +threads 0 kB This is *not* enough. You need to actually *re-emerge* apache with USE=mpm-prefork, not just change the flags in make.conf. The * means that you've not done so yet. |