[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FreeBSD with Berkeley DB4.1
From: |
Armin Wolfermann |
Subject: |
Re: FreeBSD with Berkeley DB4.1 |
Date: |
Fri, 10 Oct 2003 16:16:25 +0200 |
User-agent: |
Mutt/1.5.4i |
* Gert Koops <Gert.Koops@Atosorigin.com> [10.10.2003 15:37]:
> anybody there who's got a version of Cfengine working under FreeBSD 4.4 or
> higher I would really appreciate it if anybody who has a working situation,
> could tell me which version of Cfengine I should try tried serveral version
> each of them has the same problem, when configuring
>
> checking Berkeley DB Version... configure: error: This release of cfengine
> requires BerkeleyDB 3.2 or later
A simple workaround is to make an additional link to your libdb:
cd /usr/local/lib
ln -s libdb41.so libdb.so
and configure like this:
env CPPFLAGS="-I/usr/local/include/db41" LDFLAGS="-L/usr/local/lib" ./configure
Regards,
Armin Wolfermann