Hi,
This is my first post and I wont to share with community my experience how to install ZM 1.23.3 on CC 5.0 RC1
Install ClarkConnect 5.0 with minimum DHCP, FTP, Mail, File share (samba), Database (MySQL), Web server
Regiser it
Set password to MySQL
Run and set to auto Mysql database server, Mail server (postfix) and Apache web server
chkconfig mysqld on
chkconfig httpd on
chkconfig postfix on
service mysqld start
service httpd start
service postfix start
yum update
yum install cc-php cc-mysql cc-postfix cc-devel libtheora-devel mysql-devel libjpeg-devel perl-Time-HiRes perl-DateManip pcre-devel perl-Archive-Zip perl-Archive-Tar perl-MIME-Types db4-devel gnutls-devel subversion mc gcc-c++ libjpeg-devel mysql-devel lame SDL SDL-devel libraw1394 libraw1394-devel tcl curl-devel expat-devel a52dec faad2 faac lame yasm ffmpeg
perl -MCPAN -e shell
install PHP::Serialization
install Device::SerialPort MIME::Lite
exit
// cpan -i Device::SerialPort MIME::Lite
cd /usr/src
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
./configure --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-shared --enable-libfaac --disable-ffserver --disable-ffplay --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-shared
make && make install && make install-libs
ldconfig
wget http://www2.zoneminder.com/downloads/Zo ... 3.3.tar.gz
tar -zxvf ZoneMinder-1.23.3.tar.gz
cd ZoneMinder-1.23.3
mkdir ffmpeg
cd ffmpeg
cp ../../ffmpeg/libavcodec/avcodec.h .
cp ../../ffmpeg/libavformat/avformat.h .
cp ../../ffmpeg/libswscale/swscale.h .
cp ../../ffmpeg/libavdevice/avdevice.h .
cp ../../ffmpeg/libavfilter/avfilter.h .
cp ../../ffmpeg/libavformat/avc.h .
cp ../../ffmpeg/libavformat/avi.h .
cp ../../ffmpeg/libavformat/avio.h .
cp ../../ffmpeg/libavutil/avutil.h .
cd ..
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-webuser=apache --with-webgroup=apache ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --with-extralibs="-L/usr/lib64 -L/usr/lib64/mysql" ZM_SSL_LIB=openssl
make && make install
mysql < /usr/src/ZoneMinder-1.23.3/db/zm_create.sql -p
mysql -vv -e "grant select,insert,update,delete on zm.* to zmuser@localhost identified by 'zmpass'" -p
cp -vf /usr/src/ZoneMinder-1.23.3/scripts/zm /etc/rc.d/init.d
chmod -v 755 /etc/rc.d/init.d/zm
chkconfig --add zm
chkconfig zm on
service zm start
cd ..
wget http://www.zoneminder.com/fileadmin/dow ... bozola.jar
cp cambozola.jar /var/www/html/zm/
cd /var/www/html/zm/
chown apache:apache cambozola.jar
chmod 775 cambozola.jar
modify modprobe.conf
alias char-major-81 bttv
options bttv gbuffers=32 card=77,77,77,77 tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0
reboot
on options x.x.x.x/zm on Images select mpeg and remove asf
select ffmpeg and default path is /usr/bin/ffmpeg
enjoy!