lumo icon indicating copy to clipboard operation
lumo copied to clipboard

1.9.0 Broken on CentOS 7 - GLIBCXX_3.4.20 not found

Open SVMBrown opened this issue 6 years ago • 4 comments

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

SVMBrown avatar Nov 28 '18 20:11 SVMBrown

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 avatar Nov 28 '18 22:11 anmonteiro

@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.

chr15m avatar Dec 29 '18 00:12 chr15m

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)

arichiardi avatar Apr 12 '19 21:04 arichiardi

Yet another discover, @grav has done a lot of work in his fork for building lumo statically.

arichiardi avatar Apr 12 '19 21:04 arichiardi