mapbox/node-or-tools

Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' on RHEL 7.4

Closed this issue · 3 comments

The system supports only up to GLIBCXX_3.4.19. Any ideas on how to make it work?

The highest possible installed version is: libstdc++.i686 4.8.5-16.el7

I

Please see https://github.com/mapbox/node-or-tools#quick-start:

We ship pre-built native binaries (for Node.js LTS 4 and 6 on Linux and macOS). You will need a compatible C++ stdlib, see below if you encounter issues. Building from source is supported via the --build-from-source flag.

If you can't use mason for dependencies you have to install them on your own:

https://github.com/mapbox/node-or-tools/blob/master/scripts/install-deps.sh

Made it work by compiling on the server. Thanks!

Great, happy routing! 🚗 ✨