• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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