Evening all...
I'm attempting to install GD, and as such have had to install various other bits and bobs, including zlib 1.1.3. Using the following config options :
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-jpeg-dir=/usr/lib \
--with-xpm-dir=/usr/X11R6/lib \
--with-zlib=/usr/lib \
--with-ttf \
--with-gd=shared
I get the following error :
checking whether to include zlib support... yes
checking for gzgets in -lz... no
configure: error: Zlib module requires zlib >= 1.0.9.
Now, I've just installed 1.1.3, which (as long as my maths is up to scratch), is definately later than 1.0.9.
Anyone have any solutions?
Tim.