• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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