curl installation and upgrade
- by user26202
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
/usr/bin/curl points to 7.15
/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?