nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.65k stars 115 forks source link

sqlean and fileio complain about GLIBC_2.33 missing #90

Closed veermans closed 1 year ago

veermans commented 1 year ago

The complete package sqlean.so looked like a neat idea but it failed to load on Ubuntu 20.04.6 LTS (I cannot upgrade to 22). It seems that the issue is with fileio.so.

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by sqlean.so)

Does fileio.so indeed need GLIBC > 2.31 (Ubuntu 20.04 version) or would recompiling against 2.31 suffice?

nalgeon commented 1 year ago

Thanks for noticing! Fixed in 0.21.6.