Forum: Cfengine Help
Subject: Re: solaris tokyocabinet and openssl config error
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,17878,17894#msg-17894

At first I did think that Berkeley and TC were mutually exclusive.  Then I 
thought that TC enhanced BDB.  Now I see I was right the first time.  Alas, the 
error persist.
cd "cfengine"-"3.0.5p1" && \
LD_LIBRARY_PATH=/home/nwatson/cfengine/lib \
export LD_LIBRARY_PATH && \
LDFLAGS="-L/home/nwatson/cfengine/lib" \
./configure --prefix=/home/nwatson/cfengine \
        --with-pcre=/home/nwatson/cfengine \
        --without-berkeleydb\
        --with-openssl=/usr/sfw \
        --sbindir=/home/nwatson/cfengine/bin \
        --with-tokyocabinet \
         \
        --without-sql \
        --without-ldap \
        --without-gd 
...
checking for TokyoCabinet... checking for main in -ltokyocabinet... yes
checking tcutil.h usability... no
checking tcutil.h presence... no
checking for tcutil.h... no
checking tchdb.h usability... no
checking tchdb.h presence... no
checking for tchdb.h... no
checking for OpenSSL location... /usr/sfw
checking OpenSSL Version... configure: error: This release of cfengine requires 
openssl 0.9.7 or later
gmake: ***  Error 1

Any ideas?

_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to