When compiling on CentOS-7, 'configure --with-openssl=auto' doesn't find
what is needed. How can OpenSSL or LibreSSL source be placed in the
'fossil/compat' directory such that 'configure --with-openssl=tree' will
work? I've tried both:

tar xzf openssl-1.1.0b.tar.gz -C ~/build/fossil/compat/
cd ~/build/fossil/compat/
mv openssl-1.1.0b openssl

But that results in:
-----------------------------------------------------------------------
Checking for ssl in source tree...no
Error: OpenSSL not found. Consider --with-openssl=none to disable HTTPS
support
-----------------------------------------------------------------------

Any ideas?
_______________________________________________
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