Zoneminder & AMD64 systems

Add any particular hints or tricks you have found to help with your ZoneMinder experience.
Post Reply
bridgebr
Posts: 7
Joined: Thu Jul 08, 2010 2:35 am

Zoneminder & AMD64 systems

Post 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:
DaveQB
Posts: 59
Joined: Tue Sep 07, 2010 4:30 am
Location: Sydney, NSW

Re: Zoneminder & AMD64 systems

Post 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??
Post Reply