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
Similar Posts:
- [Solved] Error in installing RPM package in CentOS – no key
- Glusterfs mount error reporting solution
- [Solved] Centos6: Python 2.6 upgrade to 3.7, error handling [no module named ‘_ctypes’]
- [Solved] Centos6.8 yum Error: YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid
- Centos6 upgrades glibc-2.17 to solve requirements: libc. So. 6 (glibc)_ 2.14) (64bit) error resolution
- Tensorflow Warning: cona The environment is inconsistent, please check the package plan carefully
- Centos6.8 yum Error & Fix YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid
- NameError: name ‘pip’ is not defined
- ImportError: No module named pkg_resources [How to Solve]