How-to: installing ZoneMinder 1.24 on openSUSE 11.2 x64
Posted: Wed Apr 28, 2010 7:16 am
Assuming you have apache2 and php5 already installed...
Create /etc/zypp/repos.d/ZoneMinder_repository.repo with this contents:
No follow the ZoneMinder wiki to edit /etc/zm.conf, copy the cgi scripts to the correct directory, set file permissions (for cgi and /dev/video*), etc.
Create /etc/zypp/repos.d/ZoneMinder_repository.repo with this contents:
Code: Select all
name=ZoneMinder repository
enabled=1
autorefresh=1
baseurl=http://tracker.opensuse.org/repositories/home:/Monex:/stable/openSUSE_11.2/
path=/
type=rpm-md
keeppackages=0
Code: Select all
zypper refresh
zypper update
zypper install php5-bz2 php5-zlib php5-mcrypt perl-Archive-Zip perl-DateManip perl-MIME-Lite perl-MIME-tools
zypper install ZoneMinder
chkconfig zm on