If you try to make or install a program and you receive an error like this:

make[2]: cc: Command not found

Then that means you don’t have a C+ compiler installed!

If you are using centOS or other yum based distro, type:

yum install gcc-c++

That will install the needed RPMs for you.

You May Also Like

A Poor Man’s VPN: Proxy Web Connection to Remote Server (via SSH and Tunnel)

Did you ever have a situation where you needed to access a…

Problem installing PECL PHP extensions while /tmp is secured

I recently tried to install a PHP PECL extension on a server…

My MySQL Binary Log files are taking up all my disk space!

…and other MySQL Oddities. If your MySQL binary log files are a…

Apache’s mod_proxy with Exchange’s Outlook Web Access

Apache’s mod_proxy module is simply one of the best Apache modules out…