help-cfengine
[Top][All Lists]
Advanced

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

Fix for Red Hat 9.0 Berkeley DB Error


From: Rasheda M Menzies
Subject: Fix for Red Hat 9.0 Berkeley DB Error
Date: Thu, 16 Oct 2003 14:07:35 -0400


In order for configure to run, and not report a BerkeleyDB error, on Red Hat
9.0. The following line in the Berkeley DB section
(Line 7608 of cfengine-2.1.0b5):

                if test -f "$d/include/$v/db.h" ; then

should be changed to:

                if test -f "$d/include/$v/db.h" -a -f "$d/lib/lib$v.so" ; then



Regards,
Rasheda

reply via email to

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