Page 1 of 1

Zoneminder & AMD64 systems

Posted: Thu Aug 26, 2010 8:06 pm
by bridgebr
After a lot of time wasted, I think I found a solution. (AMD64) :idea:
Edit the file /usr/bin/zmdc.pl (#sudo gedit /usr/bin/zmdc.pl)
insert the following line: 8)

$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';


this line should be inserted just before the "my @daemons = (" line

just restart zoneminder and it magically works ! :shock:

Re: Zoneminder & AMD64 systems

Posted: Thu Dec 23, 2010 12:31 pm
by DaveQB
bridgebr wrote:After a lot of time wasted, I think I found a solution. (AMD64) :idea:
Edit the file /usr/bin/zmdc.pl (#sudo gedit /usr/bin/zmdc.pl)
insert the following line: 8)

$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';


this line should be inserted just before the "my @daemons = (" line

just restart zoneminder and it magically works ! :shock:
What problem is this solving??