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

Support and queries relating to all previous versions of ZoneMinder
Locked
roc212
Posts: 2
Joined: Wed Apr 26, 2006 2:00 pm
Location: china

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

Post 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! :)
roc
mg
Posts: 6
Joined: Wed May 10, 2006 2:19 pm

Post 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
roc212
Posts: 2
Joined: Wed Apr 26, 2006 2:00 pm
Location: china

Post 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.
roc
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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.
Phil
Locked