How to install
-
- Posts: 21
- Joined: Fri Jan 27, 2012 2:28 pm
How to install
I downloaded package but when I give make install a lot of errors appears.... (variable not configured... etc.)
I've newer to Linux OS, but version 1.24 did'nt required a lot of set-up
I've newer to Linux OS, but version 1.24 did'nt required a lot of set-up
- nightcrawler
- Posts: 71
- Joined: Fri Aug 12, 2011 9:54 am
- Location: the netherlands
Re: How to install
dear friend,
please do a little search before asking..
look at the dozen wiki topics and forum postings about new zm 1.25 installs.
like : http://www.zoneminder.com/wiki/index.php/Ubuntu
please do a little search before asking..
look at the dozen wiki topics and forum postings about new zm 1.25 installs.
like : http://www.zoneminder.com/wiki/index.php/Ubuntu
Zoneminder @Ubuntu 11 server, ZM 1.25.0 , FFMPEG, 4 Analoge cameras, 1.6ghz P4mobile, 2GB ram, 60GB-HDD.
I also have an (homeseer) domotica system up-and-running with touchscreens,light controllers,weather forecast etc.
I also have an (homeseer) domotica system up-and-running with touchscreens,light controllers,weather forecast etc.
-
- Posts: 21
- Joined: Fri Jan 27, 2012 2:28 pm
Re: How to install
I tried but when I try to compile a lot of errors appears saying that some variable is not declared etc.
zm_mpeg.h:43:7: error: use of enum 'PixelFormat' without previous declaration
zm_mpeg.h:44:2: error: 'AVOutputFormat' does not name a type
....
....
make[2]: *** [zmc.o] Error 1
I installed all prerequisites.
SO is Ubunutu 11.10
zm_mpeg.h:43:7: error: use of enum 'PixelFormat' without previous declaration
zm_mpeg.h:44:2: error: 'AVOutputFormat' does not name a type
....
....
make[2]: *** [zmc.o] Error 1
I installed all prerequisites.
SO is Ubunutu 11.10
Re: How to install
Hi,
If complains, install the needed packages. Hope it helps,
PacoLM
Code: Select all
mkdir /usr/src/zm1.25
cd /usr/src/zm1.25
wget http://ftp.debian.org/debian/pool/main/z/zoneminder/zoneminder_1.25.0-1_i386.deb
## or your choice of architecture in http://ftp.debian.org/debian/pool/main/z/zoneminder/
dpkg --install /usr/src/zm1.25/zoneminder_1.25.0-1_i386.deb
PacoLM
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Re: How to install
Thank you for information.
-
- Posts: 1
- Joined: Mon Apr 23, 2012 2:51 pm
Re: How to install
I use the surveillance system in my business coaching BH, and whoever wants opinion on the subject
For viewing the videos Zoneminder uses an overlay images jpegs that runs by default in Mozilla Firefox browser. If you use another browser to see your videos it will also work, but with a very low FPS. To resolve this problem, we can use Cambozola which is a small and lightweight java application that solves the problem once.
After this step already done the steps on the command line, now let's move on to the browser. Enter in your browser (I recommend using Firefox) to access your server ZoneMinder.
The first thing I recommend doing is to add a little security.
To do this go to options and check OPT_USE_AUTH. With this you will need to enter username and password (User admin and password admin is the default). If you prefer to change LANG_DEFAULT en.
For viewing the videos Zoneminder uses an overlay images jpegs that runs by default in Mozilla Firefox browser. If you use another browser to see your videos it will also work, but with a very low FPS. To resolve this problem, we can use Cambozola which is a small and lightweight java application that solves the problem once.
After this step already done the steps on the command line, now let's move on to the browser. Enter in your browser (I recommend using Firefox) to access your server ZoneMinder.
The first thing I recommend doing is to add a little security.
To do this go to options and check OPT_USE_AUTH. With this you will need to enter username and password (User admin and password admin is the default). If you prefer to change LANG_DEFAULT en.
Re: How to install
Since it's your first time out, I think you'd find life a lot easier if you used one of the pre-build packages based on ubuntu. There are several Wiki articles out which explain how to install a complete server including Zoneminder, step by step.frankge973 wrote:I downloaded package but when I give make install a lot of errors appears.... (variable not configured... etc.)
I've newer to Linux OS, but version 1.24 did'nt required a lot of set-up
Here is a list of several of them:
http://www.zoneminder.com/wiki/index.ph ... ntu_Server
-
- Posts: 21
- Joined: Fri Jan 27, 2012 2:28 pm
Re: How to install
Running. The problem is that again there are orange sources.... And I really don't know way
- nightcrawler
- Posts: 71
- Joined: Fri Aug 12, 2011 9:54 am
- Location: the netherlands
Re: How to install
again, read the wiki.
orange sources (not red!) means that your monitor is in monitor of "none" mode. it turns green if you set it on modect,morecord or so. Orange isn't bad, you can view your camera's if your source is working!
orange sources (not red!) means that your monitor is in monitor of "none" mode. it turns green if you set it on modect,morecord or so. Orange isn't bad, you can view your camera's if your source is working!
Zoneminder @Ubuntu 11 server, ZM 1.25.0 , FFMPEG, 4 Analoge cameras, 1.6ghz P4mobile, 2GB ram, 60GB-HDD.
I also have an (homeseer) domotica system up-and-running with touchscreens,light controllers,weather forecast etc.
I also have an (homeseer) domotica system up-and-running with touchscreens,light controllers,weather forecast etc.
-
- Posts: 21
- Joined: Fri Jan 27, 2012 2:28 pm
Re: How to install
Yes, obviously, but the mode is Mocord and it's not green!nightcrawler wrote:again, read the wiki.
orange sources (not red!) means that your monitor is in monitor of "none" mode. it turns green if you set it on modect,morecord or so. Orange isn't bad, you can view your camera's if your source is working!
Source is working but it doesn't acquire because is ORANGE
-
- Posts: 1
- Joined: Sat Apr 28, 2012 6:20 am
Re: How to install
During installation process my system shut down automatically.Any help must be appreciated.