Search found 5 matches
- Sat Dec 10, 2005 2:33 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problem after recompilation
- Replies: 7
- Views: 2191
- Wed Dec 07, 2005 8:54 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problem after recompilation
- Replies: 7
- Views: 2191
- Wed Dec 07, 2005 6:49 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problem after recompilation
- Replies: 7
- Views: 2191
after some research it seems to be related to mysql 5... when the scripts populate the constants, the select from the config table doesnt seem to return them all, heres what i get from this piece of code: while( my @config = $sth->fetchrow_array() ) { print "Config name: @config[1]\n"; *{@config[1 ...
- Wed Dec 07, 2005 5:10 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problem after recompilation
- Replies: 7
- Views: 2191
- Wed Dec 07, 2005 3:35 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problem after recompilation
- Replies: 7
- Views: 2191
Problem after recompilation
I had to update perl/apache/mysql after changing the hardware in my server. I also recompiled zoneminder, and now when i try to start it i get: webcam / # zmpkg.pl start Bareword "ZM_SHM_KEY" not allowed while "strict subs" in use at /usr/bin/zmpkg.pl line 133. Bareword "ZM_OPT_FRAME_SERVER" not ...