• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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