Closed mrimvo closed 3 years ago
hello @mrimvo Do you know which version of Ubuntu LTS supports that version of glibc? If yes, the Github Action's platform could potentially be changed to alleviate this issue.
Thank you for your quick answer, I appreciate. Doing some research I found that Ubuntu 14.04 uses GLIBC 2.19. Ubuntu 16.04 seems to use 2.23.
Generally, the older GLIBC used in compiling, the better is the compatibility of the resulting binaries.
I think in Github Actions, there is only Ubuntu 16.04 available, no earlier version. If you could use this for compiling the library, that would help me a lot. Thank you :)
I would like to use sqlite on a linux headless server. Similar to #7.
My docker is running jessie-slim with GLIBC 2.19. When hitting the line
db = SQLite.new()
, the plugin reports:From what I understand, the library must be compiled with GLIBC 2.19 or earlier to run on GLIBC 2.19 or later.
This error affects any unix system with GLIBC older than 2.28.