atom feed21 messages in net.sourceforge.lists.courier-users[courier-users] Re: gdbm or db files ...
FromSent OnAttachments
mickJul 31, 2001 8:49 am 
Sam VarshavchikJul 31, 2001 2:50 pm 
mickAug 1, 2001 7:27 am 
Ken HerronAug 1, 2001 10:07 am 
Sam VarshavchikAug 1, 2001 2:48 pm 
mickAug 6, 2001 6:37 am 
Sam VarshavchikAug 6, 2001 2:25 pm 
mickAug 7, 2001 5:58 am 
Sam VarshavchikAug 7, 2001 3:02 pm 
Rocio Alfonso PitaAug 8, 2001 12:33 am 
Rocio Alfonso PitaAug 8, 2001 12:42 am 
Sam VarshavchikAug 8, 2001 4:44 am 
mickAug 10, 2001 8:20 am 
Ken HerronAug 10, 2001 9:04 am 
mickAug 10, 2001 9:36 am 
Daniel BiddleAug 10, 2001 10:49 am 
mickAug 10, 2001 11:29 am 
Sam VarshavchikAug 10, 2001 5:51 pm 
Sam VarshavchikAug 10, 2001 5:53 pm 
Sam VarshavchikAug 10, 2001 5:54 pm 
mickAug 13, 2001 6:32 am 
Subject:[courier-users] Re: gdbm or db files not found
From:Rocio Alfonso Pita (roz@universalsupport.com)
Date:Aug 8, 2001 12:33:58 am
List:net.sourceforge.lists.courier-users

Hi!

I have the same problem. I look in bdbobj/config.log and appears:

configure:1068: checking whether the C++ compiler (gcc ) works configure:1084: gcc -o conftest conftest.C 1>&5 gcc: installation problem, cannot exec `cc1plus': No such file or directory configure: failed program was:

#line 1079 "configure" #include "confdefs.h"

int main(){return(0);}

I don't understand this, can you help me?

TIA and regards, rozio

Sam Varshavchik wrote:

mick writes:

On Mon, 6 Aug 2001, Sam Varshavchik wrote:

mick writes:

Ok, I do have gcc-cpp package installed:

That's nice, but that's not gcc-c++

This is the error from config.log:

configure:1567: checking for db_env_create configure:1595: gcc -o conftest -g -O2 conftest.c 1>&5 /home/mdobra/tmp/ccZ6HbV7.o: In function `main': /home/mdobra/courier-imap-1.3.8.2/configure:1589: undefined reference to `db_env_create'

Perfectly normal. You do not have db[123] installed. That's fine, as long as gdbm is installed instead. And, this has nothing to do with C++ support.

Ok, but it doesn't finish compiling so something isn't correct.

checking whether the C++ compiler (gcc ) works... no

configure: error: installation or configuration problem: C++ compiler cannot create executables. configure: error: ./configure failed for bdbobj

Thats why I'm looking into C++.

Right. So, find the appropriate error messages in config.log. The ones you posted are for something that's completely different -- gdbm/db detection in the top level configure. Here, your failure is in the bdbobj subdirectory, so look in bdbobj/config.log instead.