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

Resolved Error updating to Plesk 18.0.69

efisher@

New Pleskian
Server operating system version
CentOS 7.9
Plesk version and microupdate number
18.0.68 U2
I'm trying to upgrade from 18.0.68 U2 to 18.0.69 U2 on CentOS 7 (latest updates). I'm getting the following error:

Exception: Failed to solve dependencies:
sw-engine-cli-7.69-7.69.4-1centos.7.250401.1328.x86_64 requires libpsl.so.0()(64bit)
sw-engine-7.69.4-1centos.7.250401.1328.x86_64 requires libpsl.so.0()(64bit)

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Visit https://support.plesk.com/ to search for a solution.
exit status 1

It appears I have libpsl installed:

[root@server ~]# locate libpsl.so
/usr/lib64/libpsl.so.5
/usr/lib64/libpsl.so.5.3.1
[root@server ~]# rpm -qf /usr/lib64/libpsl.so.5
libpsl-0.20.2-6.el7.x86_64

I know that CentOS 7 is way past end of life, but didn't hear anything about it not being supported by Plesk any more. We do plan to upgrade, but just haven't had the opportunity yet on this host.

Any thoughts or suggestions here?
 
I may have just solved my own problem. In searching for similar issues, I found that libpsl was installed by the CityFan repo. I did this in order to get a newer version of curl. For some reason it is now incompatible, even though updates haven't broken like this in the past. In order to move forward, I downgraded curl and libcurl to the CentOS 7 versions, removed libpsl, disabled the CityFan repo, and now the update to 18.0.69 works.
 
Back
Top