mapbox / node-or-tools

Node.js bindings for or-tools vehicle routing problems
MIT License
146 stars 48 forks source link

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

Closed ivosabev closed 6 years ago

ivosabev commented 6 years ago

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

daniel-j-h commented 6 years ago

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

ivosabev commented 6 years ago

Made it work by compiling on the server. Thanks!

daniel-j-h commented 6 years ago

Great, happy routing! 🚗 ✨