Re: [fossil-users] SSL on Mac

2017-04-14 Thread Stephen De Gabrielle
Thanks - much appreciated! On Fri, Apr 14, 2017 at 12:26 AM, Richard Hipp wrote: > On 4/13/17, Joerg Sonnenberger wrote: > > On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: > >> While building statically linked binaries on macOS is possible, Apple > >> doesn’t officially support i

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Richard Hipp
On 4/13/17, Joerg Sonnenberger wrote: > On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: >> While building statically linked binaries on macOS is possible, Apple >> doesn’t officially support it. > > You don't need statically linked binaries for this purpose. You only > need to static

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Stephen De Gabrielle
Can I suggest in the meantime the MacOS builds are built with --with-openssl=none I know it is not ideal - but those who need SSL/TLS can build it themselves and specify the location with the --with-openssl option. apple stuff for those who are interested: https://developer.apple.com/reference/s

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Ryan Dingman
> On Apr 13, 2017, at 11:32 AM, Joerg Sonnenberger wrote: > > On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: >> While building statically linked binaries on macOS is possible, Apple >> doesn’t officially support it. > > You don't need statically linked binaries for this purpose.

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Joerg Sonnenberger
On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: > While building statically linked binaries on macOS is possible, Apple doesn’t > officially support it. You don't need statically linked binaries for this purpose. You only need to statically link OpenSSL. Joerg _

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Guy Harris
On Apr 13, 2017, at 9:48 AM, Ryan Dingman wrote: > While building statically linked binaries on macOS is possible, Apple doesn’t > officially support it. Apple doesn't support 100% statically-linked binaries, and they are *not* guaranteed to work on all OSes. macOS's ABI isn't based on system

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Ryan Dingman
While building statically linked binaries on macOS is possible, Apple doesn’t officially support it. https://developer.apple.com/library/content/qa/qa1118/_index.html In order to do it, you have to build crt0.o yourself. Here a

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Richard Hipp
On 4/13/17, Jan Danielsson wrote: > I think it's better to go back to the original idea of using > statically-linked libraries for the pre-built binaries. That would be good. But when I build on Mac using the --static option on ./configure I get an error: ld: library not found for -lcrt0.o

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Jan Danielsson
On 04/13/17 13:25, Stephan Beal wrote: did anyone come up with a solution to SSL on Mac problem? >>> Can you remind us what the "SSL on Mac" problem is? >> >>I believe the issue stems from that Apple decided that OpenSSL is >> uncool and everyone should use their system (Objective-C) libra

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Stephan Beal
On Thu, Apr 13, 2017 at 1:21 PM, Jan Danielsson wrote: > On 04/12/17 19:11, Richard Hipp wrote: > >> did anyone come up with a solution to SSL on Mac problem? > > Can you remind us what the "SSL on Mac" problem is? > >I believe the issue stems from that Apple decided that OpenSSL is > uncool

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Jan Danielsson
On 04/12/17 19:11, Richard Hipp wrote: >> did anyone come up with a solution to SSL on Mac problem? > Can you remind us what the "SSL on Mac" problem is? I believe the issue stems from that Apple decided that OpenSSL is uncool and everyone should use their system (Objective-C) library instead.

Re: [fossil-users] SSL on Mac

2017-04-12 Thread Stephen De Gabrielle
I should add I only noticed the problem recently when I upgraded to Sierra. I haven't installed 'brew or any other unix package manager, but I did install the apple developer command line tools sans Xcode, but to no effect. ​Miriams-MacBook-Pro:~ spdegabrielle$ gcc xcrun: error: invalid active d

Re: [fossil-users] SSL on Mac

2017-04-12 Thread Stephen De Gabrielle
On Mac OS Sierra, you get this with fossil 2.0, 2.1 & 2.1 downloads Miriams-MacBook-Pro:~ spdegabrielle$ ~/bin/fossil version > dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib > Referenced from: /Users/spdegabrielle/bin/fossil > Reason: image not found > Abort trap: 6

Re: [fossil-users] SSL on Mac

2017-04-12 Thread Richard Hipp
On 4/12/17, Stephen De Gabrielle wrote: > > did anyone come up with a solution to SSL on Mac problem? Can you remind us what the "SSL on Mac" problem is? -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.or

Re: [fossil-users] SSL on Mac

2017-04-12 Thread Stephen De Gabrielle
Hi, did anyone come up with a solution to SSL on Mac problem? I think it is sierra and have successful rebuilt with ssl disabled S. On Wed, Apr 12, 2017 at 5:55 PM, Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > Did this for MacOS Sierra fossil users with the libssl problem > > > fo

Re: [fossil-users] SSL on Mac

2017-04-04 Thread Marc Simpson
On Tue, Apr 4, 2017 at 7:01 AM, Warren Young wrote: > > > > $ sudo mv ~/Downloads/fossil /usr/local/bin/fossil > > $ fossil up > > dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib > > Looks like you should build from source, or get your binary from another source. The point

Re: [fossil-users] SSL on Mac

2017-04-04 Thread Warren Young
On Apr 3, 2017, at 6:13 PM, J. Cameron Cooper wrote: > > SSL: cannot connect to host chiselapp.com:443 () That generally means the server has tightened down its rules on what it will accept for an SSL connection: dropping old, broken, versions of the protocol, dropping old, broken ciphersuites