开发者

Ubuntu: Passenger cannot find SSL for curl

开发者 https://www.devze.com 2023-02-01 00:08 出处:网络
I am installing passenger as an nginx module on ubuntu, and while installing i get the error that Curl development headers with SSL support are not available. It suggests to \"run apt-get install libc

I am installing passenger as an nginx module on ubuntu, and while installing i get the error that Curl development headers with SSL support are not available. It suggests to "run apt-get install libcurl4-openssl-dev or libcurl4-gnutls-dev, whichever you prefer"

i ran apt-get install libc开发者_运维问答url4-openssl-dev but it still gives the same error... Googling does not give a usefull result.


I had somewhat the same problem. Installing openssl libraries it didn't seem solve anything, but after I removed and reinstalled rails it worked.

Good luck!


sudo apt-get install libcurl4-openssl-dev

/etc/init.d/apache2 restart

0

精彩评论

暂无评论...
验证码 换一张
取 消