Page 1 of 1

Ser2Sock and El Capitan

PostPosted: Tue Jan 26, 2016 4:04 am
by pncampbell
I upgraded my server to El Capitan, and Ser2Sock broke - hard. Tried to do a reinstall of Ser2Sock but the instructions do not work on El Capitan. Specifically, the "make" command fails because
fatal error: 'openssl/bio.h' file not found


Any ideas? Is this gone for good?

Re: Ser2Sock and El Capitan

PostPosted: Tue Jan 26, 2016 6:28 am
by JJsLegacy
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries

There are some examples around on how to workaround it by installing openssl etc.

https://jira.mongodb.org/browse/CDRIVER-941

Re: Ser2Sock and El Capitan

PostPosted: Tue Jan 26, 2016 9:48 am
by berkinet
If you do not need ssl support, you can build ser2sock without it.
Code: Select all
$ ./configure --without-ssl