carlg Posted October 14, 2007 Share Posted October 14, 2007 I want to install GD on an existing PHP installation without reinstalling php. Is this possible? If so how? I already did the following (fedora) yum install gd-devel Which went well I restarted my webserver (apache), but when I type php -m the gd module is still not listed. What else do I need to do? Thanks Carl Link to comment https://forums.phpfreaks.com/topic/73199-installing-gd-on-existing-php-installation/ Share on other sites More sharing options...
BlueSkyIS Posted October 14, 2007 Share Posted October 14, 2007 I want to install GD on an existing PHP installation without reinstalling php. Is this possible? Not to the best of my knowledge. PHP must be compiled with GD; it can't be added later. Link to comment https://forums.phpfreaks.com/topic/73199-installing-gd-on-existing-php-installation/#findComment-369341 Share on other sites More sharing options...
trq Posted October 14, 2007 Share Posted October 14, 2007 On most binary distros you can add new extensions to php dynamically. Things is, GD may not have been added to your php cli version. What does a script containing... <?php info(); ?> called via a browser have to say about GD? Link to comment https://forums.phpfreaks.com/topic/73199-installing-gd-on-existing-php-installation/#findComment-369346 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.