How to install cURL with openssl on ubuntu server ?

Posted by Hrishikesh Choudhari on Server Fault See other posts from Server Fault or by Hrishikesh Choudhari
Published on 2010-06-10T05:20:14Z Indexed on 2010/06/10 5:24 UTC
Read the original article Hit count: 360

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about ssl

Related posts about openssl