Forum: Cfengine Help
Subject: Re: solaris tokyocabinet and openssl config error
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,17878,17897#msg-17897
Maybe you should really assign a path where Tokyocabinet is. Also, it might be
a good idea to set some environment variables to right places. Imagine, all I
need is under /var/cfengine3 so I would do like this following.
export LDFLAGS="-L/var/cfengine3/lib -R/var/cfengine3/lib"
export CFLAGS="-I/var/cfengine3/include"
export LD_LIBRARY_PATH=/var/cfengine3/lib
export LD_RUN_PATH=/var/cfengine3/lib
./configure --prefix=/var/cfengine \
--with-pcre=/var/cfengine3 \
--with-openssl=/var/cfengine3 \
--with-tokyocabinet=/var/cfengine3 \
--without-sql \
--without-ldap \
--without-gd
Cheers,
--Nakarin
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine