elixir in ubuntu 15.10

Developer from somewhere

Been receiving this message when trying to install esl-erlang:

Depends: libssl0.9.8 but it is not installable

So, I went to Erlang Solutions Page, and I downloaded the deb for my platform (64bit), and installed it. Afterwards, I followed the steps shown on elixir’s page:

$ git clone https://github.com/elixir-lang/elixir.git
$ cd elixir
$ make clean test

Followed by a sudo make install, and I got elixir running on my pc.