Closed chrystelletableau closed 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
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' 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 ?