You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are multiple opened issues here with the same root cause
"
the pre-built Linux package is built on CentOS 7, and it depends on the default system version of ICU, which is ICU 50.
"
ICU 50 doesnt come in all Linux distributions and cause a pain for users to install clickhouse-odbc package.
It makes sense to change build process to fix it. Possible solutions:
Make builds for every major Linux distributions (Ubuntu 18,20,22..,EL7, EL8, Debian)
Dependency on packaged libraries is nonsense; it should build all dependencies from the sources and link them statically. See how ClickHouse itself does it. The build with OS dependencies should not exist at all.
This would solve the libicu issues that have been reported in a couple of places :
#384
#358
The text was updated successfully, but these errors were encountered: