I've been using Zoneminder successfully for a while now, with ZM running in an Arch Linux virtual machine. I installed the AUR package on this VM a while back without any issues. Now I would like to try and re-install ZM in an LXC container instead (lighter, more efficient virtualization). I've setup a new Arch container for this but when I attempt to build the zoneminder package from the AUR I'm getting the following issue ...
Code: Select all
[justin@zm zoneminder]$ makepkg -sc
==> Making package: zoneminder 1.30.4-1 (Mon 02 Jul 2018 22:39:33 BST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: php-mcrypt
error: target not found: perl-php-serialization
error: target not found: perl-net-sftp-foreign
error: target not found: perl-sys-mmap
error: target not found: perl-expect
==> ERROR: 'pacman' failed to install missing dependencies.
Any help would be appreciated.