Package Details: zoneminder 1.36.35-2

Git Clone URL: https://aur.archlinux.org/zoneminder.git (read-only, click to copy)
Package Base: zoneminder
Description: A full-featured, open source, state-of-the-art video surveillance software system
Upstream URL: https://zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 73
Popularity: 0.75
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2025-06-05 21:26 (UTC)

Latest Comments

« First ‹ Previous 1 .. 55 56 57 58 59 60 61 62 63 Next › Last »

<deleted-account> commented on 2012-04-16 03:11 (UTC)

Patch for the compile issue / gcc 4.7 can be found here <http://www.linuxquestions.org/questions/slackware-14/zoneminder-1-25-0-wont-build-in-slackware64-current-939357/> As the man said, this should really be fixed upstream.

buhrietoe commented on 2012-04-13 20:45 (UTC)

UPDATE! Unfortunately I cannot get Zoneminder to compile on the latest gcc-4.7.0 it seems. If anyone has some time to create some patches to the Zoneminder source it will help upstream. Downgrading to gcc-4.6.3 gave me successful builds. Otherwise this revision 6 incorporates fixes for my typo oopses and such pointed out by b_adele and skuda.

b_adele commented on 2012-03-23 19:59 (UTC)

If you receive this error message"Failure while downloading ZoneMinder-1.25.0.tar.gz ", edit your PKGBUILD and replace this line source=("http://www2.zoneminder.com/downloads/ZoneMinder-${pkgver}.tar.gz" by source=("http://www.zoneminder.com/downloads/ZoneMinder-${pkgver}.tar.gz"

skuda commented on 2012-03-22 18:11 (UTC)

Would be nice to add php-gd and php-mcrypt to depends if they are needed.

skuda commented on 2012-03-22 17:35 (UTC)

in the post install instructions the open_basedir path for zoneminder it is incorrect: open_basedir = /home/:/tmp/:/usr/share/pear/:/etc/:/src/zoneminder/ should be open_basedir = /home/:/tmp/:/usr/share/pear/:/etc/:/srv/zoneminder/ I suppose too that in zoneminder.install this one: touch /src/zoneminder/zm_backup.sql should be: touch /srv/zoneminder/zm_backup.sql

skuda commented on 2012-03-22 17:22 (UTC)

Hi, i had to define ZM_PATH_UPDATE=/srv/zoneminder/upgrade in /etc/zm.conf to get /srv/zoneminder/bin/zminit to work, before was failing with: cat: /zm_create.sql: No existe el fichero o el directorio DBD::mysql::st execute failed: Table 'zm.Config' doesn't exist at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 92. Can't execute: Table 'zm.Config' doesn't exist at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 100 BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 100. Compilation failed in require at /srv/zoneminder/bin/zmupdate.pl line 47. BEGIN failed--compilation aborted at /srv/zoneminder/bin/zmupdate.pl line 47. /srv/zoneminder/bin/zminit: línea 129: /customdb: No existe el fichero o el directorio because the variable used in zminit didn't exists, i have changed too ZM_PATH_BUILD to /srv/zoneminder/upgrade instead of the autocreated pointing the src compilation build used by yaourt in /tmp Thanks for the package :)

buhrietoe commented on 2012-02-13 23:36 (UTC)

Update! Removed the custom zmfilter that was in place back to the packaged version. Filters now work such as the built-in 'PurgeWhenFull' filter. cezarq: I do not maintain that package but I may pick it up later. charliemouse.com seems to be down for me at the moment so I can't mess with it right now.

<deleted-account> commented on 2012-02-12 12:21 (UTC)

Have to include in the cambozola PKGBUILD at the line 16: source /etc/profile.d/apache-ant.sh ant :-)

buhrietoe commented on 2012-01-07 14:51 (UTC)

Updated!

<deleted-account> commented on 2012-01-07 12:57 (UTC)

I don't even own a camera and had no personal way to test it. I simply updated it so a friend didn't have to install Ubuntu to get a package built version. It was in horrible shape when I got it, and I've just disowned it. Feel free to grab it and upload your new (better) PKGBUILD. PS, welcome to Aur! Can always use more hands.