skip to Main Content

Ubuntu – `GLIBC_2.34' not found

I'm trying to use the Heroku command line on Ubuntu, but coming up with an error, which I don't think is related to Heroku specifically. When I run heroku login I get /snap/heroku/current/bin/node: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by…

VIEW QUESTION

When I compile glibc-2.28 with the make command on centos 7.5, I got the error like argument 1 of type 'struct __jmp_buf_tag *' declared as a pointer

the steps is: update the make version to 4.8 update the gcc version to 12.2.0 Perform the following steps to compile glibc: tar zxf glibc-2.28.tar.gz && cd glibc-2.28 mkdir build && cd build ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin make…

VIEW QUESTION
Back To Top
Search