Package Details: zoneminder 1.36.35-1

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: 72
Popularity: 0.016426
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 63 Next › Last »

ElMoribond commented on 2015-08-31 12:45 (UTC)

Hello, I have a probleme during build: /usr/bin/ld: warning: libx264.so.144, needed by /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/5.2.0/../../../libavcodec.so, not found (try using -rpath or -rpath-link) I have version 148 installed Have you a idea ?

troydwill commented on 2015-07-26 23:45 (UTC)

I don't think that php-cgi is a dependency if Apache is configured to load mod_php.

zoe commented on 2015-05-06 11:50 (UTC)

Maybe add php-cgi as dependency ? Because, zoneminder cannot work without it.

<deleted-account> commented on 2015-02-27 02:05 (UTC)

You know, I tried looking for that in both the httpd.conf and php.ini files that zoneminder added, and couldn't find it. It's of no matter now, seems an update was released today that fixed this problem. Thank you to the maintainer for the quick fix!

cspence commented on 2015-02-27 01:20 (UTC)

Take a look at the file included in the tar.gz named httpd-zoneminder.conf. It contains a line that starts with php_admin_value open_basedir. The virtual server instance of ZoneMinder redefines open_basedir for itself without affecting the global value found in the php.ini file. If you need to change the value of open_basedir for ZoneMinder, change it in the httpd-zoneminder.conf file found in /etc/httpd/conf/extra/.

<deleted-account> commented on 2015-02-26 05:47 (UTC)

This package seems to be breaking php. When it is installed, PHP no longer uses php.ini to get open_basedir. After installation, open_basedir always returns /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/zm.conf:/srv/http/zoneminder/:/var/cache/zoneminder/:/srv/zoneminder/socks/:/var/log/zoneminder/. I have been trying to find a reason for this, but I cannot. Maybe someone smarter than I can find the problem.

cspence commented on 2015-01-15 23:31 (UTC)

If you're unable to start zoneminder (service script or on the webpage), go to Options on the webpage, go to the Paths tab, change PATH_SOCKS to /srv/zoneminder/socks. This is an unresolved issue with zoneminder source and the cmake script.

cspence commented on 2015-01-14 20:54 (UTC)

filesystem owns it. It is a default symlink on Arch x86_64. The problem comes from the perl5 library in the package. It attempts to install at /usr/lib64. I've been trying to find the right flags to give cmake to point perl or all library files to /usr/lib by default. If I get the right combination, I'll send it your way.