On Fri, 19 Jan 2001, HAMEL Nicolas wrote:

>Hi !
>
>i'm trying to get the function ImageCreateFromJPEG() work, but i cant :P
>I have tryed --with-jpeg-dir but i'm always getting :
>
>checking for libjpeg (needed by gd-1.8+)... yes
>checking for jpeg_read_header in -ljpeg... (cached) yes
>checking for gdImageCreateFromJpeg in -lgd... (cached) no
>checking for libXpm (needed by gd-1.8+)... no
>
>I have compiled gd-1.8.3 and i have done the modification in the Makefile.
>I'm currently trying to make it work on a Mandrake 7.1

Try this:
# rm config.cache ; ./configure (plus the options) ; make clean ; make

If this doesn't work, check the config.log as there might be something
else wrong.

--Jani


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to