On Wed, Nov 02, 2016 at 02:18:50AM -0400, Adam Jensen wrote:
> 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
>

Hi Adam, 

If you want to use openssl from your distro, you need to install the
development package of openssl.

I think it's "openssl-devel" on CentOS.

I'm not very familiar with CentOS but if you do:

  $ yum install openssl-devel

the configure script *should* find what it needs.


Regards,

-- 
Martin G.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to