Upgrading from 1.22.3
Posted: Sun Apr 19, 2009 12:37 am
Currently running 1.22.3 on CentOS 5.1
If I download 1.24.1 (or for that matter 1.23.3) and run configure, make, make install, when I start the service (under CentOS) it fails with the error:
Starting ZoneMinder: Bareword "ZM_USE_DEEP_STORAGE" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder/General.pm line 95.
BEGIN not safe after errors--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder/General.pm line 113.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder.pm line 35.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder.pm line 35.
Compilation failed in require at /usr/local/bin/zmpkg.pl line 45.
BEGIN failed--compilation aborted at /usr/local/bin/zmpkg.pl line 45.
If I go back and reinstall 1.22.3 it works fine.
My ./configure line is:
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --with-mysql=/usr/lib64/mysql -with-extralibs="-L/usr/lib64 -L/usr/lib64/mysql"
Googling for ZM_USE_DEEP_STORAGE turns up only two posts which don't appear to resolve my problem.
Anyone?
If I download 1.24.1 (or for that matter 1.23.3) and run configure, make, make install, when I start the service (under CentOS) it fails with the error:
Starting ZoneMinder: Bareword "ZM_USE_DEEP_STORAGE" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder/General.pm line 95.
BEGIN not safe after errors--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder/General.pm line 113.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder.pm line 35.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder.pm line 35.
Compilation failed in require at /usr/local/bin/zmpkg.pl line 45.
BEGIN failed--compilation aborted at /usr/local/bin/zmpkg.pl line 45.
If I go back and reinstall 1.22.3 it works fine.
My ./configure line is:
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --with-mysql=/usr/lib64/mysql -with-extralibs="-L/usr/lib64 -L/usr/lib64/mysql"
Googling for ZM_USE_DEEP_STORAGE turns up only two posts which don't appear to resolve my problem.
Anyone?