开发者

Ubuntu: Passenger cannot find SSL for curl

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