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

library version problem? #4

Open
jwasmuth opened this issue Sep 11, 2018 · 1 comment
Open

library version problem? #4

jwasmuth opened this issue Sep 11, 2018 · 1 comment

Comments

@jwasmuth
Copy link

I get the following error when I use either the recompiled binaries or ones I make myself (gcc=5.2.0)

-bash-4.2$ ./reckoner
./reckoner: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by ./reckoner) ./reckoner: /lib64/libstdc++.so.6: version CXXABI_1.3.8' not found (required by ./reckoner)
./reckoner: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./reckoner)

Any advice welcome. Thanks

@maciejdlugosz
Copy link
Contributor

As precompiled version is compiled statically, it should not require any external library ("ldd reckoner" command can confirm).

If you compile yourself, the output binaries can be run only on machine you compiled reckoner on. On the other machines it is typical to get such errors.

Please specify the OS you are compiling and running reckoner.

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