Hello everybody: I have the same problem about gettext.
I uninstalled gd rpms and instaled gd 2.0.4 from tar.gz The trouble with gd got solved doing what John Coder did. I compiled libgd.a ( make libgd.a ) and copied libgd.a and libgd.so to ext/gd php install directory. The trouble is with gettext: checking for GNU gettext support... yes checking for bindtextdomain in -lintl... no checking for bindtextdomain in -lc... no configure: error: Unable to find required gettext library I'm working with RedHat Linux 8.0 apacheVersion='1.3.27' phpVersion='4.2.3' gdVersion='2.0.4'; ../configure --with-mysql=/usr/ --with-pgsql --with-apache=../../Apache/apache_1.3.27--enable-track-vars --with-fdftk --enable-calendar --with-swf=/usr/local/dist --with-mcrypt --with-zlib-dir=/usr/include --with-pdflib --with-jpeg-dir --with-tiff-dir --with-t1lib --with-png-dir --enable-trans-sid --with-gd --enable-exif --with-gettext I have already tried: --with-gettext=/usr/local, --with-gettext=/usr/share/gettext, Does anybody have any clue ? Without the option --with-gettext everything works fine. Thanks all! -- Jorge Alberto Reteguín Pimentel -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php