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

Consider this configure script and output running on Solaris 10 for Sparc.

-bash-3.00$ ./conf
+ OPENSSL=/usr/sfw
+ PREFIX=/home/nwatson/cfengine
+ 
PATH=/usr/bin:/usr/ccs/bin:/usr/sfw/bin/:/usr/sfw/sparc-sun-solaris2.10/bin/:/usr/local/bin/
+ LDFLAGS=-L/home/nwatson/cfengine/lib
+ ./configure --prefix=/home/nwatson/cfengine --with-openssl=/usr/sfw 
--with-pcre=/home/nwatson/cfengine --with-berkeleydb=/home/nwatson/cfengine 
--with-tokyocabinet --sbindir=/home/nwatson/cfengine/bin --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



If I remove the option '--with-tokyocabinet' then Openssl is found and 
configure completes successfully.  I don't see how the two are related.  What 
have I missed?

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

Reply via email to