Closed
Description
Hi,
I've just installed bat_0.20.0_amd64.deb successfully on my Debian 10.
However, I cannot run bat utility now as I get the following blocking error messages:
bat: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by bat)
bat: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by bat)
If I'm not wrong, I need package libc6-dev>=2.29 but in Debian 10 there is only 2.28.
- Am I correct please?
- Are the functionalities of GLIBC 2.29 essential to the program or could the latter be built with an older version?
- Maybe dependencies could be explicitly specified somewhere in the GitHub, especially when a breaking upgrade is required?
NB: I've never experienced issues when installing and launching previous bat versions on my Debian 10.
Thanks in advance and keep the good work with this great utility :)