[PHP] PHP-4.3.1 with bundled GD does not support jpeg?

2003-06-27 Thread Reuben D. Budiardja

Hello,

I compiled and installed from source php-4.3.1 with the bundled GD. I enabled 
it during configure using --with-gd, and double check that using phpinfo. The 
bundled GD says it's 2.0. But when I tried using
imagejpeg()
i got:
Fatal error: Call to undefined function: imagejpeg() in /usr/local/ap..

what's up with that? Any help will be greatly appreciated. 

Thanks.
RDB

-- 
-
/\  ASCII Ribbon Campaign against HTML
\ /  email and proprietary format
 X   attachments.
/ \
-
Have you been used by Microsoft today?
Choose your life. Choose freedom.
Choose LINUX.
-


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



Re: [PHP] PHP-4.3.1 with bundled GD does not support jpeg?

2003-06-27 Thread Jason Wong
On Friday 27 June 2003 23:48, Reuben D. Budiardja wrote:

 I compiled and installed from source php-4.3.1 with the bundled GD. I
 enabled it during configure using --with-gd, and double check that using
 phpinfo. The bundled GD says it's 2.0. But when I tried using
 imagejpeg()
 i got:
 Fatal error: Call to undefined function: imagejpeg() in /usr/local/ap..

 what's up with that? Any help will be greatly appreciated.

manual  Image functions

tells you exactly what you have to configure to get the functions you need.

-- 
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
--
/*
Reality is nothing but a collective hunch.
-- Lily Tomlin
*/


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