Tag Archives: CentOS7 clickhouse Install error

[Solved] CentOS7 clickhouse Install error: Missing the Dependecy libicudata.so.50

The following error occurred when installing Clickhouse under CentOS 7

root@localhost 7]# rpm -ivh clickhouse-common-static-18.14.13-1.el7.x86_64.rpm
Error: Dependency detection failed.
libicudata.so.50()(64bit) is required by clickhouse-common-static-18.14.13-1.el7.x86_64
libicui18n.so.50()(64bit) Required by clickhouse-common-static-18.14.13-1.el7.x86_64
libicuuc.so.50()(64bit) required by clickhouse-common-static-18.14.13-1.el7.x86_64

use

yum install libicu.x86_64

 

Solution:

It doesn’t work for CentOS 8

Please check for details

https://centos.pkgs.org/7/centos-x86_64/libicu-50.2-4.el7_7.x86_64.rpm.html