-
|
When I use DuckDB via duckdb_jdbc 0.3.1 on Ubuntu 18.04.6 LTS, it works. However, when I use DuckDB via duckdb_jdbc 0.3.1 on Red Hat Enterprise Linux Server release 7.6 (Maipo), it will throw the following issue. I'd like to know if my environment is missing some packages or DuckDB issue? |
Beta Was this translation helpful? Give feedback.
Answered by
hannes
Nov 25, 2021
Replies: 1 comment 11 replies
-
|
The GLIBC on the Redhat is too old. Can you build from source there? |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
yxmm-wxe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GLIBC on the Redhat is too old. Can you build from source there?