views:

157

answers:

2

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 - when I try to run commands like "/etc/init.d/apache2 restart" I get the following error - No apache MPM package installed. I have deliberately not used apt-get to install anything and want to avoid this if possible. Anyone know how to resolve this error?

A: 

You need to recompile with --with-mpm=<MPM>, see apache documentation

Kimvais
Thanks Kimvais - missed that part in the docs. Oh and i'll post on serverfault.com next time
kenny99
A: 

guys,I am having the same issue,I've tried to run configure with the flag --with-mpm=MPM, it says "Warning, Unrecognised", kenny99 please advise if you did managed to find a solution for this problem or anyone else?

thanks

yates