Installing C++ preprocessor in DirectAdmin

If you encounter this error message, this would imply that you do not have g++ installed:

checking whether we are using the GNU C++ compiler… no
checking whether g++ accepts -g… no
checking dependency style of g++… none
checking how to run the C++ preprocessor… /lib/cpp
*** The make has failed, do you want to try to make again? (y,n):

The gcc-c++ rpm and all it’s dependancies are required to resolve the issue.

Some dependancies include:

libstdc++-devel
libstdc++

If you have up2date, simply run:

up2date -u gcc-c++

or

yum install gcc-c++

Source include: http://directadmin.com/

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.