On 11/02/2016 02:29 AM, Joe Mistachkin wrote:
> I think using OpenSSL 1.1 will only work on the "openssl-1.1.0" branch.
> 
> Here are the commands I generally use to get things all working in the
> source tree:
> 
> cd compat/zlib && ./configure && make
> cd ..
> wget -4 https://www.openssl.org/source/openssl-1.0.2j.tar.gz
> tar -zxvf openssl-1.0.2j.tar.gz
> mv openssl-1.0.2j openssl
> cd openssl
> ./config --with-zlib-include=../compat/zlib --with-zlib-lib=../compat/zlib
> make depend
> make
> cd ../..
> ./configure --with-zlib=tree --with-openssl=tree
> make

Thanks, Joe!

For posterity, I configure with additional options (and this works):

cd ../../build
../configure --prefix=$HOME/.local --with-openssl=tree --with-zlib=tree
--with-th1-docs --with-th1-hooks --with-tcl=$HOME/.local/lib
--disable-fusefs --json


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to