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
v0.143.0 links against libstdc++ and the prebuilt binaries are compiled on a Debian 8 VM. Debian 8 has a newer version of libc++ than CentOS 7, which causes the flow binary to crash on CentOS 7:
.../node_modules/flow-bin/flow-linux64-v0.143.0/flow: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by .../node_modules/flow-bin/flow-linux64-v0.143.0/flow)
.../node_modules/flow-bin/flow-linux64-v0.143.0/flow: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by .../node_modules/flow-bin/flow-linux64-v0.143.0/flow)
We're fixing by changing the precompiled binaries to be built with CentOS 7, since it's older and supported through 2024, while Debian 8 is EOL.
The text was updated successfully, but these errors were encountered:
v0.143.0 links against libstdc++ and the prebuilt binaries are compiled on a Debian 8 VM. Debian 8 has a newer version of libc++ than CentOS 7, which causes the
flow
binary to crash on CentOS 7:We're fixing by changing the precompiled binaries to be built with CentOS 7, since it's older and supported through 2024, while Debian 8 is EOL.
The text was updated successfully, but these errors were encountered: