Subject Installing GD2 lib on FC3 and PHP 4.3
Author Todd Cary
I have installed the gd2 rpm from http://www.boutell.com/gd/.

rpm -qa | grep "gd" shows that I have gd-2.0.28-1.30.1 on my system. My
configure is

./configure --with-interbase=shared,/opt/interbase --with-gd2=/usr/lib

http://209.204.172.137:81/testphp.php shows "gd" in the configuration,
but "gd" is not listed. What mistakes have I made?

Todd