How to add GD to a PHP 5.3 CentOS installation from a different repo?
- by Mauro
I installed PHP 5.3 on a CentOS 5.3 using yum and repos from Webtatic (http://www.webtatic.com/packages/php53/) and now I'd like to add the GD library to that installation but Webtatic seems to be offline.
Now:
# yum install php-gd
Fails of course (not the same PHP version) into: *Error: Missing Dependency: php-common = 5.1.6-27.el5_5.3 is needed by package php-gd-5.1.6-27.el5_5.3.x86_64*
And:
# yum install php53-gd
Fails into Error: php53-common conflicts with php-common
How can I add the GD libraries now?