Nginx+Passenger Error - libcurl.so.4: version `CURL_OPENSSL_3' not found Nginx+Passenger Error - libcurl.so.4: version `CURL_OPENSSL_3' not found nginx nginx

Nginx+Passenger Error - libcurl.so.4: version `CURL_OPENSSL_3' not found


You can install the required version 3 from the bionic repository if you don't depend on other software that already uses version 4:

sudo apt install libcurl3/bionic

This will ask you to remove curl itself, libcurl4, and dependend software. Consider carefully if you need those, before removing them.

You still can roll back by installing libcurl4 and the removed software again.


This fixed my problem:

sudo apt install libcurl4-openssl-dev