JPEG support - configure cant find jpeg_read_header in -ljpe
Posted: 2007-10-02T09:43:15-07:00
Hi, I'm trying to install IM 6.3.5 on Unix - FreeBSD 4.8
Have jpeg-6b installed and libjpeg-devel-6b-12. jpeg-6b was there already and works fine with the GD libarary bundled with PHP.
After reading here I installed libjpeg-devel-6b-12 which has these files which I moved to the correct dirs:
usr/include/
usr/include/jconfig.h
usr/include/jerror.h
usr/include/jmorecfg.h
usr/include/jpeglib.h
usr/lib/
usr/lib/libjpeg.a
usr/lib/libjpeg.dll.a
usr/lib/libjpeg.la
configure output is:
-------------------------------------------------------------
Checking for JPEG support
-------------------------------------------------------------
checking jconfig.h usability... yes
checking jconfig.h presence... yes
checking for jconfig.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking jmorecfg.h usability... yes
checking jmorecfg.h presence... yes
checking for jmorecfg.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... no
checking for JPEG library is version 6b or later... yes
checking if JPEG package is complete... no -- some components failed test
I'm a newbie to IM so can anyone help please?
Kevin
Have jpeg-6b installed and libjpeg-devel-6b-12. jpeg-6b was there already and works fine with the GD libarary bundled with PHP.
After reading here I installed libjpeg-devel-6b-12 which has these files which I moved to the correct dirs:
usr/include/
usr/include/jconfig.h
usr/include/jerror.h
usr/include/jmorecfg.h
usr/include/jpeglib.h
usr/lib/
usr/lib/libjpeg.a
usr/lib/libjpeg.dll.a
usr/lib/libjpeg.la
configure output is:
-------------------------------------------------------------
Checking for JPEG support
-------------------------------------------------------------
checking jconfig.h usability... yes
checking jconfig.h presence... yes
checking for jconfig.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking jmorecfg.h usability... yes
checking jmorecfg.h presence... yes
checking for jmorecfg.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... no
checking for JPEG library is version 6b or later... yes
checking if JPEG package is complete... no -- some components failed test
I'm a newbie to IM so can anyone help please?
Kevin