I have wondered about this a long time. Should I add curl to exclude in etc/yum.conf? It is not there as default, here is exclude line I have in my etc/yum.conf:
Several times there has been curl updates in yum, and I have always updated without getting any problems. But I feel a little unsure. And now there is yet again a curl update in yum: https://rhn.redhat.com/errata/RHSA-2013-0983.html
So, it is normal, and shuld not be a problem running two installs of curl, one from yum and one from custombuild? I have never seen curl version downgrade in a phpinfo page after yum update of curl, so it always seems to be fine and always seem to be custombuild version of curl that is used in php.
Code:
exclude=apache* httpd* mod_* mysql* MySQL* da_* *ftp* exim* sendmail* php* bind-chroot*
Several times there has been curl updates in yum, and I have always updated without getting any problems. But I feel a little unsure. And now there is yet again a curl update in yum: https://rhn.redhat.com/errata/RHSA-2013-0983.html
So, it is normal, and shuld not be a problem running two installs of curl, one from yum and one from custombuild? I have never seen curl version downgrade in a phpinfo page after yum update of curl, so it always seems to be fine and always seem to be custombuild version of curl that is used in php.