Search found 3 matches

by drookie
Thu Jun 23, 2011 12:10 pm
Forum: ZoneMinder 1.24.x
Topic: 1.2.24/FreeBSD
Replies: 7
Views: 2878

Re: 1.2.24/FreeBSD

zoneminder wrote:Thanks. Can you tell me if the lines you changed were

Code: Select all

our $arch = int(3.2*length(~0));
our $native = $arch/8;
before or did they have other hard coded values in?
They were exactly same as here.
by drookie
Wed Jun 22, 2011 9:58 am
Forum: ZoneMinder 1.24.x
Topic: 1.2.24/FreeBSD
Replies: 7
Views: 2878

Re: 1.2.24/FreeBSD

I'm using zm on i386. I've already found the solution to the memory problem - it is to edit the /usr/local/lib/perl5/site_perl/5.8.9/ZoneMinder/Memory.pm file, and change $arch to 32, and $native to 4. But this may be the freebsd local problem, I hope the maintainer will fix it in later port ...
by drookie
Wed Jun 22, 2011 5:17 am
Forum: ZoneMinder 1.24.x
Topic: 1.2.24/FreeBSD
Replies: 7
Views: 2878

1.2.24/FreeBSD

Hi. I'm trying to use ZM on FreeBSD 8.2-RELEASE. I'm aware that most ppl use it on Linux, but since its in FreeBSD ports and especially since it's written on perl I decided to give it a try. However, I encountered some problems. If they cannot be solved, I will switch to Linux, but at least I should ...