Jump to content

How to Install Curl ?


Recommended Posts

My server using Centos 5.4 x64

 

I installed Curl via yum

root@server [~]# yum list | grep -i curl
curl.x86_64                             7.15.5-2.1.el5_3.5      installed
curl.i386                               7.15.5-2.1.el5_3.5      centos-planet
curl-devel.i386                         7.15.5-2.1.el5_3.5      centos-planet
curl-devel.x86_64                       7.15.5-2.1.el5_3.5      centos-planet

root@server [~]# php -m
[php Modules]
bcmath
calendar
ctype
date
dom
filter
ftp
gd
hash
iconv
imap
json
libxml
mysql
pcre
posix
Reflection
session
SimpleXML
sockets
SPL
SQLite
standard
suhosin
tokenizer
xml
xmlreader
xmlwriter
Zend Optimizer
zlib

[Zend Modules]
Zend Optimizer

 

But in PHP module curl not available.

 

Please help

Link to comment
Share on other sites

Curl is a standalone application in Linux. You want / need to install the curl extension for php.

 

Manual installation instructions are (as per usual) in the manual. Or you need to search your yum repositories for 'php curl' & see what results you get.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.