Page 1 of 1
FC5
Posted: Wed Mar 22, 2006 11:54 am
by africanw
Anyone tried ZM on Fedora Core 5 yet?
Btw when will 1.22.1 be out?
Posted: Wed Mar 22, 2006 1:09 pm
by jameswilson
I beleive that Cordel is working on fc5 rpm's. But i think it will be a couple of months before the rpm's are ready.
1.22.1 shouldnt be long but Phil has had a run on releases latly from 1.21.3 so i cant see him being able to keep up with the previous releases as the things being added now are quite large and takes him a bigger chunk of his zm time.
Posted: Thu Mar 23, 2006 4:39 pm
by zoneminder
Oddly enough I had 1.22.1 95% finished within 2 weeks of 1.22.0. It's just finding time for that last 5% after my house move that is proving so elusive!
Posted: Fri Mar 24, 2006 12:17 pm
by africanw
Am I right in thinking that the pan/tilt stuff in ZM is broken in the current 1.22 release and will only work again in 1.22.1?
Will give FC5 and ZM ago this weekend.
Posted: Mon Mar 27, 2006 3:45 pm
by africanw
ZM works just fine on FC5.
Installed from source with hardly any problems.
Posted: Mon Mar 27, 2006 10:12 pm
by zoneminder
africanw wrote:Am I right in thinking that the pan/tilt stuff in ZM is broken in the current 1.22 release and will only work again in 1.22.1?
Not as far as I know? There is an issue with editing control capabilities but that is all I think and there is a patch available if you need that fixing.
FC5
Posted: Sun Apr 09, 2006 2:35 am
by bigmonk
Trying to install 1.22 on FC5 but I get an openssl/MD5.h error with the compiler. Anyone seen a way to get around this?
Re: FC5
Posted: Mon Apr 10, 2006 9:36 am
by bobwis
bigmonk wrote:Trying to install 1.22 on FC5 but I get an openssl/MD5.h error with the compiler. Anyone seen a way to get around this?
Just to confirm I have the same problem with 1.22 on FC5. I tried installing openssl-devel but this made no improvement.
I also tried 1.21 on FC5 and that installed fine.
Did anyone find a fix?
Thanks
Posted: Mon Apr 10, 2006 5:05 pm
by zoneminder
There is a fix but it is 1.22.1 which I have finished and is just awaiting wrapup. In the meantime you _might_ get configure to work by including <stdlib.h> in md5.h itself as it fails because it can't find size_t. If this does work then take it out after running configure because it appears to be an autoconf problem only.
Posted: Tue Apr 11, 2006 1:17 pm
by Frutik
Hi all!
I have troubles on fedora core 4 when configuring zm with such params:
Code: Select all
CC=gcc32 CXX=gcc32 ./configure --with-webdir=/var/www/html/zm --with-mysql=/usr --with-cgidir=/var/www/cgi-bin/zm
Code: Select all
checking for jpeg_start_compress in -ljpeg... no
configure: error: zm requires libjpeg.a
[root@cherry ZoneMinder-1.22.0]# rpm -qa | grep libjpeg
libjpeg-6b-34
libjpeg-devel-6b-34
any ideas?
Posted: Mon Apr 17, 2006 8:20 pm
by zoneminder
You need to determine where the libjpeg.a file actually is? If you do a 'locate libjpeg.a' it should tell you.
Re: FC5
Posted: Wed Apr 19, 2006 3:47 pm
by africanw
bobwis wrote:bigmonk wrote:Trying to install 1.22 on FC5 but I get an openssl/MD5.h error with the compiler. Anyone seen a way to get around this?
Just to confirm I have the same problem with 1.22 on FC5. I tried installing openssl-devel but this made no improvement.
I also tried 1.21 on FC5 and that installed fine.
Did anyone find a fix?
Thanks
Had that error on FC5. Someone posted a fix in the forums.
Download version 1.21 and open up the configure script. Copy the md5 section from the 1.21 configure script and overriden the section in your 1.22 configure script.
SEE -
http://www.zoneminder.com/forums/viewto ... highlight=
Job done. Works well on FC5.
Posted: Sat Apr 29, 2006 7:27 am
by Frutik
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
Posted: Sun Apr 30, 2006 9:47 pm
by zoneminder
Check in config.log and post the section where it tests for libjpeg. Hopefully that will contain something useful.