The GD library for PHP is missing or outdated

Last modified: August 5, 2009 - 15:44

This error occurs because PHP is missing the GD graphics library. Not all platforms install it as part of PHP.

Ubuntu

Install this Ubuntu package: php5-gd, for example by doing
$ sudo apt-get install php5-gd

Then restart Apache:
$ sudo /etc/init.d/apache2 restart

More details at http://www.thanhsiang.org/faqing/node/51
Another option at http://drupal.org/node/540838

Windows XP

Go to the Windows XP control panel where you can add or change installed programs. Find the line for PHP and select change. A window pops up: find the GD2 module that is not installed by default and select it from the change application.
Restart the Apache Server.

This page is derived from a forum thread (http://drupal.org/node/134331) which may contain more information.

GD Image Rotation Low Quality / Poor Performance

Onopoc - August 5, 2009 - 15:41

On Ubuntu Server 8.04.x LTS, PHP5, Drupal 6.x. If your Drupal Status report page returns the following error:

GD Image Rotation Low Quality / Poor Performance
The installed version of PHP GD does not support ...

Here is a solution that worked for me: http://drupal.org/node/540838

---

How to contribute to Drupal.

 
 

Drupal is a registered trademark of Dries Buytaert.