Install fails on Rocky Linux
Posted: Mon Nov 25, 2024 9:06 pm
Hey folks:
Created a new VM and installed Rocky Linux 9.5 Blue Onyx, logged into the VM and then followed the ZM instructions here: https://zoneminder.readthedocs.io/en/la ... edhat.html, specifically as follows:
Enabled RPM Fusion repo:
sudo dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/e ... se-latest-$(rpm -E %rhel).noarch.rpm
sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/r ... e-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/e ... e-release-$(rpm -E %rhel).noarch.rpm
Enabled CRB repo:
sudo dnf install dnf-plugins-core
sudo dnf config-manager --set-enabled crb
Then I try to install ZoneMinder for nginx:
sudo dnf install zoneminder-nginx
And get this error:
Last metadata expiration check: 0:08:17 ago on Mon 25 Nov 2024 11:55:36 AM PST.
Error:
Problem: package zoneminder-common-1.36.35-1.el9.x86_64 from rpmfusion-free-updates requires ffmpeg, but none of the providers can be installed
- package zoneminder-nginx-1.36.35-1.el9.x86_64 from rpmfusion-free-updates requires zoneminder-common(x86-64) = 1.36.35-1.el9, but none of the providers can be installed
- package ffmpeg-5.1.6-1.el9.x86_64 from rpmfusion-free-updates requires ffmpeg-libs(x86-64) = 5.1.6-1.el9, but none of the providers can be installed
- conflicting requests
- nothing provides libdav1d.so.6()(64bit) needed by ffmpeg-libs-5.1.6-1.el9.x86_64 from rpmfusion-free-updates
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Anyone know what might have gone wrong?
Created a new VM and installed Rocky Linux 9.5 Blue Onyx, logged into the VM and then followed the ZM instructions here: https://zoneminder.readthedocs.io/en/la ... edhat.html, specifically as follows:
Enabled RPM Fusion repo:
sudo dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/e ... se-latest-$(rpm -E %rhel).noarch.rpm
sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/r ... e-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/e ... e-release-$(rpm -E %rhel).noarch.rpm
Enabled CRB repo:
sudo dnf install dnf-plugins-core
sudo dnf config-manager --set-enabled crb
Then I try to install ZoneMinder for nginx:
sudo dnf install zoneminder-nginx
And get this error:
Last metadata expiration check: 0:08:17 ago on Mon 25 Nov 2024 11:55:36 AM PST.
Error:
Problem: package zoneminder-common-1.36.35-1.el9.x86_64 from rpmfusion-free-updates requires ffmpeg, but none of the providers can be installed
- package zoneminder-nginx-1.36.35-1.el9.x86_64 from rpmfusion-free-updates requires zoneminder-common(x86-64) = 1.36.35-1.el9, but none of the providers can be installed
- package ffmpeg-5.1.6-1.el9.x86_64 from rpmfusion-free-updates requires ffmpeg-libs(x86-64) = 5.1.6-1.el9, but none of the providers can be installed
- conflicting requests
- nothing provides libdav1d.so.6()(64bit) needed by ffmpeg-libs-5.1.6-1.el9.x86_64 from rpmfusion-free-updates
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Anyone know what might have gone wrong?