midnightstreamer Posted April 28, 2023 Share Posted April 28, 2023 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 More sharing options...
Recommended Posts