• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Suse Enterprise Server 10 SP2 & Plesk 8.6 brings errors during installation

K

KilianSSL

Guest
Good day

i tried to install Plesk 8.6 on a Virtual Suse Enterprise Server 10 SP2 (SLES 10 x86_64).
I get a
Error: Unable to install the "psa-8.6.0-sles10.build86080722.00.x86_64" package.

The following could cause the installation failure:
Packages "apache2-2.2.0-21.2.x86_64" and "aaa_base-10-12.46.x86_64" cannot be installed at the same time


Is this a problem of SLES 10 SP2 or does anyone have an idea how to fix it?

Best regards
Kilian
 
Hi,

If it is a fresh Plesk installation you can easily remove aaa_base-10-12.46.x86_64 that obviously conflicts with apache2 package which Plesk takes from SuSe repository during installation. This package can be removed with
# rpm -e aaa_base-10-12.46.x86_64
 
Back
Top