Hi
I get the following error when I try and start the httpd server after installing php4.1 with gd2. I am using exactly the same configuration I had for php4.06.
undefined symbol: gdImageColorClosestAlpha
The configuration I used was:
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-expat-dir=/usr/local \
--enable-xslt \
--with-xslt-sablot \
--with-config-filepath=/path/to \
--enable-openssl=/usr/local/ssl \
--enable-sockets \
--enable-trans-sid \
--with-pspell \
--with-zlib \
--with-gd=/usr/local/gd-2.0.1 \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \
--enable-gd-imgstrttf \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-xpm-dir=/usr/X11R6
This configuration and installation of GD used to work fine with the older version of php. Does anyone have any ideas about how to fix this?
Many thanks,
Hans.