Ashish Mishra wrote: > I tried installing php-4.3.1. Configuration went fine but make > gives some error. First two lines of error are: > > /root/snortfiles/php-4.3.1/ext/gd/libgd/gd_jpeg.c:34:21: jpeglib.h: No > such file or directory
The GD library needs the jpeg library. Either install the jpeg library (dev package) or disable building of the GD library (if you don't need it). Use --disable-gd or --without-gd to do so. See <http://www.php.net/manual/en/ref.image.php> for more info. Regards... Michael