That's all there is to my question: how do you enable SSL for PHP cURL on Linux (specifically Ubuntu)? I'm not finding the answer by Googling it.

link|improve this question

What version of Ubuntu? If it is really old, then you may have to do a lot of recompiling, if it is recent, then as soon as you install the php curl module it should just work(tm). – Zoredache Sep 30 '11 at 20:46
Version 11 -------- – Jason Swett Sep 30 '11 at 20:55
feedback

1 Answer

up vote 2 down vote accepted

apt-get install php5-curl does the trick.

link|improve this answer
All right, I guess I already had it enabled. I'm having a certain problem and I guess it's not due to SSL not being enabled. – Jason Swett Sep 30 '11 at 21:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.