ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[Build Error] run chat-gpt command error

Open Tabbleman opened this issue 3 years ago • 1 comments

Error message

chat-gpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by chat-gpt)
chat-gpt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by chat-gpt)

OS

Ubuntu 18.04

Environment

i've download glibc2.29 on my computer image but still got error above(or below?im not sure where the error message's location),shall i add a soft link between /lib/x86_64-linux-gnu/libc.so.6 and /opt/glibc2.29/lib/libglibc/libc.so.6? caz i got a warnning when i build glibc2.29:

*** On GNU/Linux systems the GNU C Library should not be installed into
*** /usr/local since this might make your system totally unusable.
*** We strongly advise to use a different prefix.  For details read the FAQ.
*** If you really mean to do this, run configure again using the extra
*** parameter `--disable-sanity-checks'.

Tabbleman avatar Feb 10 '23 13:02 Tabbleman

At any time, it is unwise to change the libc version of any GNU/Linux-based OS by yourself, unless you know exactly what this means and can handle the extensive link errors of executable files caused by it. Other solusions include updating your Ubuntu version or build this app by yourself(may have other problems).

yixinBC avatar Feb 10 '23 14:02 yixinBC

At any time, it is unwise to change the libc version of any GNU/Linux-based OS by yourself, unless you know exactly what this means and can handle the extensive link errors of executable files caused by it. Other solusions include updating your Ubuntu version or build this app by yourself(may have other problems).

thanks for your reply, i'm gonna try to build this app by my self...wish me good luck

Tabbleman avatar Feb 14 '23 05:02 Tabbleman