Centos 8 installation

Hello @jess and @maximrus I have the same issue when I try to cmake ..

-- Running cmake version 3.21.1
-- MySQL 5.5.62-38.14
-- Packaging as: percona-server-5.5.62-38.14-Linux-x86_64
CMake Error at cmake/dtrace.cmake:41 (MESSAGE):
  dtrace is not supported on this system
Call Stack (most recent call first):
  cmake/dtrace.cmake:65 (CHECK_DTRACE)
  CMakeLists.txt:160 (INCLUDE)

I’m on RHEL 8. How did you make it work ?

I followed this Installing Percona Server 5.5 documentation and I’m stuck at cmake ..

Thanks a lot!

Since I was unable to install Percona 5.5 I ended up installing mysql following this https://computingforgeeks.com/install-mysql-5-7-on-centos-rhel-linux/ but with the 5.5 version.

I now have a working installation of mysql 5.5 on my rhel8 server.

mysql --version
mysql  Ver 14.14 Distrib 5.5.62, for Linux (x86_64) using readline 5.1

But I still have issues at the yum install kaltura-server with the kaltura-sphinx package. Like in this post Centos 8 installation - #16 by caribbean.

yum install kaltura-server
Updating Subscription Management repositories.
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:11:28 le mer 18 aoû 2021 09:54:23 CEST.
Erreur :
 Problème: package kaltura-server-16.14.0-1.noarch requires kaltura-sphinx, but none of the providers can be installed
  - package kaltura-sphinx-2.2.1-23.x86_64 requires libmysqlclient.so.21()(64bit), but none of the providers can be installed
  - package kaltura-sphinx-2.2.1-23.x86_64 requires libmysqlclient.so.21(libmysqlclient_21.0)(64bit), but none of the providers can be installed
  - conflicting requests
  - package mysql-libs-8.0.13-1.module+el8+2558+036183ec.x86_64 is filtered out by modular filtering
  - package mysql-libs-8.0.17-3.module+el8.0.0+3898+e09bb8de.x86_64 is filtered out by modular filtering
  - package mysql-libs-8.0.21-1.module+el8.2.0+7855+47abd494.x86_64 is filtered out by modular filtering

Some mysql-libs are missing:

rpm -ql mysql-community-libs
/etc/ld.so.conf.d/mysql-x86_64.conf
/usr/lib64/mysql
/usr/lib64/mysql/libmysqlclient.so.18
/usr/lib64/mysql/libmysqlclient.so.18.0.0
/usr/lib64/mysql/libmysqlclient_r.so.18
/usr/lib64/mysql/libmysqlclient_r.so.18.0.0

Can someone help ? @jess maybe you have an idea how to get rid of this issue ?

Thanks.

1 Like