Hi folks,
Yet another install config problem. I'm running PHP4.0.6 on a Raq4i. Apache 1.3.20. Linux 2.2.
Here's the deal, when I incorporate --with-gd=/some/directory into the ./configure, I get this error:
configure: error: Unable to find libgd.(a|so) anywhere under /usr/lib/libttf.so
libgd.a and libgd.so are in the /usr/lib riectory. I have Gdlib1.3.5 installed from RPM, and with these problems attempted to also install GDlib1.8.5. I get the same results with them all.
Here's the full ./configure:
./configure --prefix=/usr --with-mysql --with-apxs=/usr/sbin/apxs --with-gd=/usr/bin --with-freetype-dir=/usr/local/include/freetype2/freetype --with-gettext=/usr --enable-safe-mode --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib --enable-magic-quotes --with-regex=system --with-ttf=/usr/lib/libttf.so --enable-track-vars --enable-xml --disable-debug --with-db --with-interbase=shared --with-pgsql=shared --with-ldap --with-imap --with-curl=/usr/local/lib –-with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/include
When phpinfo is called, there is no GD support.
Any help whatsoever would be greatly appreicated.
Regards