• 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.

Fedora Core 3 and Build 75050908 Install problems

K

komodo

Guest
I'm trying to install Plesk 7.5.4 on Fedora Core 3 with build 75050908 and I get this error:

Installing packages
Installing python-2.3.4-13.1.i386.rpm
warning: /root/psa/PSA_7.5.4/FC3_std.updates/python-2.3.4-13.1.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
python = 2.3.4-11 is needed by python-devel-2.3.4-11.i386
python = 2.3.4-11 is needed by (installed) python-devel-2.3.4-11.i386
Not all required packages were installed.
Press <ENTER> to continue...


Any ideas on what I need to get this install completed.

Thx.

CS
 
Thanks I was having the same problem and uninstalling python-devel fix the problem.
 
For your info you'll need to uninstall a bunch of other package to be able to finish the installation...

Currently I removed python-devel, curl-devel, openssl-devel and krb5-devel and I'm not done installing so I might have other to remove...
 
FYI.
I removed following modules to be able to finish the installation.

# rpm -e PyQt-devel
# rpm -e sip-devel
# rpm -e python-devel
# rpm -e kdevelop
# rpm -e kdenetwork-devel
# rpm -e kdeutils-devel
# rpm -e kdebase-devel
# rpm -e kdepim-devel
# rpm -e kdelibs-devel
# rpm -e cups-devel
# rpm -e curl-devel
# rpm -e openssl-devel
# rpm -e krb5-devel
# rpm -e openssh-askpass-gnome
 
Back
Top