• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Error: /usr/bin/sw-engine: /usr/local/lib/libcurl.so.4:

Hi,

I just today started to receive the following error message from the following command in cron:
root@x:~# /opt/psa/admin/bin/php -c '/opt/psa/admin/conf/php.ini' -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/plesk-mobile/scripts/push_worker.php'
/usr/bin/sw-engine: /usr/local/lib/libcurl.so.4: no version information available (required by /usr/bin/sw-engine)

I guess it could be some type of error from an distro upgrade (running Ubuntu 10.04.4 LTS).

Anyone know what it could be or how to fix this error?

Best regards,
Benjamin
 
It looks like that you have duplicate of libcurl in /usr/local/lib/. Make sure that you have it in /usr/lib/

# ldd /usr/bin/sw-engine | grep libcurl
libcurl.so.4 => /usr/lib/libcurl.so.4 (0xb5cbf000)

and remove duplicate.
 
I have the same issue.
Seems libcurl.so.4 is linked to libcurl.so.4.6.0
There is a not linked libcurl.so.4.4.0 in the directory.

Couldn't get it to work...
 
Back
Top