[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] php gd problem
Hi David
We don't use GD ourselves so will offer more generic PHP help.
It looks like you're compiling PHP from source not installing from RPM (rpm
-qa|grep gd doesn't show php-gd rpm installed), which is fine.
You need to have the gd-devel package [1] installed also, this has the headers
that PHP will need to compile against.
Install that, then in the PHP source directory do a
make clean
make
Scroll back through the make output and see if there's errors when making the
GD bits. If so, please paste the errors in an email to me. If it went OK,
then:
make install
/etc/init.d/httpd stop
/etc/init.d/httpd start
Gary
[1]
http://mirror.poundhost.com/fedora/3/i386/os/Fedora/RPMS/gd-devel-2.0.28-1.i386.rpm
--
Gary Stimson
Zedcore Systems
UK t/f: 0114 238 1828
USA/Canada toll-free t/f: 1-877-ZEDCORE
Global t/f: +44 114 238 1828
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.