help-cfengine
[Top][All Lists]
Advanced

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

RE: "Cannot find BerkelyDB" configure 2.0.1


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

Im very sorry. My cut and past was wrong. This is correct.

$ nl configure | sed -n '3458,3470p'
3165            done
3166        fi
3167        if test x"$BERKELEY_DB_DIR" = xyes ; then
3168            for v in db4 db3 db2 db; do
3169    #            if test -d "$BERKELEY_DB_DIR/include/$v" ; then
3170                if test -d "/usr/include/$v" ; then
3171                    BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
3172                    BERKELEY_DB_CFLAGS="-I/usr/local/include/$v"
3173                    BERKELEY_DB_LIB="-l$v"
3174                    echo "$as_me:3466: result: FreeBSD locations" >&5
3175    echo "${ECHO_T}FreeBSD locations" >&6
3176                    break
3177                fi

-benny



reply via email to

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