ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse
https://clickhouse.tech
Apache License 2.0
245 stars 86 forks source link

CentOS 8 Installation issue #360

Closed johnhummelAltinity closed 3 years ago

johnhummelAltinity commented 3 years ago

When installing the packaged 1.1.9 version of the RPM on CentOS 8, the following error is displayed:

error: Failed dependencies:
   libicuuc.so.50()(64bit) is needed by clickhouse-odbc-1.1.9-1.el7.x86_64

I'll attempt to build from source code, but it appears that the current libicu version used in CentOS 8 and above doesn't have the necessary libraries for clickhouse-odbc version 1.1.9.

traceon commented 3 years ago

Yes, the binary is compiled under CentOS 7. You need to recompile for your system.

johnhummelAltinity commented 3 years ago

@traceon I think the main issue