FC5 Instalation

Support and queries relating to all previous versions of ZoneMinder
Locked
inluxc
Posts: 4
Joined: Tue Feb 07, 2006 6:04 pm

FC5 Instalation

Post by inluxc »

1º Step.
Install FC5 from cd.
Disable SELinux
chosse your own configuration.
Software needed:

APACHE
MYSQL
libapache2-mod-auth-mysql
php
php-mysql

2ºStep

Login

if you didnt disable seslinux
vi /etc/selinux/config
change to:
SELINUX=disabled
and reboot

yum update (wait this is will take a wail)

yum install perl-Archive-Tar perl-IO-Zlib perl-libwww-perl perl-DateManip libjpeg-devel gcc cc cl gcc-c++

Donwload ZM
http://www2.zoneminder.com/downloads/Zo ... 2.2.tar.gz

tar -xvzf ZoneMinder-1.22.1.tar.gz
cd ZoneMinder-1.22.2

./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin

Sugestions:
phpmyadmin www.phpmyadmin.net
(mysql adminsitration)
phpsysinfo http://phpsysinfo.sourceforge.net/
(system monitor)

Use phpMyAdmin to install db.

and thats it.

I having problems with log messages: [Unable to use netcam regexps as not compiled with libpcre]

Resoved: more or less.... disable ZM_NETCAM_REGEXPS, in the options..

Still trying to solve it.. be back later... :wink:
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Re: FC5 Instalation

Post by cordel »

inluxc wrote: I having problems with log messages: [Unable to use netcam regexps as not compiled with libpcre]

Resoved: more or less.... disable ZM_NETCAM_REGEXPS, in the options..

Still trying to solve it.. be back later... :wink:
Install the packages pcre and pcre-devel.

Regards,
Corey
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

Just wondering how you install those packages? can this be done from yum? if so does nayone know the command line
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

yum install pcre pcre-devel
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

Thank Corey after much messing about im back oto playing with ctu so looking at fc5 now
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Locked