help-cfengine
[Top][All Lists]
Advanced

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

Re: Fwd: Re: compile problem


From: Martin A. Brooks
Subject: Re: Fwd: Re: compile problem
Date: Thu, 25 Jul 2002 09:53:25 +0100

Hi Adam


What does config.log show ?

It shows:

[root@rhupdate cfengine-2.0.3]# cat config.log  | grep -i db
configure:3440: checking for BerkeleyDB location
configure:3493: result: /usr/local/BerkeleyDB.4.0
configure:3512: checking Berkeley DB Version
configure:3536: gcc -o conftest -g -O2 -I/usr/local/BerkeleyDB.4.0/include -L/usr/local/BerkeleyDB.4.0/lib conftest.c -lm -ldb >&5 ./conftest: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory
#include <db.h>
    printf("%d.%d.%d ",DB_VERSION_MAJOR,DB_VERSION_MINOR,DB_VERSION_PATCH);
if (DB_VERSION_MAJOR < 3 || (DB_VERSION_MAJOR == 3 && DB_VERSION_MINOR < 2)) configure:3552: error: This release of cfengine requires BerkeleyDB 3.2 or later
#define USE_BERKELEY_DB 1

Yet this file /does/ exist....

[root@rhupdate cfengine-2.0.3]# ls -l /usr/local/BerkeleyDB.4.0/lib/libdb-4.0.so -r--r--r-- 1 root root 598354 Jul 24 11:36 /usr/local/BerkeleyDB.4.0/lib/libdb-4.0.so


Regards

Mart.




reply via email to

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