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.
Suse 9.1 and libjpeg.a
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:
I hope it helps
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
Code: Select all
./configure --enable-static --enable-shared --prefix=/usr &&
make &&
make install
- Carbide_tipped
- Posts: 16
- Joined: Mon Jul 19, 2004 2:00 pm
- Location: Minnesota, USA