Hi there
Im following this guide
http://www.zoneminder.com/wiki/index.php/CentOS
Im running from step five because im actually working on Trixbox
This is my error, I think is something related with the permissions
error: Could not open config file.
My next step is installing the subversion and the rest of the configuring part.
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin ZM_SSL_LIB=openssl --with-ffmpeg=/usr/local
nano /usr/local/include/libavutil/common.h
add line
#define UINT64_C(value) __CONCAT(value, ULL)
make
make install
mysql -u root -p
password passw0rd
create database zm;
grant CREATE, INSERT, SELECT, DELETE, UPDATE on zm.* to zmuser@localhost;
SET PASSWORD FOR zmuser@localhost=PASSWORD('zmpass');
mysql -u root -p zm < db/zm_create.sql
cp scripts/zm /etc/init.d/
chmod +x /etc/init.d/zm
chkconfig zm on
cd ..
cp cambozola.jar /var/www/html/zm/
chown apache:apache /var/www/html/zm/cambozola.jar
service zm start
I hope i can get some help
Thanx