help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cfengine 2.1 configure problem on linux Redhat 9


From: Hans Deragon
Subject: Re: cfengine 2.1 configure problem on linux Redhat 9
Date: 18 Aug 2003 07:40:39 -0700

Eric Sorenson <eric@explosive.net> wrote in message 
news:<mailman.604.1059421829.8231.help-cfengine@gnu.org>...
> On Wed, 23 Jul 2003, Alex Zlatsin wrote:
> 
> > Found the configure problem when running cfengine 2.1.0a6 configure on
> > linux RH9. Error: Berkeleydb not found, but it was installed, version
> > 4.0.
> > 
> > The fix is to change line 7577 in configure file to:
> > 
> >  if test -f "$d/include/$v/db.h" -a -f "$d/lib/lib$v.so" ; then
> > 
> > from:
> >  if test -f "$d/include/$v/db.h" ; then
> 
> Par for the course for BerkeleyDB there are a couple of different
> problems with it on rh9, one of which I believe is redhat's fault and
> not autoconf/configure.ac. I get the message :
> 
> configure: error: This release of cfengine requires BerkeleyDB 3.2 or later
> 
> Even though both db4 and db4-devel are installed.  Is this the
> same thing you're seeing?  The problematic test is this one:
> 
> ++ echo configure:7658: 'gcc -o conftest -pthread -g -O2
> -I/usr/include/db4 -pthread     conftest.c -lm  -ldb4 >&5'
> 
> The '-ldb4' option is (reasonably, I think) derived from the fact that
> the include files are located in '/usr/include/db4'. However this doesn't 
> work because there is no file or symlink in ld's search path that
> is named 'libdb4.so'.  
> 
> I'll open a bug on bugzilla.redhat.com about this, it's annoying.

Have you opened a bug report on bugzilla.redhat.com?  I searched their
bugzilla database for Berkeley but could not find anything related to
this particular problem.

It would be nice if cfengine could be installed on Red Hat without a
problem.

Best regards,
Hans Deragon
--
Consultant en informatique/Software Consultant
Deragon Informatique inc.         Open source:
http://www.deragon.biz            http://swtmvcwrapper.sourceforge.net
mailto://hans@deragon.biz         http://autopoweroff.sourceforge.net


reply via email to

[Prev in Thread] Current Thread [Next in Thread]