configure:1585: checking for db_env_create
configure:1613: gcc -o conftest -g -O2 -I/usr/local/ssl/include -L/usr/lib
conftest.c  1>&5
/tmp/ccY3w78c.o: In function `main':
/home/ajb/courier-imap-1.4.4/configure:1607: undefined reference to
`db_env_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1590 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char db_env_create(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char db_env_create();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_db_env_create) || defined (__stub___db_env_create)
choke me
#else
db_env_create();
#endif

; return 0; }

----- Original Message -----
From: "Michael Carmack" <[EMAIL PROTECTED]>
To: "Andy Blyler" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 23, 2002 12:25 AM
Subject: Re: [courier-users] GDBM issue


> On Tue, Apr 23, 2002 at 12:04:27AM -0400, 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.
>
> Look at config.log for the configure script that failed.
>
> m.
>
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to