Autore Topic: Install ZoneMInder  (Letto 5342 volte)

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Install ZoneMInder
« il: Aprile 01, 2009, 12:06:07 pm »
DOve posso trovare una guida passo passo per installare ZM?
Ho messo su ubuntu 8.10 con server LAMP, e webin.
Ora cosa faccio?

sto seguendo questa guida vediamo se riesco
http://ubuntuguide.org/wiki/Ubuntu_Hardy_it#Zoneminder_sistema_di_sorveglianza
Sono fermo qui

Codice: [Seleziona]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by zm configure 1.24.1, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --with-webuser=www-data --with-webgroup=www-data --with-cgidir=/usr/lib/cgi-bin --with-webdir=/var/www/zm --with-mysql=/usr/include/mysql ZM_DB_NAME=zm ZM_DB_USER=zm ZM_DB_PASS=zm ZM_DB_HOST=localhost

## --------- ##
## Platform. ##
## --------- ##

hostname = UBUSDVR
uname -m = i686
uname -r = 2.6.27-7-server
uname -s = Linux
uname -v = #1 SMP Tue Nov 4 20:18:35 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1958: checking for a BSD-compatible install
configure:2026: result: /usr/bin/install -c
configure:2037: checking whether build environment is sane
configure:2080: result: yes
configure:2105: checking for a thread-safe mkdir -p
configure:2144: result: /bin/mkdir -p
configure:2157: checking for gawk
configure:2187: result: no
configure:2157: checking for mawk
configure:2173: found /usr/bin/mawk
configure:2184: result: mawk
configure:2195: checking whether make sets $(MAKE)
configure:2221: result: no
configure:2451: WARNING: You can call configure with the --with-libarch option.
    This tells configure where to find architecture specific libraries.
    The default of 'lib' is usually ok but 64 bit machines may require lib64.
    e.g. --with-libarch=lib or --with-libarch=lib64
configure:2498: WARNING: You can call configure with the --with-ffmpeg option.
    This tells configure where to find the ffmpeg root directory within which are the libavcodec
    and libavformat files that can be used to build true MPEG streaming into ZoneMinder. Ensure that
    your copy of ffmpeg has installed libraries as well as binaries (use 'make installlib'). If you
    are using a local install of ffmpeg you may have to remove or rename a previous real installation
    as the headers and libraries from that will probably be picked up before your local copy.
    e.g. --with-ffmpeg=/usr/local
configure:2530: WARNING: You can call configure with the --with-extralibs option.
    Ordinarily you will need to use this option only when your copy of ffmpeg has been built
    with support for additional formats and you would use this option to detail which additional
    libraries ffmpeg was built with so that it is able to link successfully with ZoneMinder.
    You will need to wrap this option in quotes if it contains any spaces.
    e.g. --with-extralibs="-lmp3lame"
configure:2622: WARNING: You can call configure with the --enable-debug=<yes|no> or --disable-debug option.
    This tells configure whether to compile ZoneMinder with debug included. Although debug is included
    by default it is not output unless explicitly switched on elsewhere. These checks may induce a
    small penalty on performance and if you are after squeezing the maximum possible performance out
    of ZoneMinder you may use this switch to prevent debug from being compiled in.
    e.g. --enable-debug=yes or --disable-debug
configure:2651: WARNING: You can call configure with the --enable-crashtrace=<yes|no> or --disable-crashtrace option.
    This tells configure whether to compile ZoneMinder with crash tracing included. This allows a
    dump of the stack trace when a ZoneMinder binary crashes or is killed by an unexpected signal.
    Although this should work on most systems it does rely on un(or loosely) documented features and
    so should be regarded as experimental. If you experience problems compiling zm_signal.cpp or
    ZoneMinder binaries fail to shut down correctly then you should probably disable this feature.
    e.g. --enable-crashtrace=yes or --disable-crashtrace
