I am using Apache web server and PHP 5 server-side scripting language to produce dynamic web pages for our corporate website. How do I install install php gd support under Apache/PHP5 for dynamically manipulating images?
PHP is used mainly in server-side application software along with various addons.
PHP includes a large number of free and open source libraries with the core build. PHP is a fundamentally Internet-aware system with modules built in for accessing FTP servers, many database servers, embedded SQL libraries such as embedded MySQL and SQLite, LDAP servers, and others. Many functions familiar to C programmers such as those in the stdio family are available in the standard PHP build.
The GD Graphics Library for dynamically manipulating images. You will need to compile PHP with the GD library of image functions for this to work.
However Ubuntu (and Debian) Linux comes with the package called php5-gd. Just type the following command to install this module:
# apt-get install php5-gd
OR
$ sudo apt-get install php5-gd
Sample outputs (from my Debian server)
apt-get install php5-gd Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libgd2-xpm Suggested packages: libgd-tools The following packages will be REMOVED: libgd2-noxpm The following NEW packages will be installed: libgd2-xpm php5-gd 0 upgraded, 2 newly installed, 1 to remove and 7 not upgraded. Need to get 270 kB of archives. After this operation, 176 kB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://debian.osuosl.org/debian/ squeeze/main libgd2-xpm amd64 2.0.36~rc1~dfsg-5 [231 kB] Get:2 http://security.debian.org/ squeeze/updates/main php5-gd amd64 5.3.3-7+squeeze9 [39.1 kB] Fetched 270 kB in 2s (124 kB/s) dpkg: libgd2-noxpm: dependency problems, but removing anyway as you requested: libgvc5 depends on libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg); however: Package libgd2-noxpm is to be removed. Package libgd2-xpm is not installed. (Reading database ... 206928 files and directories currently installed.) Removing libgd2-noxpm ... Selecting previously deselected package libgd2-xpm. (Reading database ... 206919 files and directories currently installed.) Unpacking libgd2-xpm (from .../libgd2-xpm_2.0.36~rc1~dfsg-5_amd64.deb) ... Setting up libgd2-xpm (2.0.36~rc1~dfsg-5) ... Selecting previously deselected package php5-gd. (Reading database ... 206930 files and directories currently installed.) Unpacking php5-gd (from .../php5-gd_5.3.3-7+squeeze9_amd64.deb) ... Processing triggers for libapache2-mod-php5 ... Reloading web server config: apache2. Setting up php5-gd (5.3.3-7+squeeze9) ...
Finally, restart the Apache 2 web serer, enter:
# /etc/init.d/apache2 restart
You can test your php application.
How do I verify that php5-gd support loaded or not?
Type the following command:
$ php5 -m | grep -i gd
Sample outputs:
gd
OR
$ php5 -i | grep -i --color gd
OR
$ php -i | grep -i --color gd
Sample outputs:
Additional .ini files parsed => /etc/php5/cli/conf.d/gd.ini, gd GD Support => enabled GD Version => 2.0 gd.jpeg_ignore_warning => 0 => 0 XAUTHORITY => /var/run/gdm3/auth-for-vivek-ruJHl1/database _SERVER["XAUTHORITY"] => /var/run/gdm3/auth-for-vivek-ruJHl1/database
You can also use the following php code. Create a file called test.php and put in your web server directory i.e. Apache DocumentRoot (such as /var/www):
<?php phpinfo(); ?>
Run it as follows:
http://your-server-ip/test.php
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop














