Jump to content

/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found


midnightstreamer
 Share

Recommended Posts

The PHP version of the panel requires libcurl3 but this library is automatically removed on recent Ubuntu when installing a package that requires libcurl4. The two versions of libcurl are mutually exclusive.

If libcurl3 is missing, the panel PHP binary and php-fpm process manager will not work.

To get the panel working again just reinstall libcurl3:

apt install libcurl3 -y

If you need to use the curl cli tool, you can download a static binary that doesn't need external libraries.

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...