On Friday 31 January 2003 23:22, Robert Mena wrote:
> Hello again,
>
> another problem with 4.3.0. I have gd support but
> after the upgrade my scripts started complaing :
>
> Fatal error: Call to undefined function:
> imagecreatefromjpeg()
>
> My ./configure (the same used for ages).
>
> './configure' '--with-apxs' '--with-ttf' '--with-xml'
> '--with-gd' '--with-ftp' '--enable-session'
> '--enable-trans-sid' '--with-zlib'
> '--enable-inline-optimization' '--with-mcrypt'
> '--enable-sigchild' '--with-config-file-path=/etc' '--with-freetype'

You probably need to add "--with-jpeg-dir" as well (and make sure you really 
do have libjpeg installed).

-- 
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
------------------------------------------
/*
To love is good, love being difficult.
*/


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

Reply via email to