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

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