ClickHouse / clickhouse-odbc

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

libicuuc.so.50 not found #308

Closed chrystelletableau closed 4 years ago

chrystelletableau commented 4 years ago

Hi, I tried a connection to Clickhouse DB via this ODBC driver from Tableau Server on an Ubuntu distrib. We have an error message from Tableau '... libclickhouseodbcw.so file not found' image and if we check dependancies via ldd libclickhouseodbcw.so command response we see : 'libicuuc.so.50 => not found' But impossible to install the libicu as explained in your documentation ... command response we see : 'Unable to locate package libicu' in fact libicu packages available for Ubuntu tried to install the libicu-dev package but not better ... Any workaround ?

traceon commented 4 years ago

This is described in release notes of https://github.com/ClickHouse/clickhouse-odbc/releases/tag/v1.1.7.20200414 I suggest you to build the driver manually for your system. It is easy: https://github.com/ClickHouse/clickhouse-odbc/blob/master/README.md#building-from-sources https://github.com/ClickHouse/clickhouse-odbc/blob/master/README.md#building-from-sources-debianubuntu