• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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