-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
v5.2.1 and v5.1.8 index does not work on CentOS 7 #68
Comments
The binaries are built using a module called nexe. As a workaround, install Node.js and get withExEditorHost from npm. |
Thanks, the nodejs and host setup from npm instructions both worked. As for the libstdc++ issue, I suppose I can attempt to create a binary with nexe on a CentOS 7 system and see what happens. When you create the binaries, do you use a Debian or Ubuntu host? |
I create 32bit binaries (both Windows and Linux) on my local Windows PC. Binaries are for the people who find it difficult to install Node.js. For a note, it seems that this issue is caused by V8 engine which Node.js uses. |
I'll close this. |
It looks like the development system has a higher libstdc++ than CentOS 7. When I try to run index, I get:
I am running libstdc++-4.8.5-39.el7.x86_64, which only has GLIBCXX_3.4.19 and CXXABI_1.3.7. Would it be possible to continue to support that version combination for a while? CentOS 7 will still get full updates until Q4 of 2020.
The text was updated successfully, but these errors were encountered: