Hi All
After below commands
yum clean all
yum install kaltura-server
I got this error
–> Finished Dependency Resolution
Error: Package: kaltura-ffmpeg-2.7.2-2.x86_64 (Kaltura)
Requires: libopenjpeg.so.2()(64bit)
Error: Package: kaltura-ffmpeg-aux-2.1.3-1.x86_64 (Kaltura)
Requires: libopenjpeg.so.2()(64bit)
Error: Package: kaltura-segmenter-1.0-2.x86_64 (Kaltura)
Requires: libopenjpeg.so.2()(64bit)
Error: Package: kaltura-sphinx-2.2.1-19.x86_64 (Kaltura)
Requires: libmysqlclient.so.16()(64bit)
Error: Package: kaltura-sphinx-2.2.1-19.x86_64 (Kaltura)
Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit)
Error: Package: php-pecl-ssh2-0.12-2.x86_64 (Kaltura)
Requires: php(api) = 20090626
Available: php-common-5.4.16-36.el7_1.x86_64 (base)
php(api) = 20100412-64
Available: php-common-5.4.16-36.1.el7_2.1.x86_64 (updates)
php(api) = 20100412-64
Installing: php-common-5.4.16-36.3.el7_2.x86_64 (updates)
php(api) = 20100412-64
Error: Package: kaltura-librtmp-2.3-2.x86_64 (Kaltura)
Requires: libgnutls.so.26()(64bit)
Error: Package: kaltura-nginx-1.8.1-8.x86_64 (Kaltura)
Requires: libpcre.so.0()(64bit)
Error: Package: kaltura-librtmp-2.3-2.x86_64 (Kaltura)
Requires: libgnutls.so.26(GNUTLS_1_4)(64bit)
Error: Package: php-pecl-ssh2-0.12-2.x86_64 (Kaltura)
Requires: php(zend-abi) = 20090626
Available: php-common-5.4.16-36.el7_1.x86_64 (base)
php(zend-abi) = 20100525-64
Available: php-common-5.4.16-36.1.el7_2.1.x86_64 (updates)
php(zend-abi) = 20100525-64
Installing: php-common-5.4.16-36.3.el7_2.x86_64 (updates)
php(zend-abi) = 20100525-64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
What should I do ?
Best Regards,
Amir
Hi
I found the problem
If you are using RHEL/CentOS 7, edit /etc/yum.repos.d/kaltura.repo and change the [Kaltura] section:
baseurl = http://installrepo.kaltura.org/releases/latest/RPMS/$basearch/
to read:
baseurl = http://installrepo.kaltura.org/releases/rhel7/RPMS/$basearch/
Best Regards,
jess
3
Hi Amir,
Indeed:)
This is explained here:
Thanks,
1 Like