Skip to content

Failed To Build From Source

hulk edited this page Jan 15, 2022 · 2 revisions

Question 1: CMake cannot find -lstdc++ on centos

Kvrocks would try to static link the glibc and c++ std library when using cmake on centos, so please install the static library first with command: sudo yum install -y glibc-static libstdc++-static