robisonsantos / evm

Erlang Version Manager
116 stars 27 forks source link

No usable OpenSSL found on mac os el capitan #18

Closed yanovitchsky closed 8 years ago

yanovitchsky commented 8 years ago

Is it possible to pass option to the install command like ssl lib path?

ex. evm install OTP_18.3 --with-ssl=/usr/local/opt/openssl/

robisonsantos commented 8 years ago

No with current implementation, but I can try to get it working.

On Sep 3, 2016 3:52 PM, "yanovitchsky" notifications@github.com wrote:

Is it possible to pass option to the install command like ssl lib path?

ex. evm install OTP_18.3 --with-ssl=/usr/local/opt/openssl/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/robisonsantos/evm/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHvLU4xmsTIEBJmcVBSDfX9o6LOZsoZks5qmfoggaJpZM4J0af4 .

robisonsantos commented 8 years ago

You can now pass any "configure" parameter to evm install. Hope this fix your issue.