jreed2132 Posted July 29, 2009 Share Posted July 29, 2009 Does PHP come with GD Library already installed? If so, does it just need to be enabled? Link to comment https://forums.phpfreaks.com/topic/167980-solved-does-php-come-with-gd-library-already-installed/ Share on other sites More sharing options...
tbare Posted July 29, 2009 Share Posted July 29, 2009 not sure about Windows, but on a Linux box you have to install it separately. Link to comment https://forums.phpfreaks.com/topic/167980-solved-does-php-come-with-gd-library-already-installed/#findComment-885997 Share on other sites More sharing options...
wildteen88 Posted July 29, 2009 Share Posted July 29, 2009 On Windows you need to enable the gd extension (php_gd2.dll) within the extension list in the php.ini. *nix based systems will need to be compiled with the --with-gd flag and adding php_gd2.so to the php.ini. Link to comment https://forums.phpfreaks.com/topic/167980-solved-does-php-come-with-gd-library-already-installed/#findComment-886178 Share on other sites More sharing options...
tbare Posted July 29, 2009 Share Posted July 29, 2009 wildteen's explanation was better... although, i didn't have to do all that on my ubuntu machine... (way to go synaptic!) Link to comment https://forums.phpfreaks.com/topic/167980-solved-does-php-come-with-gd-library-already-installed/#findComment-886183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.