HI,
While installing kaltura server in RHEL 8.3 64 bit version because of the below error-
Last metadata expiration check: 0:04:25 ago on Sat 17 Apr 2021 08:21:42 PM IST.
Error:
Problem: package kaltura-server-16.14.0-1.noarch requires kaltura-front, but none of the providers can be installed
conflicting requests
nothing provides ImageMagick needed by kaltura-front-16.14.0-1.noarch
nothing provides kaltura-sshpass needed by kaltura-front-16.14.0-1.noarch
nothing provides php-pecl-apc needed by kaltura-front-16.14.0-1.noarch
nothing provides php-pecl-memcache needed by kaltura-front-16.14.0-1.noarch
(try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)
Please advise how to fix this error,
Ran this instruction - yum install kaltura-server
and also tried with --nobest and --skip-broken
ImageMagick is not included in the standard RHEL 8 repositories.
In order to install the ImageMagick package, you should add epel-release repository to your server.
The following is example commands for adding the epel-release to RHEL 8.
Similarly, in order to install php-pecl-apc and php-pecl-memache, you should add Remi repository to your server.
Therefore, you should use PHP packages in the Remi repository as standard packages in your server.
I use the CentOS for Kaltura server.
So, I’m not familiar with using the Remi repository on RHEL 8.
The commands to use PHP 7.2 package of the Remi repository as standard PHP package on the CentOS 8 is shown below.