Page 1 of 1
Suse 9.1 and libjpeg.a
Posted: Sun Jul 18, 2004 5:36 pm
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.
Posted: Sun Jul 18, 2004 10:52 pm
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
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
Posted: Mon Jul 26, 2004 4:17 am
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.
Posted: Thu Jul 29, 2004 11:59 am
by Carbide_tipped
I wish I remember the rpm, but you just need to install a development rpm that comes with Suse.