At 29.04.2002  20:02, you wrote:
>=========================================
>PLEASE CC ALL AWNSERS TO [EMAIL PROTECTED]
>=========================================

>hi, im having a few problems installing GD, ill start from the top:
>I need Jpeg support in my PHP installation, and unfortunatly, GD (the 
>verison i have) does not support them, so i figure, ill install it, 
>installing the libary jpeg-6b works easily
>however, i attempt to compile from there GD, but the following error is 
>produced:
>[root gd-1.8.4]# make
>gcc -I. -I/usr/include/freetype2 -I/usr/include/X11 
>-I/usr/X11R6/include/X11 -I/usr/local/include     -c -o gd_gd2.o gd_gd2.c
>In file included from /usr/include/errno.h:36,
>               from gd_gd2.c:14:
>/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
>make: *** [gd_gd2.o] Error 1
>I also tried recompiling PHP and got a similar error, which is very 
>worrying, i think i might be missing some files
>Basically, waht i would really like, is a way to modify my CURRENT php 
>config or my CURRENT gd config to take advantage of my shiny new jpeg 
>libary, is there any method u can recommend to accomplish this?
>
>Thanks
>Peter
>=========================================
>PLEASE CC ALL AWNSERS TO [EMAIL PROTECTED]
>==========================================
Check out the config file for gd, the path to the jpeg-6b must be included.
There´s some problem of the order of the files, but there are more info in 
the config file.
Also the path where the jpg libs are installed, is sometimes different, so 
you have to check
them too.
HTH Oliver


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

Reply via email to