lumo
lumo copied to clipboard
1.9.0 Broken on CentOS 7 - GLIBCXX_3.4.20 not found
Similar to #414 but felt it was worth adding that even with the latest version of C++ available on CentOS 7, it still fails. Currently pinning to version 1.8.0
Thanks for reporting. Unfortunately this is related to Node.js using a higher version of libc. I think we may have to wait for CentOS to have that version available.
@anmonteiro I'm also running into this on Ubuntu 14.04 - could you give me any pointers on how to make #374 happen as this would avoid this situation. What I want is the final version of the lumo Javascript bundle that gets built before the nexe packaging stage. Then I can run it with my own Node binary.
This also happens in an AWS custom layer apparently, just tried and I get
/opt/lumo: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/lumo)
/opt/lumo: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /opt/lumo)
Yet another discover, @grav has done a lot of work in his fork for building lumo statically.