Hi Mario,
I'm trying to get ZoneMinder to work at the moment on SuSE 8.2. I have not got it completely working yet because I have problems with getting zmc and zma to not give errors and crash. Errors are reported in the system log on the results from these programs and using this information and the source code I am trying to fix these final problems.
However in getting this far with SuSE 8.2 I may have fixed problems that you are having to deal with. Here are some of the steps that you may need to take. I'm assuming you are using/installing ZoneMinder v0.9.15 and are using the README.html file as a guide to the installation process.
1. Make sure that you have installed Apache (although SuSE 8.2 comes
with Apache2 I'm trying to get it working with Apache v1.3 first as this
combination works well with PHP), MySQL, PHP and Perl.
2. When configuring ZoneMinder give the user of Apache as wwwrun
instead of the default "apache". So the configure statement should be:
./configure --with-mysql=/usr --with-webdir=/srv/www/htdocs
--with-cgidir=/srv/www/cgi-bin --with-webuser=wwwrun --with-webgroup=www
3. If you are unable to log on to MySQL to run the zmschema.sql script
then a method of creating a good user is outlined at :
http://www.experts-exchange.com/Databas ... 97297.html
I had to create a user "admin" to run the script and create the tables.
I also changed the mysql.user table to allow privileges for the
new admin user.
4. In using "zm start" to start ZoneMinder, the "zm" script (which should
end up in /etc/init.d directory) will refer to /etc/rc.d/init.d/functions.
Remove the rc.d part and create the functions script using cut and
paste from:
http://lists.us.dell.com/pipermail/linu ... 14213.html
Don't forget to make the new functions script executable.
5. The zm script also calls the zmpkg.pl script. This script requires various
perl modules that may stop it from running. See the zmpkg.log file in
the log directory (/tmp by default) to find out. In YaST2 software
installation filter on Package Groups\Development\Libraries\Perl and
then select perl-Archive..., perl-Compress... and anything to do with
dates to install (if not already installed) as a start.
Hope this helps,
Conor