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  './configure' '--with-mysql'
'--with-apache=../apache_1.3.24' '--with-gd'
'--with-jpeg-dir=/php-4.3.0/ext/gd/libgd' '--with-zlib'
GD Support  enabled
GD Version  bundled (2.0 compatible)
GIF Read Support  enabled
JPG Support  enabled
PNG Support  enabled
WBMP Support  enabled


Any idea why?


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-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 php info after my re-compilation :

 Configure Command  './configure' '--with-mysql'
 '--with-apache=../apache_1.3.24' '--with-gd'
 '--with-jpeg-dir=/php-4.3.0/ext/gd/libgd' '--with-zlib'
 GD Support  enabled
 GD Version  bundled (2.0 compatible)
 GIF Read Support  enabled
 JPG Support  enabled
 PNG Support  enabled
 WBMP Support  enabled


 Any idea why?

You need GIF write support in the GD library, which isn't officially supported 
anymore. Google for non-official GD library with GIF support.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Civilization is fun!  Anyway, it keeps me busy!!
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] image creation error

2003-02-14 Thread Michael P. Carel
i've already installed gd but still recieving
Fatal error: Call to undefined function:
 imagecreatefromjpeg() .

- Original Message -
From: Michael P. Carel [EMAIL PROTECTED]
To: Kevin Waterson [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, February 14, 2003 3:45 PM
Subject: Re: [PHP] 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)
 make: Nothing to be done 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, 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
 
  --
   __
  (_ \
   _) )           
  |  /  / _  ) / _  | / ___) / _  )
  | |  ( (/ / ( ( | |( (___ ( (/ /
  |_|   \) \_||_| \) \)
  Kevin Waterson
  Port Macquarie, Australia
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Be *excellent* to each other.
-- Bill, or Ted, in Bill and Ted's Excellent Adventure
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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

-- 
 __  
(_ \ 
 _) )            
|  /  / _  ) / _  | / ___) / _  )
| |  ( (/ / ( ( | |( (___ ( (/ / 
|_|   \) \_||_| \) \)
Kevin Waterson
Port Macquarie, Australia

-- 
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 Michael P. Carel
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)
make: Nothing to be done 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, 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

 --
  __
 (_ \
  _) )           
 |  /  / _  ) / _  | / ___) / _  )
 | |  ( (/ / ( ( | |( (___ ( (/ /
 |_|   \) \_||_| \) \)
 Kevin Waterson
 Port Macquarie, Australia

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php