Page 1 of 1

zoneminder couldn't catch the remote camera... need help...

Posted: Tue May 16, 2006 2:55 am
by roc212
I am new to Zoneminder. My zoneminder could work normally in the local mode, but couldn't work in the remote mode.

There is the /var/log/messages digests about "err":

May 16 10:22:01 localhost zmc_m1[2879]: WAR [Unable to use netcam regexps as not compiled with libpcre]
May 16 10:22:01 localhost zmc_m1[2879]: ERR [Invalid response status 210359044: Not Found]

May 16 10:22:09 localhost zmc_m1[2879]: WAR [Unable to use netcam regexps as not compiled with libpcre]
May 16 10:22:10 localhost zmc_m1[2879]: ERR [Invalid response status 210359044: Not Found]

May 16 10:22:21 localhost zmc_dwebcam[2936]: ERR [Failed to open video device /root/webcam: Permission denied]
May 16 10:22:21 localhost zmdc[2855]: ERR ['zmc -d /root/webcam' crashed, exit status 255]
May 16 10:22:21 localhost zmwatch[2907]: ERR [Can't get shared memory id '7a6d2002', 2: No such file or directory]
May 16 10:22:21 localhost zmwatch[2907]: INF [Restarting capture daemon for local-test, shared memory not valid]

May 16 10:22:32 localhost zmc_dwebcam[2947]: ERR [Failed to open video device /root/webcam: Permission denied]
May 16 10:22:32 localhost zmdc[2855]: ERR ['zmc -d /root/webcam' crashed, exit status 255]
May 16 10:22:32 localhost zmc_m1[2879]: WAR [Unable to use netcam regexps as not compiled with libpcre]
May 16 10:22:33 localhost zmc_m1[2879]: ERR [Invalid response status 210359044: Not Found]

Thank you very much! :)

Posted: Tue May 16, 2006 2:39 pm
by mg
May 16 10:22:01 localhost zmc_m1[2879]: WAR [Unable to use netcam regexps as not compiled with libpcre]
What distro do you have? libpcre is missing...

yum install pcre
yum install pcre-devel

Should be done before running ./configure

Posted: Wed May 17, 2006 1:42 am
by roc212
mg wrote:
May 16 10:22:01 localhost zmc_m1[2879]: WAR [Unable to use netcam regexps as not compiled with libpcre]
What distro do you have? libpcre is missing...

yum install pcre
yum install pcre-devel

Should be done before running ./configure
Thank you! :P
distro: FC4
Is libpcre neccessary for ZoneMinder?
And are all of errors caused by libpcre?
ps: the local mode can work fine.

Posted: Wed May 17, 2006 9:49 pm
by zoneminder
No. If you do not use regecps for the netcams then you do not need libpcre.a, though sometimes this doesn't always work with some cams.