[Build Error] run chat-gpt command error
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
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'.
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).
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