Forum: Cfengine Help
Subject: Re: cf-serverd segfaulting
Author: bbomgardner
Link to topic: https://cfengine.com/forum/read.php?3,17924,18247#msg-18247

I am having the same issues with this version running on SLES 11 x86_64 (phys 
2.6.27.29-0.1-default).  It only occurs every day or so.
Frans, did you ever find out what was happening?


It is statically compiled:

BerkeleyDB
tar xvfz db-5.0.26.tar.gz && cd db-5.0.26/build_unix
../dist/configure --prefix=/tmp/cf_d --enable-static --disable-shared
make && make install
cd ../..

OpenSSL
tar xvfz openssl-1.0.0a.tar.gz && cd openssl-1.0.0a
./config --prefix=/tmp/cf_d no-shared no-dso
make && make install
cd ../..

PCRE
tar xvfz pcre-8.10.tar.gz && cd pcre-8.10
./configure --enable-static --disable-shared --prefix=/tmp/cf_d 
--enable-unicode-properties
make && make install
cd ../..

Cfengine 3
tar xvfz ccfengine-3.0.5p1.tar.gz && cd cfengine-3.0.5p1.tar.gz
./configure --with-openssl=/tmp/cf_d --with-pcre=/tmp/cf_d 
--with-berkeleydb=/tmp/cf_d --enable-static --disable-shared LDFLAGS='--static'
make && make install


_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to