Function for glibc version compatibility check
needs some fix
#283
Unanswered
yureutaejin
asked this question in
Known bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I've been installing
q
in my remote ubuntu laptop, for Using CLI Autocomplete on a remote machine.But when I tried
q/.install.sh
, I got below error.How I solved
Checkout machine's glibc version
ldd version
install.sh
about finding path of glibc.Fix install.sh
install.sh
, there is function namedcheck_glibc_version
LIBC_PATH=/[lib64 or lib]/libc.so.6
96 ~ 99
which uses thecheck_glibc_version
Execute
./install.sh
and follow docsAdditional Question
Please fix
qterm
things.Beta Was this translation helpful? Give feedback.
All reactions