How to enable curl_exec

General support questions
Post Reply
105547111
Posts: 10
Joined: 2011/02/20 02:08:55

How to enable curl_exec

Post by 105547111 » 2011/08/11 05:41:51

I just updated from Centos 5. Now my web sites are failing to update RSS feeds because my server will not curl_exec.

I put on a test php script, it just fails.

There is no php-curl package.

How can I fix this?

Thanks!

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

How to enable curl_exec

Post by pschaff » 2011/08/13 21:47:01

You say "updated". There is no supported update path. A fresh install is recommended.

EPEL has php-pear-Net-Curl:[code]Name : php-pear-Net-Curl
Arch : noarch
Version : 1.2.5
Release : 4.el6
Size : 13 k
Repo : epel
Summary : OO interface to PHP's cURL extension
URL : http://pear.php.net/package/Net_Curl
License : BSD
Description : Provides an Object-Oriented interface to PHP's curl extension.[/code]

Post Reply