Click to See Complete Forum and Search --> : GD Library and Solaris 8


Anon
04-19-2002, 12:08 PM
I'm trying to (re)configure PHP 4.1.2 with GD support.

I configure with this:

configure --with-apxs=/usr/apache/bin/apxs \
--with-zlib=/usr \
--with-openssl=/usr/local/ssl \
--with-mysql=/usr/local/mysql \
--with-gd=/usr/lib \
--with-freetype-dir=/usr/lib \
--enable-gd-native-ttf \
--enable-gd-imgstrttf \
--with-jpeg-dir=/usr \
--with-png-dir=/usr

I get this error:

configure: error: Unable to find libgd.(a|so) anywhere under /usr/lib

Buuuuuut, the library is there...

-rw-r--r-- 1 root other 583890 Apr 18 17:17 /usr/lib/libgd.a

What's going on?

Thanks for you help,
Chris