curl installation and upgrade

Posted by user26202 on Server Fault See other posts from Server Fault or by user26202
Published on 2012-03-03T04:31:43Z Indexed on 2014/06/09 21:27 UTC
Read the original article Hit count: 295

Filed under:
|

On a centos 5.7 machine we had curl 7.15 installed . We also have PHP installed in it as some of the PHP libraries are linked to curl.

We wanted to upgrade curl to 7.19 but yum update was failing .

Then we manually installed 7.19 with the sources.

Now we have two curl versions

  1. /usr/bin/curl points to 7.15
  2. /usr/local/bin/curl points to 7.19

And PHP still uses curl 7.15 .How to do delete curl 7.15 without removing the dependency (like PHP and make PHP start using curl 7.19?

© Server Fault or respective owner

Related posts about php

Related posts about curl