[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Compiling PHP with GD



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