Skip to content
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

least version of compiler which java npm supports #348

Open
kavipreetha opened this issue Aug 9, 2016 · 1 comment
Open

least version of compiler which java npm supports #348

kavipreetha opened this issue Aug 9, 2016 · 1 comment

Comments

@kavipreetha
Copy link

kavipreetha commented Aug 9, 2016

I have installed java npm 0.7.x in CentOS 6.
When i try to get the C++ compiler version using the following the following command,

ldd -v node_modules/java/build/Release/nodeJavabindings.node | grep GLIBCXX

I get the output as,
libstdc++.so.6 (GLIBCXX_3.4) => not found

I can see the the .so file in /usr/lib64/libstdc++.so.6 path

But, when I try the same command in Ubuntu 12.04
I get the output as,
libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/x86_64-linux-gnu/libstdc++.so.6

Can you let me know the least version of C++ compiler(GCC) which java npm supports.
Or what is the alternate way that will make java npm work in CentOS 6

@izikorgad
Copy link

izikorgad commented Aug 2, 2017

+1
We are trying to run node-java on Centos 6.6 and Red-Hat 6.8, on both cases we are getting the following error:
Error: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/jethro/jethromng/node_modules/java/build/Release/nodejavabridge_bindings.node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants