6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Problem with auth...
FromSent OnAttachments
Florent GilainJan 29, 2007 9:48 am 
Florent GilainJan 29, 2007 9:50 am 
Sam VarshavchikJan 29, 2007 3:18 pm 
Florent GilainJan 29, 2007 4:15 pm 
Gordon MessmerJan 29, 2007 4:54 pm 
Sam VarshavchikJan 29, 2007 4:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Problem with authlib-0.58 : C++ preprocessor "/lib/cpp" fails sanity checkActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Jan 29, 2007 4:54:34 pm
List:net.sourceforge.lists.courier-users

Florent Gilain wrote:

cpp: installation problem, cannot exec `cc1plus': No such file or directory

Your c++ compiler isn't installed. You're probably missing most all of your development environment.

If you're going to build packages, you should do so on a system other than your production system. Build another, identical system (possibly also in vmware), and install the dev tools:

yum install glibc-devel gcc gcc-c++ make ...

Courier also requires a bunch of -devel packages, but rpm will tell you about that when you try to build the software. Install all of the dependencies using yum.