Issue
When i tried to install php5 curl i am getting the messages below and nothing happens. Could anyone help me out on this ? My setup is Fedora, apache 2, php 5.3.3.
#yum install libcurl3 libcurl3-dev php5-curl Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Nothing to do
Solution
Wrong package has been specified.
Try
yum list | grep curl -i
Most probably the package name is like
- curl.*
- curl-devel.*
PS : move the question to serverfault.com
Answered By - ajreal Answer Checked By - David Marino (WPSolving Volunteer)