On 9/20/2017 5:54 PM, Richard Hipp wrote:
> On 9/20/17, Andy Goth <andrew.m.g...@gmail.com> wrote:
>> Clearly your OpenSSL is different than mine.  How did you get it?
> 
> Sorry - I don't recall....

OpenSSL-1.1.0f doesn't easily work because it requires a newer version
of Perl than is bundled with MinGW/MSYS, so I grabbed OpenSSL-1.0.2l:

https://www.openssl.org/source/openssl-1.0.2l.tar.gz

I used "tar xzf" to unpack, then cd'ed to the directory and typed:

"perl Configure mingw no-shared no-asm --prefix=/usr/local/openssl"

Next came "make" and "make install".  Actually pretty sure I could have
just done "make install" since it seemed to go back and run "make" again
only to find that it's all built.  It wasted so much time installing man
pages that I think it might be worth figuring out how to skip that step.

With that done, I was able to build Fossil using your instructions,
adapted a little bit:

make -f win/Makefile.mingw FOSSIL_ENABLE_SSL=1
OPENSSLDIR=/usr/local/openssl OPENSSLLIBDIR=/usr/local/openssl/lib

-- 
Andy Goth | <andrew.m.goth/at/gmail/dot/com>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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