package php ### is filtered out by exclude filtering

RPS

New member
Joined
May 7, 2023
Messages
1
Trying to install a security camera software on my server, this isn't directadmin related, but I used DA. Just curious what my options are here? I've google searched and nothing seems to be answering such. I've also tried the --skip-broken and even --nobest to no avail.

Do I need to remove each of those packages or are they most likely in use somewhere?

Problem: package zoneminder-httpd-1.36.33-3.el8.x86_64 requires php, but none of the providers can be installed
- conflicting requests
- package php-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is filtered out by exclude filtering
- package php-7.3.20-1.module_el8.2.0+498+4deef2f1.x86_64 is filtered out by exclude filtering
- package php-7.4.19-1.module_el8.5.0+815+1c4fd2e5.x86_64 is filtered out by exclude filtering
- package php-7.4.19-2.module_el8.6.0+1075+ab70be85.x86_64 is filtered out by exclude filtering
- package php-7.4.30-1.module_el8.7.0+1190+d11b935a.x86_64 is filtered out by exclude filtering
- package php-7.4.6-4.module_el8.3.0+434+2ab5050a.x86_64 is filtered out by exclude filtering
- package php-8.0.13-2.module_el8.6.0+1066+63503082.x86_64 is filtered out by exclude filtering
- package php-8.0.20-1.module_el8.7.0+1191+c110972c.x86_64 is filtered out by exclude filtering
- package php-8.0.20-2.module_el8.7.0+1194+8fdb2cc9.x86_64 is filtered out by exclude filtering
 
this isn't directadmin related,
Then you should use the off-topic section and not the general technical. ;)

Anyway, from the /etc/yum.conf which normally install stuff for you:
Code:
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot*

Otherwise said, php and httpd are installed via DA's custombuild, so you can't just start using another php and httpd and some other things as they are excluded in the package manager.
Might be theoretical possible, but you have to take care other php versions are not conflicting with the ones installed by DA, unles you don't mind issues on your server.
 
Back
Top