Re: [GD-DEVEL] error: jpeglib.h: No such file or directory
[email protected] ("thomas Armstrong")
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Yep, you're right Lars. I forgot to install Developing Tools on my FC7 during installing process :( Do you know the complete collection of tools to install? gcc, gcc-c++, libjpeg-devel, ... Thank you very much. On 7/19/07, Lars Hecking <[email protected]> wrote: > > > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/freetype2 > > -I/usr/local/inc lude -g -O2 -MT gd_jpeg.lo -MD -MP -MF > > .deps/gd_jpeg.Tpo -c gd_jpeg.c -fPIC -DP IC -o .libs/gd_jpeg.o > > gd_jpeg.c:47:21: error: jpeglib.h: No such file or directory > > I haven't use Fedora, but I assume it's pretty similar to RHEL. > > You need to have the libjpeg-devel package installed, in addition to > the libjpeg rpm. > > -- > GD Devel Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >