Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite version compatibility #106

Closed
axxName opened this issue Dec 26, 2023 · 3 comments
Closed

sqlite version compatibility #106

axxName opened this issue Dec 26, 2023 · 3 comments

Comments

@axxName
Copy link

axxName commented Dec 26, 2023

According to src/sqlite3.h modules compiled for version:
#define SQLITE_VERSION "3.44.2"

for older versions of SQLITE (in older linuxes) there is 'segmentation fault' when loading this modules
Example:Oracle Linux Server 7.7
sqlite3 --version3.7.17 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668
sqlite> .load ./statssqlite> select percentile(num,25) from test;
Segmentation fault (core dumped)

Need annotation about version applicability in README

@axxName
Copy link
Author

axxName commented Dec 26, 2023

And about glibc version compatibility too

ldd sqlean.so
./sqlean.so: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./sqlean.so)

@justinclift
Copy link

If you're ok to compile the sqlean source code on your system, rather than use the precompiled version, that should fix your immediate problem and get things working. 😄

@nalgeon
Copy link
Owner

nalgeon commented Jan 10, 2024

Sorry, I do not have the capacity to investigate the specific version compatibility. Building from source is always an option as Justin said.

@nalgeon nalgeon closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants