NebulaGraph Database: the compilation of nebula-cpp client failed and I want to restore it.
Nebula version is v3.5.0. Deployment is standalone. Installation is RPM. It has been deployed in a production environment. The problem I encountered is as follows: Compilation of nebula-cpp client fails. I have identified the issue to be the missing cdn file: https://oss-cdn.nebula-graph.com.cn/third-party/2.0/vesoft-third-party-2.0-x86_64-libc-2.17-gcc-7.1.0-abi-11.sh
I have looked at the logic in nebula-cpp/third-party/install-third-party.sh and it used to support the libc-2.17-gcc-7.1.0 combination. I suspect that the file vesoft-third-party-2.0-x86_64-libc-2.17-gcc-7.1.0-abi-11.sh has been removed from the cdn. Can anyone help restore it?
libc_preset_versions=( 2.32 2.31 2.28 2.27 2.23 2.17 ) gcc_preset_versions=( 10.1.0 9.3.0 9.2.0 9.1.0 8.3.0 7.5.0 7.1.0 )