Page 1 of 1

Zoneminder error after update

Posted: Thu Aug 25, 2011 11:44 pm
by DRAGSTER_TUNER
I never had figured out why, but im always had to install zm like that:

first down by apt-get,

then down the 1.24.2 and:

./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin --with-webuser=www-data --with-webgroup=www-data --with-ffmpeg –with-libarch

then fix the error with zm_utils.cpp:

ZoneMinder-1.24.2/src/zm_utils.cpp

And it always works after configure mysql...

But today, in a apt-get update zoneminder, it requires a update, then after update, this occurs when i try initialize the zonemider:



"Starting ZoneMinder: zmfix: error while loading shared libraries: libgnutls-openssl.so.26: cannot open shared object file: No such file or directory
Version mismatch, system is version 1.24.4, database is 1.24.2, please run zmupdate.pl to update. at /usr/share/perl5/ZoneMinder/Debug.pm line 349
ZoneMinder::Debug::Fatal('Version mismatch, system is version 1.24.4, database is 1.24....') called at /usr/bin/zmpkg.pl line 160
failure"


Some clue?

Re: Zoneminder error after update

Posted: Mon Aug 29, 2011 1:27 am
by DRAGSTER_TUNER
Solved!

I just download the tar of the 1.24.4 and do a:

./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin --with-webuser=www-data --with-webgroup=www-data --with-ffmpeg –with-libarch

make

make install...

then, in the folder /usr/share/perl5/ZoneMinder i gave the command zmupdate.pl and answered yes to the backup question...restar the zoneminder and all backs to normal.

Hope it helps someone else.