Suse 9.1 and libjpeg.a

Support and queries relating to all previous versions of ZoneMinder
Locked
reteri
Posts: 1
Joined: Sun Jul 18, 2004 4:12 pm

Suse 9.1 and libjpeg.a

Post by reteri »

I can not find the libjpeg.a for Suse 9.1 anywhere. Can anyone tell me where to find or if it other ways of solving the problem.

I am trying to configure Zoneminder on a PC running Suse 9.1, but it stops since it can not find it.

Thanks.
User avatar
davide
Posts: 78
Joined: Mon Mar 22, 2004 1:04 am
Location: Italy

Post by davide »

Why don't you simply compile it?
I don't know suse but it should work..
download ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
untar it

Code: Select all

tar xvzf jpegsrc.v6b.tar.gz
then go in the new created directory and do as root:

Code: Select all

./configure --enable-static --enable-shared --prefix=/usr &&
make &&
make install
I hope it helps
ajpalm
Posts: 60
Joined: Thu Aug 28, 2003 1:02 pm

Post by ajpalm »

I came here looking for a fix to this as well. Its quite strange, cause it should be installed and found?

Looks like I'm going to have to compile it myself as well.
User avatar
Carbide_tipped
Posts: 16
Joined: Mon Jul 19, 2004 2:00 pm
Location: Minnesota, USA

Post by Carbide_tipped »

I wish I remember the rpm, but you just need to install a development rpm that comes with Suse.
I'm in control till it's out of control
Locked