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

Plesk 7.5 Reloaded - psa-security missing Error

P

pelsam

Guest
I get the following error when attempting to install Plesk 7.5 Reloaded
on a Fedora Core 2 system

[root@xxxx base]# rpm -Uvh psa-7.5.2-fc2.build75050128.11.i586.rpm
error: Failed dependencies:
psa-api-cli >= 7.5.2 is needed by psa-7.5.2-fc2.build75050128.11
psa-api-common >= 7.5.2 is needed by psa-7.5.2-fc2.build75050128.11

[root@xxxx base]# rpm -Uvh psa-api-cli-7.5.2-fc2.build75050128.11.i586.rpm
error: Failed dependencies:
/usr/local/psa/admin/bin/php is needed by psa-api-cli-7.5.2-fc2.build75050128.11
psa-api-common = 7.5.2 is needed by psa-api-cli-7.5.2-fc2.build75050128.11

[root@xxxx base]# rpm -Uvh psa-api-common-7.5.2-fc2.build75050128.11.i586.rpm
error: Failed dependencies:
/usr/local/psa/admin/bin/php is needed by psa-api-common-7.5.2-fc2.build75050128.11
psa-security = 7.5 is needed by psa-api-common-7.5.2-fc2.build75050128.11

[root@xxxx base]#


Can anyone help me figure out why I'm getting this error and how to
resolve it? Neep help ASAP!

Thanks
sam75
 
What version of Plesk is currently running on your server?
 
I think, this file is only for updating from 7.5 to 7.5.2, but he did not have 7.5 running onto this server.
 
You should install psa, psa-api-common and psa-api-cli simultaneously: psa requires psa-api-cli & psa-api-common, and provides psa-api-security needed by the psa-api-cli & psa-api-common.
 
Originally posted by pelsam
I get the following error when attempting to install Plesk 7.5 Reloaded
on a Fedora Core 2 system

[root@xxxx base]# rpm -Uvh psa-7.5.2-fc2.build75050128.11.i586.rpm

He's doing an RPM install on FC2 according to his original post. But he still has not responded as to what version of Plesk he is starting from....

In case he doesn't know how to install them all at same time:

rpm -Uvh psa psa-api-common psa-api-cli

You put all the package names on same line, separated by spaces.

(don't know his level of experience, no offense meant)
 
Re: Re: Plesk 7.5 Reloaded - psa-security missing Error

Originally posted by jamesyeeoc
He's doing an RPM install on FC2 according to his original post. But he still has not responded as to what version of Plesk he is starting from....


In the log there was no errors regarding the broken dependencies between the old versions of psa-api-* and new version of psa, so it seems to be a fresh install.
 
Back
Top