atom feed14 messages in net.sourceforge.lists.courier-usersRe: [courier-users] GDBM issue
FromSent OnAttachments
ably...@epix.netApr 22, 2002 8:39 pm 
Andy BlylerApr 22, 2002 9:04 pm 
Michael CarmackApr 22, 2002 9:25 pm 
Andy BlylerApr 22, 2002 9:34 pm 
Iustin PopApr 22, 2002 9:50 pm 
Iustin PopApr 22, 2002 10:09 pm 
Andy BlylerApr 22, 2002 10:13 pm 
Iustin PopApr 22, 2002 10:18 pm 
Bill CampbellApr 22, 2002 10:27 pm 
ed...@edginton.netApr 24, 2002 3:01 pm 
Andy BlylerApr 24, 2002 5:52 pm 
Charlie WattsApr 24, 2002 6:37 pm 
Sam VarshavchikApr 24, 2002 6:57 pm 
Andy BlylerApr 24, 2002 7:14 pm 
Subject:Re: [courier-users] GDBM issue
From:Iustin Pop (ius@ags.ro)
Date:Apr 22, 2002 9:50:41 pm
List:net.sourceforge.lists.courier-users

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.