|
Posted by cthulhu on 07/23/06 16:39
On Sat, 22 Jul 2006 17:00:11 -0400, Ken Loomis wrote:
> Hello:
>
> I don't seem to have gd or gd2 enabled on my Fedora Core 5
> installation of PHP5. I yummed gd2 and put extension=gd2.co in my
> php.ini file but that didn't work. Can anyone help? I don't see
> anything more aboout this here on on the web.
not sure about yum, but usually, you have to tell the configurator that
you will be using gd. example for a lamp server (old):
# ./configure --with-mysql \
--with-xml \
--enable-track-vars \
--with-apache=../apache_1.3.27 \
--with-gd \
--with-jpeg-dir=/usr/lib \
--with-zlib-dir=/usr/local/lib \
--with-png-dir=/usr/local/lib
from: http://tanksoftware.com/tutes/installingphp.html
your versions most likely differ, and you may not want those options, but
there are loads of configuration examples for this, prolly search:
lamp
linux apache mysql php gd
linux php gd
Navigation:
[Reply to this message]
|