[OPEN-ILS-GENERAL] Getting Apache error during EG installation: No apache MPM package installed
Dan Scott
dan at coffeecode.net
Fri Feb 10 13:03:15 EST 2012
On Fri, Feb 10, 2012 at 12:00 PM, Yamil Suarez <ysuarez at berklee.edu> wrote:
> Hello everyone,
>
> I am trying to install EG from a working branch
> (user/senator/autosuggest)[1], that more or less will correspond to most of
> what will make it to EG 2.2. The target OS is Debian 6.0.4, but is running
> inside a XEN VM. Note, that I have already installed the XEN tools/drivers
> already. I have so far successfully installed EG on this same set up a
> couple of times in the last seven days. Regretfully, the last two times I
> have tried installing EG on this set up in the last 24 hours, I am getting
> the following Apache error when I tried to restart Apache during the
> installation process...
>
> No apache MPM package installed
>
> I searched around and I found a quick mention[2] error by phasefx mentioning
> "incomplete pre-req fetching left me with No apache MPM package installed"
>
> This makes sense, but at this point I do not know how to fix this. In case
> it helps I am attaching a copy of my output from running...
> make -f Open-ILS/src/extras/Makefile.install debian-squeeze
This bit from your log:
"""
The following packages have unmet dependencies:
apache2-mpm-prefork: Depends: apache2.2-common (= 2.2.16-6+squeeze4)
but 2.2.16-6+squeeze6 is to be installed.
Depends: apache2.2-bin (= 2.2.16-6+squeeze4)
but 2.2.16-6+squeeze6 is to be installed.
apache2: Depends: apache2.2-common (= 2.2.16-6+squeeze4) but
2.2.16-6+squeeze6 is to be installed.
The following actions will resolve these dependencies:
Remove the following packages:
1) apache2
2) apache2-mpm-prefork
3) libapache2-mod-perl2
4) libapache2-reload-perl
"""
suggests maybe you need to run "aptitude update" to get your packages
in sync. http://packages.debian.org/search?keywords=apache2-mpm-prefork
says you should be getting 2.2.16-6+squeeze6.
More information about the Open-ils-general
mailing list