Git Product home page Git Product logo

Comments (14)

adam-stokes avatar adam-stokes commented on May 17, 2024 22

Just to add to this, I actually followed the instructions at http://elixir-lang.org/install.html as well but on my ubuntu 14.04 install I needed to also do:

sudo apt-get install erlang-parsetools
sudo apt-get install erlang-dev

Not sure if I even need erlang-parsetools but that was the ordered I did and seemed to work smoothly after that.

from gettext.

zhangsoledad avatar zhangsoledad commented on May 17, 2024 6

@josevalim I install elixir follow http://elixir-lang.org/install.html
2e1a298d-2578-4360-810c-f1a35af6dc50
sudo apt-get install erlang can solve the problem

from gettext.

zhangsoledad avatar zhangsoledad commented on May 17, 2024 2

@cedricgc
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install erlang
in my aws EC2(ubuntu) it work

from gettext.

cedricgc avatar cedricgc commented on May 17, 2024 1

I suggest for the ubuntu and debian instructions on http://elixir-lang.org/install.html have another line explicitly downloading erlang through apt-get after apt-get install elixir

from gettext.

zhangsoledad avatar zhangsoledad commented on May 17, 2024

The problem also happen on my server when i upgrade phoenix 1.1
b7040f66-4189-4ce1-99a8-1b9f39846813

from gettext.

josevalim avatar josevalim commented on May 17, 2024

How did you install Erlang? You are missing the Erlang parser or Erlang
parser tools package.

On Thursday, December 17, 2015, zhangsoledad [email protected]
wrote:

The problem also happen on my server when i upgrade phoenix 1.1
[image: b7040f66-4189-4ce1-99a8-1b9f39846813]
https://cloud.githubusercontent.com/assets/3198439/11862143/70d9cc18-a4c2-11e5-81bc-87808c61783a.png


Reply to this email directly or view it on GitHub
#67 (comment).

José Valim
www.plataformatec.com.br
Skype: jv.ptec
Founder and Director of R&D

from gettext.

josevalim avatar josevalim commented on May 17, 2024

You are likely missing the Erlang-parsetools package. Some distributions break Erlang into multiple Packages so you need to install them manually. Elixir v1.2 will include a better error message.

from gettext.

josevalim avatar josevalim commented on May 17, 2024

Did it solve the problem or this is how it was installed? :)

On Thursday, December 17, 2015, zhangsoledad [email protected]
wrote:

@cedricgc https://github.com/cedricgc
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
&& sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install erlang
in my aws EC2(ubuntu)


Reply to this email directly or view it on GitHub
#67 (comment).

José Valimwww.plataformatec.com.br
http://www.plataformatec.com.br/Founder and Director of R&D

from gettext.

cedricgc avatar cedricgc commented on May 17, 2024

I too followed the instructions on the official website for the Ubuntu box. I think the erlang bundled with the elixir install does not have the required packages. I will try again when I get back home and report results.

from gettext.

cedricgc avatar cedricgc commented on May 17, 2024

Following @zhangsoledad instructions resolved the issue. I think the erlang shipped with elixir needs to be updated with these libraries or have Ubuntu and Debian boxes explicitly apt-get install erlang as well as elixir in the download instructions.

from gettext.

josevalim avatar josevalim commented on May 17, 2024

That's the problem, the default erlang in ubuntu and debian installs is broken into multiple packages. There is nothing we can do about it, I think it was already asked multiple times for them to not do that.

from gettext.

mibamur avatar mibamur commented on May 17, 2024

@battlemidget thanks

from gettext.

jmccaffrey avatar jmccaffrey commented on May 17, 2024

I've been trying to get this all running on cloud9, so I can work with students and help them play around with elixir & phoenix, and I was stuck with this gettext issue.
Thanks for the tip on
sudo apt-get install erlang-dev
that solved my problem
(for whatever reason erlang-parsetools would not install everything)

from gettext.

adam-stokes avatar adam-stokes commented on May 17, 2024

@jmccaffrey erlange-parsetools probably didn't depend on erlang-dev

from gettext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.