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
JPEG support - configure cant find jpeg_read_header in -ljpe
Re: JPEG support - configure cant find jpeg_read_header in -ljpe
Did you ever get this resolved?
I'm experiencing the same error.
Any help at all would be greatly appreciated.
Robert
I'm experiencing the same error.
Any help at all would be greatly appreciated.
Robert
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: JPEG support - configure cant find jpeg_read_header in -ljpe
Problem is still in progress on the mail-list.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: JPEG support - configure cant find jpeg_read_header in -ljpe
hi, i never got it fixed, i just ended up using GD & PHP for my project and it's worked well.
Would still be interested in a fix for future use.
Kevin
Would still be interested in a fix for future use.
Kevin
Re: JPEG support - configure cant find jpeg_read_header in -ljpe
It was suggested that I place all the *.so.* and *.a files into /usr/lib, but this didn't work.
Though I don't have any *.a files in my distribution - jpegsrc.v6b.tar.gz.
Robert
Though I don't have any *.a files in my distribution - jpegsrc.v6b.tar.gz.
Robert
Re: JPEG support - configure cant find jpeg_read_header in -ljpe
Has anyone figured this out? I'd really like to use IM with this format, but am stumped trying to get this (Delegate?) added.