noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.93k stars 72 forks source link

Hi is there any versions of trdsql that work with "GLIBC_2.28"? #253

Open joe-duvall opened 8 months ago

joe-duvall commented 8 months ago

Hi,

Thank you so much for this product. The team I work on has used this quite a bit. I have had to upgrade to Oracle Linux 8.8 and I am trying to get trdsql installed on this box.

I have downloaded the latest version and I am running into the error /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./trdsql)

I have subsequently downloaded earlier versions of the *_linux_amd64.zip and run into the same problem each time. Are you aware of a version or something I can do to get this to run with glibc_2.28?

Thank you so much for your time and effort, Joe

noborus commented 8 months ago

Thank you for the issue. Currently, the old libc binaries do not exist, so you have no choice but to build them yourself.

I'm thinking of changing the way binaries that are placed in release are built. It may be resolved in the future.

noborus commented 8 months ago

I tried creating an older version of the binary. https://github.com/noborus/trdsql/releases/download/v0.13.0-rc11/trdsql_v0.13.0-rc11_linux_old_amd64.zip