Page 1 of 1

JPEG support - configure cant find jpeg_read_header in -ljpe

Posted: 2007-10-02T09:43:15-07:00
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

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

Posted: 2007-11-22T11:46:06-07:00
by LangeNet
Did you ever get this resolved?

I'm experiencing the same error.

Any help at all would be greatly appreciated.

Robert

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

Posted: 2007-11-22T17:14:12-07:00
by anthony
Problem is still in progress on the mail-list.

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

Posted: 2007-11-23T03:53:24-07:00
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

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

Posted: 2007-11-23T08:16:26-07:00
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

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

Posted: 2008-02-11T12:19:42-07:00
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.