How to install cURL with openssl on ubuntu server ?
- by Hrishikesh Choudhari
Hey,
I am having a problem with cURL here.
My localhost has curl with openssl enabled, and thus my php code works fine. On running phpinfo() I get the following --
curl
cURL support enabled
cURL Information libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15
However, on my other office server, curl does not have openssl support enabled. On running phpinfo() I get the following --
curl
cURL support enabled
cURL Information libcurl/7.20.1 zlib/1.2.3.3
How do I get openssl support for curl ? Both - openssl and curl - are installed on the office server as of now.
I require immediate help.
Thank you.