Search found 5 matches

by Chakal
Sat Dec 10, 2005 2:33 pm
Forum: ZoneMinder Previous Versions
Topic: Problem after recompilation
Replies: 7
Views: 2191

after all i made a clean install of the pc and installed gentoo 64bit, works like a charm
by Chakal
Wed Dec 07, 2005 8:54 pm
Forum: ZoneMinder Previous Versions
Topic: Problem after recompilation
Replies: 7
Views: 2191

strangest things.. i fixed the constant problems by converting the mysql query to this: use DBI; my $dbh = DBI->connect( "DBI:mysql:database=".&ZM_DB_NAME.";host=".&ZM_DB_SERVER, &ZM_DB_USER, &ZM_DB_PASS ); my $sql = "SELECT name,value FROM Config"; my $sth = $dbh->prepare_cached( $sql ) or die ...
by Chakal
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 ...
by Chakal
Wed Dec 07, 2005 5:10 pm
Forum: ZoneMinder Previous Versions
Topic: Problem after recompilation
Replies: 7
Views: 2191

yep, i did all the installation steps

the problem seems to be with my version of perl: 5.8.7-r2
by Chakal
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 ...