Discussion:
error: JPEG 6b library missing - Go to http://www.ijg.org/
(too old to reply)
polymedes
2007-12-25 14:18:47 UTC
Permalink
I'm trying to compile the mjpegtools-1.9.0rc3 but unfortunately I get
the error "JPEG 6b library missing - Go to http://www.ijg.org/" when
I ./configure

The JPEG 6b library is installed, it is in /opt/local/lib and the
header files are in /opt/local/include

I tried to "./configure --libdir=/opt/local/lib" and/or "--
includedir=/opt/local/include" with no results

can somebody help me install mjpegtools on my mac?

my mac runs tiger 10.4.11
elsifaka
2007-12-30 06:54:57 UTC
Permalink
Hello,

I had the same problem, and I re-installed the jpeg 6b following these
instructions :
(from http://snippets.dzone.com/posts/show/38)
Get http://www.ijg.org/files/jpegsrc.v6b.tar.gz, and then:

tar zxvf jpegsrc.v6b.tar.gz
cd jpeg-6b
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure --enable-shared --enable-static
make
sudo make install
sudo ranlib /usr/local/lib/libjpeg.a

and then I retried ./configure in mjpegtools after copying 'config.sub
and config.guess'

and It worked well. I also run tiger 10.4.11

Loading...