Hi Everyone, I am building a script for a client and my imagecreatefromjpeg() is throwing a fatal exception, and dying. It seems as my server with CentOS 4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() and I can not find any reference to GD..............Any help on this would be well appricated -- Best Regards, Jon McCauley
On Tue, 2005-06-21 at 19:55 -0400, Jon McCauley wrote:> Hi Everyone, > > I am building a script for a client and my imagecreatefromjpeg() is > throwing a fatal exception, and dying. It seems as my server with CentOS > 4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() > and I can not find any reference to GD..............Any help on this > would be well appricatedInstall the php-gd package. -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://centos.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20050621/17a61396/attachment-0003.sig>
Ignacio Vazquez-Abrams wrote:>On Tue, 2005-06-21 at 19:55 -0400, Jon McCauley wrote: > > >>Hi Everyone, >> >>I am building a script for a client and my imagecreatefromjpeg() is >>throwing a fatal exception, and dying. It seems as my server with CentOS >>4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo() >>and I can not find any reference to GD..............Any help on this >>would be well appricated >> >> > >Install the php-gd package. > >much appricated ;) Best Regards, Jon McCauley