• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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