Re: [PHP] image creation error

2003-02-17 Thread Michael P. Carel
i've already compiled my PHP4 with imagejpeg support but now im loosing my imagegif function. Image jpeg function is now working but for the gif im receiving this error: Fatal error: Call to undefined function: imagegif() Here's my php info after my re-compilation : Configure Command

Re: [PHP] image creation error

2003-02-17 Thread Jason Wong
On Tuesday 18 February 2003 10:51, Michael P. Carel wrote: i've already compiled my PHP4 with imagejpeg support but now im loosing my imagegif function. Image jpeg function is now working but for the gif im receiving this error: Fatal error: Call to undefined function: imagegif() Here's my

Re: [PHP] image creation error

2003-02-14 Thread Michael P. Carel
] image creation error i've recompile my php4.3 in redhat with ./configure --with-mysql --with-apache=../apache_1.3.x --with-gd --with-zlib and i receive this error upon make make: *** Warning: File `libphp4.la' has modification time in the future (2003-0 2-14 16:04:12 2003-02-14 15:47:10

Re: [PHP] image creation error

2003-02-14 Thread Jason Wong
On Friday 14 February 2003 16:15, Michael P. Carel wrote: i've already installed gd but still recieving Fatal error: Call to undefined function: imagecreatefromjpeg() . You need to configure --with-jpeg-dir. -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software

[PHP] image creation error

2003-02-13 Thread Michael P. Carel
Hi to all, Im receiving a Fatal error: Call to undefined function: imagecreatefromjpeg() . Do i need to recompile PHP? mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] image creation error

2003-02-13 Thread Kevin Waterson
This one time, at band camp, Michael P. Carel [EMAIL PROTECTED] wrote: Hi to all, Im receiving a Fatal error: Call to undefined function: imagecreatefromjpeg() . You need to install gd in your config line add --with-gd Kevin -- __ (_ \

Re: [PHP] image creation error

2003-02-13 Thread Michael P. Carel
for `all'. make: *** Warning: Clock skew detected. Your build may be incomplete. What should be the problem? - Original Message - From: Kevin Waterson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 14, 2003 3:07 PM Subject: Re: [PHP] image creation error This one time