Search found 2 matches

by Frutik
Sat Apr 29, 2006 7:27 am
Forum: ZoneMinder Previous Versions
Topic: FC5
Replies: 13
Views: 7521

zoneminder wrote:You need to determine where the libjpeg.a file actually is? If you do a 'locate libjpeg.a' it should tell you.

Code: Select all

[root@cherry ~]# find / -name libjpeg.a
/usr/lib/libjpeg.a
by Frutik
Tue Apr 11, 2006 1:17 pm
Forum: ZoneMinder Previous Versions
Topic: FC5
Replies: 13
Views: 7521

Hi all! I have troubles on fedora core 4 when configuring zm with such params: CC=gcc32 CXX=gcc32 ./configure --with-webdir=/var/www/html/zm --with-mysql=/usr --with-cgidir=/var/www/cgi-bin/zm checking for jpeg_start_compress in -ljpeg... no configure: error: zm requires libjpeg.a [root@cherry ...