yes it uses berkeleyDB library to work, you need to use a static build when you do a compile, I beleive CFLAGS="static" is used when you use your ./configure, and this binary would work fine.
 
Or the other route is package BerkeleyDB seperately and use it as a pre-requisite when installing cfengine.
 
regards
 
Pratyush

"Martin, Jason H" <[EMAIL PROTECTED]> wrote:
> Does the cfexecd program need to use any code from the
> BerkeleyDB
> libraries in order to act as a wrapper for launching cfagent or other
> cfengine programs?
I believe cfexecd uses BerkeleyDB in order to determine if it has
already launched cfagent for the current cycle, otherwise it will launch
CFE one per minute during the execution window.

Ldd of cfexecd indicates it links to berkeleyDB, so it cannot run if the
library is missing.

-Jason Martin


_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine


Yahoo! for Good - Make a difference this year.
_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to