ติดตั้ง ZoneMinder 1.24 บน openSUSE 11.4](http://www.susethailand.com/suseforum/index.php?topic=1598.msg2400;topicseen#msg2400)
**It work **
ติดตั้ง ZoneMinder 1.24 บน openSUSE 11.4](http://www.susethailand.com/suseforum/index.php?topic=1598.msg2400;topicseen#msg2400)
**It work **
Thanks.
Here are what you need to do to get zoneminder up and running, after apache and mysql are installed on your 11.4 system.
#Full details here: http://www.zoneminder.com/wiki/index.php/Installing_using_ZoneMinder_RPMs_for_SuSE
#Install PERL Serialization rpm
wget http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_11.4/noarch/perl-PHP-Serialization-0.34-1.1.noarch.rpm
rpm -ivh perl-PHP-Serialization-0.34-1.1.noarch.rpm
#Install ZoneMinder
zypper ar http://www.liquid-co.de/pub/suse/repositories/11.4/ZoneMinder.repo
zypper in ZoneMinder
#Then initialize database by executing zm_database_init
zm_database_init
#Set zm to run at system start
chkconfig zm on
#Start ZoneMinder
rczm start
Then go to http://localhost/zm and there you go!
Regards