taylor / kiex

Elixir version manager
http://taylor.github.io/kiex/
MIT License
766 stars 65 forks source link

Unable to load crypto library #34

Closed treble37 closed 8 years ago

treble37 commented 8 years ago

I installed Erlang 18.1 on Ubuntu 14.04 64 bit system via kerl and then did kiex install 1.2.0-rc.0 and received the following:

=ERROR REPORT==== 16-Dec-2015::23:09:16 ===
Unable to load crypto library. Failed with error:
"bad_lib, Library version (2.9) not compatible (with 2.8)."
OpenSSL might not be installed on this system.
make: *** [clean] Error 1
Uncaught error in rebar_core: {'EXIT',
                               {undef,
                                [{crypto,start,[],[]},
                                 {rebar,run_aux,2,
                                  [{file,"src/rebar.erl"},{line,163}]},
                                 {rebar,main,1,
                                  [{file,"src/rebar.erl"},{line,58}]},
                                 {escript,run,2,
                                  [{file,"escript.erl"},{line,757}]},
                                 {escript,start,1,
                                  [{file,"escript.erl"},{line,277}]},
                                 {init,start_it,1,[]},
                                 {init,start_em,1,[]}]}}

=ERROR REPORT==== 16-Dec-2015::23:09:16 ===
Unable to load crypto library. Failed with error:
"bad_lib, Library version (2.9) not compatible (with 2.8)."
OpenSSL might not be installed on this system.
make: *** [erlang] Error 1
Problem with Elixir build.  Aborting!
Please report via https://github.com/taylor/kiex/issues/new

I installed OpenSSL via sudo apt-get install openssl.

$ uname -a

Linux someuser-M51AC 3.13.0-68-generic #111-Ubuntu SMP Fri Nov 6 18:17:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
treble37 commented 8 years ago

Resolved....