help-cfengine
[Top][All Lists]
Advanced

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

cfengine 2.1 configure problem on linux Redhat 9


From: Alex Zlatsin
Subject: cfengine 2.1 configure problem on linux Redhat 9
Date: Wed, 23 Jul 2003 20:11:05 -0400

Hello,

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

Regards,
Alex



reply via email to

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