Skip to content

Getting errors when trying to run my index.js file on a remote linux server. #189

Closed Answered by giladgd
AnimeshDeb asked this question in Q&A
Discussion options

You must be logged in to vote

@AnimeshDeb It seems prebuilt binary fails to load on your Linux machine because the glibc version is older than 2.29, and that some C/C++ libraries are missing.

glibc 2.29 was released in 2019, so your Linux distro may be too outdated to run the prebuilt binaries; updating your distro's latest LTS version may help.
To make the build succeed you need some missing libraries; ChatGPT suggests that you run sudo apt install build-essential to install the missing stdatomic.h file, but it may not suffice; updating to the latest LTS version of your distro is most likely the right solution.

Also, try to use the latest version of the version 3 beta as it detects various incompatibilities in the cu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giladgd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants