You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: