[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Compiling PHP with GD
- Subject: [cobalt-users] Compiling PHP with GD
- From: "Mike Fritsch" <mfritsch@xxxxxxxxxxxx>
- Date: Wed Jan 17 16:53:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
We have installed GD 1.3 on one of our servers. We are trying to compile PHP
with GD so we issue the following commands-
./configure \
> --enable-versioning \
> --with-mysql \
> --enable-track-vars \
> --with-gd=/usr/lib
although we get an error everytime we try this-
checking whether to include GD support... configure: error: Unable to find
libgd.(a|so) anywhere under /usr/lib
I'm assuming it can't find libgd.a , because we are able to locate libgd.so
. Has anyone successfully compiled PHP with GD?
Thanks
Mike