i was trying to compile the courier-imap and during make i was getting this error “ exec: g++: not found”
exec: g++: not found
i fixed it by installing gcc-c++ in my centos
yum install gcc-c++
Similar Posts:
- Cannot find either the gdbm or the db library with Courier-IMAP
- [Fix] Ziplib compile error with zziptest.c
- Install ClamAV in Centos with Cpanel
- How to Install suPHP in Linux
- bind /etc/named.conf missing
- Easy Install FFmpeg in Linux
- Xvfb Problems & Fixes
- Automatic Face Detection in Photos with PHP
- Fix: FreeFontPath: FPE “unix/:7100″ refcount is 2, should be 1; fixing
- Install Snort Intrusion Detection & Prevention System for Linux


October 15, 2009
Cheers this helped me just now
November 2, 2011
Thanks for this!!