{ 46 comments… read them below or add one }
Thanks didnt really understand what GD was and which package it was. Apt-cache search gave me a load of weird packages. So i thank you!
Perhaps it would be nice if there was a line you can run to see if its running properly
Heroin,
You can type php -m command to see php-gd support is loaded or not at a shell prompt:
php -mYou can also create a php code with phpinfo() function and see if GD is loaded or not :)
<?php
phpinfo();
?>
That’s great, it solves my problem in my new server. Good stuff.
when running in a browser it only shows the code, but doesn’t show the php information.
Can anyone please help me solving this problem.
I have a problem running php files in a browser; I tried a test.php with but it only shows the code lines in the browser with no PHP information.
I would really appreicate you help.
Hi, I want to install GD library, I want use it with PHP
I tried:
sudo apt-get install php5-gd
but i get following error message
E: couldn“t find package php5-gd
Apache is working, my soft versions are:
SO ubuntu 7.07
PHP Version 5.2.1
Apache/2.2.3 (Ubuntu)
what can I do?
THANKS!!!
You need to use php5-gd only, try apt-get update first.
When I apt-get install php5-gd the response is ‘Please insert the disc labeled ‘Ubuntu-Server 6.06.1 _Dapper Drake_ – Release i386′.
But I am working remote, what can I do to solve this issue??
You need to force apt-get to run via network by editing /etc/apt/sources.list file. Comment out CDROM entry.
@vivek.
Thanks that did the job!
I had to apt-get update first and after that it worked like a charme!
Thanx again
Thanks, My prob Solved.
I have a standard linux box from theplanet.com (formerly ev1servers.net formerly rackshack.net) and they generally use Redhat Pro as the OS..
I found the easiest way to install PHP GD on the servers from “the planet” was to use the command:
yum install php-gd
Do it from the root dir via SSH (using the program called “putty”) and it all happens very fast. Restart the server and check if your page apps run correctly.
Thats about as simple as I can explain it for any other newbies that don’t understand linux like myself.
hope this is helpful.
Hi all,
I’m running a Joomla install on a virtual Jumpbox. I’ve tried running the above but it doesn’t seem to help.
Has anyone experience of getting this to work on the Jumpbox platform?
Cheers, MARK.
thank you =)
thank you
When I tried to install some 3rd party extension in my Joomla 1.5 website (hosted on my local Ubuntu PC) I got the error that GD2 was missing.
With your instruction I was able to install GD2 successfully. I reinstalled the Joomla Extension and now it’s able to resize images!
Thanks!
I test my gd but it doesn’t support xbm ,how could i do ?
when I wanna use phpXplorer it show me could not find “PHP GD XBM Support”
thank you !
You need either PHP GD extension or Image Magick for image manipulation.
PHP GD extension found 2.0 or higher
PHP GD FreeType Support exists
PHP GD T1Lib Support exists
PHP GD GIF Read Support exists
PHP GD GIF Create Support exists
PHP GD JPG Support exists
PHP GD PNG Support exists
PHP GD WBMP Support exists
PHP GD XBM Support not found
Thanks! Never thought i could solve this problem this fast.
Thank you very much, you have resolved all my problems!
Thank you very much, you have resolved all my problems! Never thought i could solve this problem this fast.
i am using Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch .i am not able to download GD ..Please help me..
thank you very very much!
you are #1 in google for this search, so I’m goingo to thankyou to keep it this way.
Thanks for such simple instructions!
PHP5-Gd INSTALL HELP
In the installation of php5-gd, do not include T1Lib in the GUI option–include only TrueType.
how to install php GD in ubuntu linux? This is for resize the thumbnail images. Thank You
Nice information ooooOO…
so if we already HAVE the apache and php installed
but not included with
These extensions;
GD
IMAP
Zlib
OpenSSL
Curl
on Linux,,,
should we installed it by typing one by one apt-get install <> ?
so how if we want more extension installed
at the time we already have the apache and php installed on our linux….?
Perfect! Thanks from Brazil \o/
but , my server is off line
what can i do?
thx
It still actual and helped me resolve my problem with images processing in a minute. Thanks.
how can i enable Gd, Curl, Memcache, Mysql, Mysqli, Exif, ftp, iconv, json, Session, apc modules in centos .
tanks & regards
vivek.p
I dont have website.
But I want to learn how to add captcha in website.
Thanks it helped. may God be with you.
If you are like me, and running PHP 5.2.X on an Ubuntu system that normally ships with PHP 5.3.X, it is difficult to compile your own PHP from altered source so that it uses bundled GD instead of system GD, since libaprutil1-dev and apache2-prefork-dev depend on some non-dev packages that essentially break your ability to compile this unless you first were to uninstall PHP and Apache entirely. You can get around this by installing all the dependencies you need for building minus these two libraries, then downloading the .deb packages for these two libraries, forcing them in with dpkg –force-depends -i [packagename], THEN alter and compile, and then remove all the build dependencies after. This is how I built myself a bundled GD version of php5-gd_5.2.10.dfsg.1-2ubuntu6.10_amd64.deb.
i am running a couple of sites and forums on the server
my fear is when i install the php5-gd it will damidge the current running php5
so my question is can i install it without damidging the current setup
or will i have to repair them afterwards
Hi,
Thank you very much. It’s 2011oct28 and your post just help me =).
Was figuring what went wrong with my WebApp running Turkey Linux LAMP appliance in Virtualbox. Got an error message about GD library.
Googled and read a ‘thread’ of scary ‘recompile’ … late night tales… and thanks for your post that saved me all from those.
I ssh as root into the VirtualBox appliance and did exactly as you said and viola … it just works.
Cheers!
Ooops! wireless keyboard … I meant TurnKey Linux LAMP and no didn’t eat turkey earlier.
Thanks, that worked for me also.
Thanks, it took me a while to actually realize that the library was not installed.. that’s why it kept crashing! But now, problem is fixed! :)
Done. Thank you! xoxo
worked perfect, thx.
can anybody help to for how to install gd library on Ubuntu
10q very much!
Very descriptive post, I liked that a lot.
Will there be a part 2?