PDA

View Full Version : [ubuntu] PHP GD library


david-emm
July 22nd, 2008, 01:36 AM
I'm trying to use the GD graphics library that should be inbuilt in PHP5 however phpinfo() does not identify it in the PHP configuration core. How do I turn the GD library on?

hyper_ch
July 22nd, 2008, 02:19 AM
by installing it.

siDDis
July 22nd, 2008, 03:05 AM
http://ubuntuforums.org/showthread.php?t=252842

windependence
July 22nd, 2008, 05:02 AM
sudo apt-get install php5-gd

-Tim

david-emm
July 22nd, 2008, 07:03 AM
Thanks. I have installed php5-gd and all is fine. I certainly needed the help the community for this. :)

Onopoc
November 21st, 2008, 09:25 PM
Same issue here on Ubuntu Server 8.04.1 and PHP5. The following worked for me:
http://ubuntuforums.org/showthread.php?p=6226611#post6226611