Hi,
I have a big problem. I need to install php with gd. On my server it works fine (SuSE 7.2). On the other one (SuSE 7.0) there are many problems with several application versions.
My configure is like this:
./configure \
--with-ldap=/usr/local/SDK50 \
--with-nsapi=/usr/iplanet/servers \
--with-jpeg-dir=/usr/lib \
--with-gd=/usr/include/gd \
--with-mysql=yes \
--enable-track-vars \
--with-extra-libs=pthread \
--disable-posix-threads \
--with-mcrypt
On Server SuSE 7.0:
in configure says:
...
checking whether to include GD support... yes
...
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... (cached) yes
...
checking for gdImageCreateFromJpeg in -lgd... (cached) no // -> I think that the probeln.
- when configure starts, there is a warnig, belonging bison, it want's a nwewe one...
Does anybody knows how to solve the problem?
Thanks,
Tanja