Hi,
Apache 1.3.23 (Unix)
PHP 4.1.2
GD 1.8.4
After, install GD and recompile PHP I've the following errors:
host1:~#/usr/local/apache/bin/apachectl configtest
/usr/local/apache/bin/httpd: can't resolve symbol 'gdImagePngCtx'
/usr/local/apache/bin/httpd: can't resolve symbol 'gdImageCreateFromWBMP'
/usr/local/apache/bin/httpd: can't resolve symbol 'gdImageCreateFromGd2PartCtx'
/usr/local/apache/bin/httpd: can't resolve symbol 'gdImageGd2'
(...)
Abort trap - core dumped
My configure command line is:
./configure --with-gd=/usr/local --enable-gd-native-ttf
--with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib
--with-xpm-dir=/usr/X11R6/lib
--without-mysql
--with-apxs=/usr/local/apache/bin/apxs --with-zlib-dir=/usr/local/lib
Any tips, what is wrong?