I am attempting to install Drupal 7 on Red Hat Linux 5.6. I get the message:
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):
•gd
My php configure statement is:
./configure --with-apxs2=/usr/sbin/apxs --with-mysql=shared --with-gd=shared
I have the line "extension=php_gd2.pll" in /etc/php.ini and the line "extension=gd.so" in /etc/php.d/gd.ini
I have restarted apache and confirmed that the php-gd package is installed on my server.
phpinfo() does not say anything one way or the other about GD.
I have posted this question on drupal.org and got no responses.
Any suggestion for what I can do to get past this hurdle?
Thanks,
Sanford Stein
CyberTools Inc.