configure:2681: WARNING: You can call configure with the --enable-mmap=<yes|no> or --disable-mmap option.
    This tells configure whether to compile ZoneMinder with mmap support rather than IPC shared
    memory. This is an experimental feature that uses memory mapped into files which all processes
    can share. Memory mapping requires less configuration and is more flexible than shared memory
    but may slow down your system unless the mapped files are configured to reside on a fast or
    RAM based filesystem.
    e.g. --enable-mmap=yes or --disable-mmap
configure:2774: checking for g++
configure:2804: result: no
configure:2774: checking for c++
configure:2804: result: no
configure:2774: checking for gpp
configure:2804: result: no
configure:2774: checking for aCC
configure:2804: result: no
configure:2774: checking for CC
configure:2804: result: no
configure:2774: checking for cxx
configure:2804: result: no
configure:2774: checking for cc++
configure:2804: result: no
configure:2774: checking for cl.exe
configure:2804: result: no
configure:2774: checking for FCC
configure:2804: result: no
configure:2774: checking for KCC
configure:2804: result: no
configure:2774: checking for RCC
configure:2804: result: no
configure:2774: checking for xlC_r
configure:2804: result: no
configure:2774: checking for xlC
configure:2804: result: no
configure:2828: checking for C++ compiler version
configure:2836: g++ --version >&5
./configure: line 2838: g++: command not found
configure:2840: $? = 127
configure:2847: g++ -v >&5
./configure: line 2849: g++: command not found
configure:2851: $? = 127
configure:2858: g++ -V >&5
./configure: line 2860: g++: command not found
configure:2862: $? = 127
configure:2885: checking for C++ compiler default output file name
configure:2907: g++  -I/usr/include  -L/usr/lib -L/usr/include/mysql/lib/mysql   conftest.cpp  >&5
./configure: line 2909: g++: command not found
configure:2911: $? = 127
configure:2949: result:
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "zm"
| #define PACKAGE_TARNAME "ZoneMinder"
| #define PACKAGE_VERSION "1.24.1"
| #define PACKAGE_STRING "zm 1.24.1"
| #define PACKAGE_BUGREPORT "support@zoneminder.com"
| #define PACKAGE "ZoneMinder"
| #define VERSION "1.24.1"
| #define ZM_MEM_MAPPED 0
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2955: error: in `/home/dvr/ZoneMinder-1.24.1':
configure:2958: error: C++ compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_ZM_DB_HOST_set=set
ac_cv_env_ZM_DB_HOST_value=localhost
ac_cv_env_ZM_DB_NAME_set=set
ac_cv_env_ZM_DB_NAME_value=zm
ac_cv_env_ZM_DB_PASS_set=set
ac_cv_env_ZM_DB_PASS_value=zm
ac_cv_env_ZM_DB_USER_set=set
ac_cv_env_ZM_DB_USER_value=zm
ac_cv_env_ZM_MYSQL_ENGINE_set=
ac_cv_env_ZM_MYSQL_ENGINE_value=
ac_cv_env_ZM_SSL_LIB_set=
ac_cv_env_ZM_SSL_LIB_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_make_make_set=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/dvr/ZoneMinder-1.24.1/missing --run aclocal-1.10'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dvr/ZoneMinder-1.24.1/missing --run tar'
AUTOCONF='${SHELL} /home/dvr/ZoneMinder-1.24.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/dvr/ZoneMinder-1.24.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/dvr/ZoneMinder-1.24.1/missing --run automake-1.10'
AWK='mawk'
BINDIR=''
CC=''
CCDEPMODE=''
CFLAGS='-I/usr/include '
CGI_PREFIX='/usr/lib/cgi-bin'
CPPFLAGS='-I/usr/include '
CXX='g++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_MMAP='no'
EXEEXT=''
EXTRA_LIBS=''
FFMPEG_CFLAGS='-I/usr/include'
FFMPEG_LIBS='-L/usr/lib'
FFMPEG_PREFIX='/usr'
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-L/usr/lib -L/usr/include/mysql/lib/mysql  '
LIBDIR=''
LIBOBJS=''
LIBS=''
LIB_ARCH='lib'
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dvr/ZoneMinder-1.24.1/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MYSQL_CFLAGS='-I/usr/include/mysql/include'
MYSQL_LIBS='-L/usr/include/mysql/lib/mysql'
MYSQL_PREFIX='/usr/include/mysql'
OBJEXT=''
OPT_FFMPEG=''
OPT_NETPBM=''
PACKAGE='ZoneMinder'
PACKAGE_BUGREPORT='support@zoneminder.com'
PACKAGE_NAME='zm'
PACKAGE_STRING='zm 1.24.1'
PACKAGE_TARNAME='ZoneMinder'
PACKAGE_VERSION='1.24.1'
PATH_BUILD='/home/dvr/ZoneMinder-1.24.1'
PATH_FFMPEG=''
PATH_NETPBM=''
PATH_SEPARATOR=':'
PERL=''
POW_LIB=''
RANLIB=''
RUNDIR=''
SET_MAKE='MAKE=make'
SHELL='/bin/bash'
STRIP=''
SYSCONFDIR=''
TIME_BUILD='1238582232'
VERSION='1.24.1'
WEB_GROUP='www-data'
WEB_PREFIX='/var/www/zm'
WEB_USER='www-data'
ZM_CONFIG=''
ZM_DB_HOST='localhost'
ZM_DB_NAME='zm'
ZM_DB_PASS='zm'
ZM_DB_USER='zm'
ZM_MYSQL_ENGINE='MyISAM'
ZM_PCRE=''
ZM_PID=''
ZM_RUNDIR=''
ZM_SSL_LIB='gnutls'
ZM_V4L2=''
ac_ct_CC=''
ac_ct_CXX=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/dvr/ZoneMinder-1.24.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "zm"
#define PACKAGE_TARNAME "ZoneMinder"
#define PACKAGE_VERSION "1.24.1"
#define PACKAGE_STRING "zm 1.24.1"
#define PACKAGE_BUGREPORT "support@zoneminder.com"
#define PACKAGE "ZoneMinder"
#define VERSION "1.24.1"
#define ZM_MEM_MAPPED 0

configure: exit 77
« Ultima modifica: Aprile 01, 2009, 12:39:34 pm da BoNoVoX »
Wireless anywhere, anyhow, anytime for anybody

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #1 il: Aprile 01, 2009, 12:57:54 pm »
Allora, da webmin ho fatto l'installazione di zoneminder solo che ora non so come gestirlo :cry:
Wireless anywhere, anyhow, anytime for anybody

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #2 il: Aprile 01, 2009, 04:02:26 pm »
Sono riuscito a farlo partire,ora devo vedere come funziona e se funziona la schedina. :-D
Wireless anywhere, anyhow, anytime for anybody

Alnath

  • Administrator
  • Hero Member
  • ******
  • Post: 1728
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #3 il: Aprile 01, 2009, 05:16:09 pm »
Ciao, mi pare di avere la guida fatta su misura con Ubuntu (era su linux&co mi pare)... devo ricordarmi dove ho messo la rivista...
Primo server della netbuk -> http://srvalnath.no-ip.org (disconnesso)
"i bisogni dei molti contano pi? di quelli dei pochi... o di uno." - Spock

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #4 il: Aprile 01, 2009, 06:08:21 pm »
Missione compiuta.
Installato UB8.10 server, poi Webmin da webmin o installato il pachetto .deb.
Dopo ho fatto il link simbolico per apache a mano
Aperto il web ed ecco la console.
WIP :-D
Wireless anywhere, anyhow, anytime for anybody

Alnath

  • Administrator
  • Hero Member
  • ******
  • Post: 1728
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #5 il: Aprile 02, 2009, 08:57:53 am »
Mi fa piacere che tu abbia risolto... comunque ho trovato la rivista ed eventualmente ti posso faxare le pagine...
Primo server della netbuk -> http://srvalnath.no-ip.org (disconnesso)
"i bisogni dei molti contano pi? di quelli dei pochi... o di uno." - Spock

name29

  • Administrator
  • Hero Member
  • ******
  • Post: 1641
  • NetBuk
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #6 il: Aprile 02, 2009, 02:56:49 pm »
Ma perch? non hai installato con apt-get?
Name29 -  Netbuk .... Net anywhere!

LA PIRATERIA INFORMATICA DANNEGGA IL SOFTWARE OPENSOURCE.

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #7 il: Aprile 02, 2009, 03:08:32 pm »
da web min esiste una funzione di ricerca pacchetti per apt-get
? uguale alla fine
Wireless anywhere, anyhow, anytime for anybody

SilverFox89

  • Full Member
  • ***
  • Post: 183
    • Mostra profilo
    • Fonera Repository
    • E-mail
Re: Install ZoneMInder
« Risposta #8 il: Aprile 06, 2009, 10:34:01 pm »
Hai provato la "famosa" scheda PCI con ZoneMinder?
Fonera Repository -> http://silverfox89.dyndns.org/

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #9 il: Aprile 07, 2009, 05:33:29 pm »
Si certo, ma ora sono fermo con i test per altri problemi.
Zoneminder non la riconosce, tanto meno il grabber USB.
 :cry:
Wireless anywhere, anyhow, anytime for anybody

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: Install ZoneMInder
« Risposta #10 il: Aprile 20, 2009, 12:27:52 pm »
Una scheda come questa costa pochissimo e viene riconosciuta da linux perfettamete.
Io ne uso tre con zoneminder e ubuntu,funziona tutto alla grande!
http://cgi.ebay.it/Scheda-Acquisizione-TV-Pci-per-Pc-Pinnacle-PcTv-50i_W0QQitemZ150338986907QQcmdZViewItemQQptZSchede_acquisizione_video_per_PC_e_Server?hash=item150338986907&_trksid=p3286.c0.m14&_trkparms=72%3A1385|66%3A4|65%3A12|39%3A1|240%3A1318#ebayphotohosting
ciao!! buona giornata!
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #11 il: Maggio 04, 2009, 02:02:03 pm »
Per avere 4 ingressi servono 4 schede giusto?
Wireless anywhere, anyhow, anytime for anybody

kidy

  • Global Moderator
  • Hero Member
  • *****
  • Post: 1668
  • Kidy
    • Mostra profilo
    • E-mail
Re: Install ZoneMInder
« Risposta #12 il: Maggio 05, 2009, 10:37:29 am »
Si certo,infatti io cercavo schede con almeno 5 slot pci!!!
ciao buna giornata! :-D
.................\\\//..................
                / _ _ \
              (|(.)(.)|)
------.OOOo--()--oOOO.-------
Twitter: @kidysy

thedog75

  • Full Member
  • ***
  • Post: 374
    • Mostra profilo
    • p3x-989.ath.cx
Re: Install ZoneMInder
« Risposta #13 il: Maggio 05, 2009, 09:50:42 pm »
Vivo la vita un quarto di GHz alla volta, non mi importa di nient'altro... Su quelle onde sono libero!!
Senza liberta' di scelta non c'e' creativita', e senza creativita' non c'e' vita. (J.T. Kirk in "Star Trek")

BoNoVoX

  • Administrator
  • Hero Member
  • ******
  • Post: 2093
    • Mostra profilo
Re: Install ZoneMInder
« Risposta #14 il: Maggio 06, 2009, 12:28:54 pm »
Ho gi? provato una scheda simile, uby non la riconosce.
Wireless anywhere, anyhow, anytime for anybody