V.1 Gambler: How to install OpenSSL on Mac 10.6.8?

0 votes
asked by about Gramblr
edited by

Does anyone know how to install OpenSSL on a Mac computer? And which SSL version I should use? Gramblr V.1 is requiring to install SSL.

This is not so easy. Thanks so much for your help.

1 Answer

0 votes
No avatar answered by (309k points)
edited by

You can have the latest version of OpenSSL with the help of Brew. You can install Brew from the following website: http://brew.sh/. After this procedure, open a terminal and type:

brew update
brew install openssl
brew link --force openssl

Note: Press Enter after each command.

To check the version, type: openssl version -a

After this procedure, create a symlink using the following command: ln -s /usr/local/Cellar/openssl/1.0.1g/bin/openssl /usr/local/bin/openssl

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...