Swoole Extension Install Error: configure: error: C preprocessor “/lib/cpp” fails sanity check

Configure: error: C preprocessor “/lib/CPP” failures sanity check

The reason: glibc headers and gcc-c++ is not installed

Excute
yum install glibc-headers
and
yum install gcc-c++

Done!

Similar Posts: