JPEG support - configure cant find jpeg_read_header in -ljpe

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
kevinlowe

JPEG support - configure cant find jpeg_read_header in -ljpe

Post by kevinlowe »

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
LangeNet

Re: JPEG support - configure cant find jpeg_read_header in -ljpe

Post by LangeNet »

Did you ever get this resolved?

I'm experiencing the same error.

Any help at all would be greatly appreciated.

Robert
User avatar
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

Post by anthony »

Problem is still in progress on the mail-list.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
kevinlowe

Re: JPEG support - configure cant find jpeg_read_header in -ljpe

Post by kevinlowe »

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
LangeNet

Re: JPEG support - configure cant find jpeg_read_header in -ljpe

Post by LangeNet »

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
LangeNet

Re: JPEG support - configure cant find jpeg_read_header in -ljpe

Post by LangeNet »

Has anyone figured this out? I'd really like to use IM with this format, but am stumped trying to get this (Delegate?) added.
Post Reply