-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error: version `GLIBC_2.29' not found #403
Comments
For completeness, of course I executed
(I've also tried using the mentioned |
JFTR, this still occurs on Ubuntu 20.04. System Info:
Log:
|
Thinking this might be an issue with snap itself, I've reported a bug about the core snap, but they say it's the See also nodesource/distributions#804 . This issue also mentions gyp as a potential cause. Do you think it might be a problem with |
Any news on this. I am having a similar problem:
it is asking for GLIBC_2.29 and when I ran this command:
2.29 is not there. However, my ldconfig:
Does anyone know how to change so that it does not uses Snap or how to add GLIBC_2.29 to the Snap Core library? |
Having pretty much the same problem: |
having same issue:
|
i have same thing |
Afaik this issue is caused when you build Here is our version of https://github.com/apify/better-sqlite3-with-prebuilds It is just a clone of the repo with more prebuilds and inlined TS support (no changed other than that). |
I have same thing, But I have no problem compiling it. This error occurred when I ran the packaged Electron application |
@JoshuaWise This error also occurs when running in Electron on Debian Buster. This only occurs during I can install better-sqlite3 (it uses the electron prebuilt package), but when the app runs, it has this problem.
|
Seems like from #586 using version 7.1.2 might solve this temporarily? Looks like changing the github actions pipeline to build on Ubuntu 18.04 might solve this? Not totally sure here, but it rings a bell from an earlier problem I had on my app. |
As I already noted above, building via ubuntu 16 fixes this. Not sure if ubuntu 18 will work too, I believe not. The problem is with back compatibility, if you build with newish GLIBC, you need to have newish version to use it too. When building with the old version, it will work fine. |
So Github actions supports Ubuntu 18-04 - |
I am on Suse Enterprise 12 SP3 and downgrading to 7.1.2 does NOT solve the issue. npm ERR! g++: error: unrecognized command line option ‘-std=c++14’ Any advice? |
This change is necessary since `ubuntu-18.04` is now fully unsupported by GitHub.
how to fix this error guys? I got this error on Centos 7, I have installed gcc, python with the following command:
|
I've had this problem yesterday, I spent way to many hours on it. |
I don't know if this is a bug in better-sqlite3 or in snap.
With the following minimal demo package:
I get this error:
some system info:
The text was updated successfully, but these errors were encountered: