Compiling LAMP from source - apache2 error “no MPM package installed”

Posted by kenny99 on Server Fault See other posts from Server Fault or by kenny99
Published on 2010-03-09T14:02:28Z Indexed on 2010/04/16 15:03 UTC
Read the original article Hit count: 242

Filed under:
|
|
|

Hi, I've compiled LAMP from source on a Ubuntu VPS. I had to remove a previously installed version of Apache then I manually compiled all the packages, which seems to have worked up unto a point - however, when I try to run commands like "/etc/init.d/apache2 restart" I get the following error - No apache MPM package installed. I have installed mpm-prefork so I don't know why i'm getting this problem. My configure command is as follows:

./configure --enable-so --enable-modules=most --with-mpm=prefork

I have deliberately not used apt-get to install anything and want to avoid this if possible.

Anyone have any guidance on how to resolve this error? Thanks in advance

© Server Fault or respective owner

Related posts about linux

Related posts about ubuntu