Re: [fossil-users] Getting configure to find openssl on FreeBSD

2014-09-12 Thread Michai Ramakers
Hello, more likely than not this is not related, but perhaps it gives a hint in the right direction anyway: on NetBSD there is also an openssl in the base-system, and one in pkgsrc (NetBSD's equivalent of ports). In my case, fossil's ./configure could find openssl, but the resulting binary could

Re: [fossil-users] Getting configure to find openssl on FreeBSD

2014-09-12 Thread org.fossil-scm.fossil-users
Bizarrely, I went back to this today and fossil compiled first time without me needing to specify any --with-openssl options. I've no idea why! On 2014-09-11T17:33:33 -0400 Eric Rubin-Smith wrote: > > A stripped shared library would not be worth much, since the whole point > of a shared library

Re: [fossil-users] Getting configure to find openssl on FreeBSD

2014-09-11 Thread Steve Bennett
On 12 Sep 2014, at 5:06 am, 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

Re: [fossil-users] Getting configure to find openssl on FreeBSD

2014-09-11 Thread Eric Rubin-Smith
org.fossil-scm.fossil-us...@io7m.com wrote: > Think that may be partly wrong, as that'd mean that if I specified /usr, > then the following would have to exist: > > /usr/openssl/ssl.h Yeah, my mistake. The configurator does this (from auto.def): set cflags "-I$dir/include" set ldflags "-

Re: [fossil-users] Getting configure to find openssl on FreeBSD

2014-09-11 Thread org.fossil-scm.fossil-users
On 2014-09-11T16:09:42 -0400 Eric Rubin-Smith wrote: > > 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. Furth

Re: [fossil-users] Getting configure to find openssl on FreeBSD

2014-09-11 Thread Eric Rubin-Smith
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

[fossil-users] Getting configure to find openssl on FreeBSD

2014-09-11 Thread org.fossil-scm.fossil-users
'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 inform