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

Cpuspeed Reboot Loop on Dual Opteron

I recently had a problem with a dual Opteron system going into…

SMTP Errors – 550 vs 450

Well I got a lesson in properly configuring your e-mail server’s error…

Firefox Blinking Cursor Issue

For some reason, Firefox started to display a blinking cursor, like web…

Simple Guide To Signing RPMs with FPM

I’ve been using the excellent fpm (Effing package manager!) tool for automatically…