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.64
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2025-06-05 21:26 (UTC)

Dependencies (45)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 63 Next › Last »

dantob commented on 2023-04-18 20:40 (UTC) (edited on 2023-04-18 20:41 (UTC) by dantob)

Please properly set an architecture for this package, 'any' is supposed to only be used when the built package can run on 'any architecture'. That is not the case here.

Separate these into another package if you want to keep 'any'

/usr/bin/zmc: ELF 64-bit LSB pie executable, x86-64
/usr/bin/zmu: ELF 64-bit LSB pie executable, x86-64
/usr/bin/zm_rtsp_server: ELF 64-bit LSB pie executable, x86-64

TeslaZap commented on 2023-03-12 10:21 (UTC)

downgrading ffmpeg works for the missing libs error and it is the recommended workaround.

for those who have many packages depending on the new version of ffmpeg and don't want to downgrade them all, they can extract the 4 missing libs from the previous ffmpeg package version, put them in /usr/local/lib and symlink them. it's not recommended and it must be manually cleaned up once zoneminder package is properly updated.

my affected libs were: libavcodec.so.59 libavformat.so.59 libavutil.so.57 libswscale.so.6 they can be found in /var/cache/pacman/pkg/ffmpeg-2:5.1.2-2-x86_64.pkg.tar.zst

tropicalgrating commented on 2023-03-11 20:38 (UTC)

Hello, just for anyone doing a full system update. FFMPEG gets updated to 6.0.3 and will break the zmc video portion. When you update and then try to view your cameras they all come up with nothing and the log files gives a 127 error. When you try to open the cameras in the terminal like zmc -m# it throws an error in relation to libavformat.so.59 does not exist. Searching the system it looks like libavformat gets updated to 60 and zoneminder has no clue how to use this file. I downgraded back to ffmpeg 5.1.2 and this fixed the issue temporarily. Hope this helps

Nocifer commented on 2023-01-13 08:23 (UTC)

@synthead Do you really think that's necessary? It builds and runs fine in non-Docker environments, and pod2man is already an optional dependency for anyone who may need it for Docker, so adding it as a hard dependency would mean that most users would be installing a package they do not need.

synthead commented on 2023-01-13 02:17 (UTC)

@Nocifer, should pod2man be added as a dependency if this package doesn't build without it?

Nocifer commented on 2022-11-02 19:04 (UTC)

If you're talking about the three configuration files that come with the package itself (/etc/zoneminder/zm.conf, /etc/zoneminder/conf.d/01-system-paths.conf, /etc/zoneminder/conf.d/02-multiserver.conf) you're not supposed to edit them directly, you should create new files in conf.d and put whatever settings you may need in there.

rossome commented on 2022-11-02 16:57 (UTC)

any particular reason this package overwrites all the config files in /etc/zoneminder on each update?

Nocifer commented on 2022-09-07 12:39 (UTC)

Your log is full of errors. First of all this one here in the checking step:

FATALERRORNeed pod2man installed to generate man page

Then when the build begins, you have these:

[  0%] Building CXX object dep/RtspServer/CMakeFiles/RtspServer.dir/src/net/Acceptor.cpp.o
[  1%] Generating zmc.8
/bin/sh: linha 1: POD2MAN-NOTFOUND: comando não encontrado
[  2%] Building C object dep/libbcrypt/CMakeFiles/bcrypt.dir/src/bcrypt.c.o
make[2]: *** [src/CMakeFiles/man-zmc.dir/build.make:77: src/zmc.8] Erro 127
make[2]: ** Apagando arquivo 'src/zmc.8'
make[1]: *** [CMakeFiles/Makefile2:594: src/CMakeFiles/man-zmc.dir/all] Erro 2

I'm not entirely familiar with pod2man, but I do know that it is required when building Zoneminder to be deployed as a docker image/container. These errors lead me to believe that BigLinux tries to build Zoneminder in some weird way that resembles a docker-ish environment, and that's why it fails, so a potential solution to your problem would be to install pod2man.

Creto commented on 2022-09-06 12:36 (UTC)

@Nocifer here is complete log of today's installation attempt:

See https://pastebin.com/VyMk4y3V

T+ = See you later