• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

installing apache2-mpm-event on debian fails with unmet plesk-core dependency

since we are moving our server setup from mod_php to php5_fpm it also makes sense to not use the apache2 prefork module but move to either the apache2 worker or the apache2 event module.

so when I execute the apt-get install apache2-mpm-event command, apt-get lists the following error msg:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
plesk-core : Depends: psa-phpmyadmin (>= 3.5.2.2) but it is not going to be installed
Depends: psa-phppgadmin (>= 5.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

so one could say that maybe both packages are not installed. but when i display all my installed packages with:
dpkg --get-selections

both are present:
psa-phpmyadmin install
psa-phppgadmin install

so whats wrong here?
 
Back
Top