TECHIES WORLD

For Techs.... Techniques.... Technologies....

CpanelLinux

CentOS / RHEL: configure: error: C++ compiler g++ does not work or no compiler found


CentOS / RHEL: configure: error: C++ compiler g++ does not work or no compiler found


This error means that the server is missing the g++ and we need to install this package to resolve this problem.

#yum install gcc gcc-c++

That's all...

Leave a Reply