help-cfengine
[Top][All Lists]
Advanced

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

"Cannot find BerkelyDB" configure 2.0.1


From: Benny Kjellgren
Subject: "Cannot find BerkelyDB" configure 2.0.1
Date: Thu, 11 Apr 2002 16:29:09 +0200

Hi.

On a machine where I have compiled v2.0.0 with no problem. Now says "Cannot 
find BerkelyDB" when I try to compile v2.0.1 (running 'configure'. The machine 
is a RedHat 7.0.

If I make following change in 'configure' i works fine (line 3462 and 3463).

3458         done
3459     fi
3460     if test x"" = xyes ; then
3461         for v in db4 db3 db2 db; do
3462 #            if test -d "/include/" ; then
3463             if test -d "/usr/include/" ; then
3464                 BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
3465                 BERKELEY_DB_CFLAGS="-I/usr/local/include/"
3466                 BERKELEY_DB_LIB="-l"
3467                 echo ":3466: result: FreeBSD locations" >&5
3468 echo "FreeBSD locations" >&6
3469                 break
3470             fi

Is it a bug? Or do I something wrong?

-benny



reply via email to

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