• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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