-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
version `GLIBC_2.25' not found (required by /lib/x86_64-linux-gnu/libuuid.so.1) #1959
Comments
Did you built from source or use prebuilds? If you built from source, are you trying to run Canvas on the same computer that you built it on, or are you transferring an installation? |
I believe i have tried both. I am using it on the virtual machine on google cloud running an ubuntu 18.04, nowhere else Edit: I have tried building glibc 2.25 with:
But stuck on
|
Is there a way to make the library use 2.27 instead of 2.25? |
I can't reproduce this with a brand-new Ubuntu 18.04 VM on GCP. (I was hoping to since we a have a lot of similar glibc issues open.) See below:
This is using prebuilds. What version of Canvas are you trying to use? Re: your last edits, changing system glibc versions is not safe. |
I have tried three of them.
I'm gonna try to reinstall the glibc. I really don't want to create a new vm machine and transfer everything there. |
Hi one last help please, I think I might have changed the environment path of my nodejs, like shouldn't it be using |
May i know how did you install the nodejs? I think glibc errors is occouring when nodejs is installed on snap? |
This is starting to make sense. I think you're using snaps instead of apt (or a manual install, which I'm doing), and the core snap probably has some older version of glibc or some other library loading issue is happening. I know close to nothing about working with snaps unfortunately, but hopefully that points you in the right direction. |
It works. TLDR: DON'T INSTALL NODEJS WITH SNAP. |
Issue
I am having trouble to make the library to work for a week now, I am able to install it but it keeps giving an error saying that GLIBC_2.25 is not found. I've also tried building it from source with no luck.
Steps to Reproduce
Your Environment
Ubuntu 18.04
Node v14.18.2
npm 6.14.15
ldd (Ubuntu GLIBC 2.27-3ubuntu1.4) 2.27
The text was updated successfully, but these errors were encountered: