LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   curl with ssl support in php (https://www.linuxquestions.org/questions/linux-newbie-8/curl-with-ssl-support-in-php-941497/)

conflicker 04-24-2012 10:39 AM

curl with ssl support in php
 
Hi everybody I'm about to install some application but it require the curl with ssl support, if I go and run
Quote:

<?php phpinfo(); ?>
the curl information should like this
Quote:

libcurl/7.12.1 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
but it showing me this
Quote:

7.24.0
instead.

I'm having CentOS 6 as my server and PHP 5.3.10 running on my server.

Any idea on how to install the ssl support for cur?, Thanks for any help.

Kustom42 04-25-2012 10:55 AM

Try running

Code:


yum install openssl



All times are GMT -5. The time now is 05:11 PM.