Page 1 of 1

FC5 Instalation

Posted: Thu Aug 17, 2006 2:46 pm
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:

Re: FC5 Instalation

Posted: Thu Aug 17, 2006 4:55 pm
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

Posted: Fri Aug 18, 2006 12:17 am
by jameswilson
Just wondering how you install those packages? can this be done from yum? if so does nayone know the command line

Posted: Fri Aug 18, 2006 4:33 pm
by cordel
yum install pcre pcre-devel

Posted: Sat Aug 19, 2006 12:13 am
by jameswilson
Thank Corey after much messing about im back oto playing with ctu so looking at fc5 now