Hi, I've been trying to install PHP 4 with GD support for two days now. It doesnt work. I installed libjpeg libpng zlib and GD 2.01. They all compiled without errors. Then I tried to configure php with this:
./configure --with-gd=../gd-2.0.1 --with-apxs=/usr/local/apache/bin/apxs --w ith-zlib-dir=../zlib-1.1.4/,/usr/local/lib --with-png-dir=/usr/lib --with-jp eg-dir=../jpeg-6b/,/usr/lib At first it didn't work, but after commenting out line 92 from ext/gd/gd.c it did compile. So I started apache, again without errors. But this is wat phpinfo() show about gd: GD Support enable GD Version 1.2 Before I began I didn't have GD installed. Why does it say version 1.2, and why doesn't it mantion libjpeg en libpng support? Greetings Tiemo -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php