zmpkg.pl start problem

Support and queries relating to all previous versions of ZoneMinder
Locked
rayman2
Posts: 12
Joined: Thu Jun 01, 2006 2:55 pm

zmpkg.pl start problem

Post by rayman2 »

hi i have downloaded ZoneMinder and all necesary libs...


i compiled it and tryed to run but with no success :(

in zm.php if i click on stopped and than START nothing happens :( it is stoped anyway :(

then i tryied to run with zmpkg.pl and i get

[root@Server init.d]# zmpkg.pl start
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Bareword "ZM_OPT_CONTROL" not allowed while "strict subs" in use at /usr/local/b in/zmpkg.pl line 196.
Execution of /usr/local/bin/zmpkg.pl aborted due to compilation errors.
[root@Server init.d]#



Any ideas what is wrong? :S:S

have a nice day
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Can you confirm that you have created the database and populated the Config table?

If it's not that then I'll need to do a bit more investigation. What distro are you running as perl 5.8.8 is newer than on any of servers.
Phil
rayman2
Posts: 12
Joined: Thu Jun 01, 2006 2:55 pm

Post by rayman2 »

i am using fedora core 5 and i have created DB

if you need anything else just ask :)
rayman2
Posts: 12
Joined: Thu Jun 01, 2006 2:55 pm

Post by rayman2 »

any ideas??
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Can you try running any of the other scripts such as zmdc.pl or zmupdate.pl etc and see if they get the same error?
Phil
rayman2
Posts: 12
Joined: Thu Jun 01, 2006 2:55 pm

Post by rayman2 »

Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Subroutine ZoneMinder::Config::boolean redefined at /usr/lib/perl5/site_perl/5.8 .8/ZoneMinder/Config.pm line 95.
Bareword "ZM_DYN_LAST_VERSION" not allowed while "strict subs" in use at /usr/lo cal/bin/zmupdate.pl line 118.
Execution of /usr/local/bin/zmupdate.pl aborted due to compilation errors.

every time i got a same error :(
Locked