| From | Sent On | Attachments |
|---|---|---|
| ably...@epix.net | Apr 22, 2002 8:39 pm | |
| Andy Blyler | Apr 22, 2002 9:04 pm | |
| Michael Carmack | Apr 22, 2002 9:25 pm | |
| Andy Blyler | Apr 22, 2002 9:34 pm | |
| Iustin Pop | Apr 22, 2002 9:50 pm | |
| Iustin Pop | Apr 22, 2002 10:09 pm | |
| Andy Blyler | Apr 22, 2002 10:13 pm | |
| Iustin Pop | Apr 22, 2002 10:18 pm | |
| Bill Campbell | Apr 22, 2002 10:27 pm | |
| ed...@edginton.net | Apr 24, 2002 3:01 pm | |
| Andy Blyler | Apr 24, 2002 5:52 pm | |
| Charlie Watts | Apr 24, 2002 6:37 pm | |
| Sam Varshavchik | Apr 24, 2002 6:57 pm | |
| Andy Blyler | Apr 24, 2002 7:14 pm |
| Subject: | Re: [courier-users] GDBM issue | |
|---|---|---|
| From: | Andy Blyler (ably...@epix.net) | |
| Date: | Apr 22, 2002 10:13:39 pm | |
| List: | net.sourceforge.lists.courier-users | |
Great! That fixed that issue. How it says that my C++ compiler is non
existant.
checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... (cached) gcc checking whether the C compiler (gcc -L/usr/lib) works... yes checking whether the C compiler (gcc -L/usr/lib) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for AIX... no checking for minix/config.h... no checking for gawk... (cached) gawk checking for c++... no checking for g++... no checking for gcc... gcc checking whether the C++ compiler (gcc -L/usr/lib) works... no configure: error: installation or configuration problem: C++ compiler cannot cre ate executables. configure: error: ./configure failed for bdbobj
# rpm -q gcc gcc-2.96-98
Do I need the src RPM also?
Thanks, Andy
----- Original Message ----- From: "Iustin Pop" <ius...@intensit.de> To: "Andy Blyler" <ably...@epix.net> Cc: <cour...@lists.sourceforge.net> Sent: Tuesday, April 23, 2002 1:09 AM Subject: Re: [courier-users] GDBM issue
Try "rpm -q gdbm-devel". Usually for a package to compile using library X, it needs both the package X and X-devel. Package X contains what is needed for running of programs with library X, and package X-devel contains what is needed for compiling programs against library X.
On Tue, 2002-04-23 at 07:04, Andy Blyler wrote:
When I run ./configure as a normal user I get: checking for gdbm_open in -lgdbm... no checking for gdbm_open... no checking for dbopen in -ldb... no checking for db_open in -ldb... no checking for db_env_create in -ldb... no checking for dbopen... no checking for db_open... no checking for db_env_create... no configure: error: Cannot find either the gdbm or the db library.
$ rpm -q gdbm gdbm-1.8.0-10
$ ls /usr/lib/*gdbm*.* /usr/lib/libgdbm.so.2 /usr/lib/libgdbm.so.2.0.0
Any suguestions? I am running Red Hat 7.2.
Thanks, Andy





