ZoneMinder install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== ZoneMinder install == | == ZoneMinder 1.24.2 install == | ||
use this rpm based [http://www.zoneminder.com/wiki/index.php/Installing_using_ZoneMinder_RPMs_for_SuSE install documentation] | use this rpm based [http://www.zoneminder.com/wiki/index.php/Installing_using_ZoneMinder_RPMs_for_SuSE install documentation] | ||
Line 13: | Line 13: | ||
** Needs a gentoo source patch and a manual add of #include <cstdio> | ** Needs a gentoo source patch and a manual add of #include <cstdio> | ||
** lots of configure options required for error free compile | ** lots of configure options required for error free compile | ||
--[[User:Joachim|Joachim]] 14:44, 30 November 2010 (CET) |
Latest revision as of 13:44, 30 November 2010
ZoneMinder 1.24.2 install
use this rpm based install documentation
some hints
- repository is on www.liquid-co.de but there is also a one-click-install
- use the MP version (uses libs from packman)
- Also needed: apache and mysql server installed and started (but no special configuration except maybe running mysql_secure_installation - does some one time mysql initialisations)
- run zm_database_init as root
- do not change zm_admin user (seems to be hardcoded somewhere)
- zm can be started from web interface or /etc/init.d/zm during boot or rczm manually
- dont try tar install:
- lots of dependencies (some only cpan or download, no rpm).
- Needs a gentoo source patch and a manual add of #include <cstdio>
- lots of configure options required for error free compile
--Joachim 14:44, 30 November 2010 (CET)