How to add GD to a PHP 5.3 CentOS installation from a different repo?
        Posted  
        
            by 
                Mauro
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Mauro
        
        
        
        Published on 2011-11-29T20:02:45Z
        Indexed on 
            2011/11/30
            1:55 UTC
        
        
        Read the original article
        Hit count: 388
        
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?
© Server Fault or respective owner