org.fossil-scm.fossil-us...@io7m.com wrote:

> 'Lo.
> 
> The fossil build scripts seem to be unable to find openssl on FreeBSD
> 9.2. It has a choice of the version included with the base system
> (in /usr) or the version available from FreeBSD ports (/usr/local),
> but it can't seem to find either of them.
> 
> Is there any way to get it to give more information about why it's
> failing to find them?

I skimmed through the configure code.  Looks like you need to have 
the subdir and file 'openssl/ssl.h' beneath the dir you specify, and 
the subdir and files 'lib/libssl.so' and 'lib/libcrypto.so' beneath the 
dir you specify.  Furthermore, one of those libraries has to provide
the symbol "SSL_new".  

My (very quick and possibly wrong) read of the code is that those are 
exactly the "pass criteria" for deciding that SSL is supported on the 
build box using the dir your specify.

Did you confirm that all those are true in your case?

--
Eric A. Rubin-Smith

_______________________________________________
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