harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.15k stars 419 forks source link

Can we support more glibc version ? #297

Closed coderpolo closed 1 year ago

coderpolo commented 2 years ago

want use cache feature on old centos 6.2 with glibc like 2.12.

I had test q(3.1.6) with glibc 2.17 on CentOS 7.8. It works fine. so i have to scp file to the machine with glibc 2.17 serval times a day.

harelba commented 1 year ago

Sorry, the limitation of glibc version is related to the packaging process of q (a pyoxidizer limitation). I wanted to provide support for a lower glibc version but it's not possible with pyoxidizer.