jayshankarnair

jayshankarnair

./mix
{“init terminating in do_boot”,{undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]}}
init terminating in do_boot ({undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]})

I download elixir with
git clone GitHub - elixir-lang/elixir: Elixir is a dynamic, functional language for building scalable and maintainable applications · GitHub in fedora 29. It has precompiled binaries of mix and elixir. I am getting below errors.
Where can i get binaries of elixir, mix that run on fedora and other distros i.e centos, redhat

Crash dump is being written to: erl_crash.dump…done

elixir -v
{“init terminating in do_boot”,{undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]}}
init terminating in do_boot ({undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]})
If your question is related to Phoenix or Nerves, please post it in the Phoenix or Nerves Questions / Help section. Thanks!

Showing Posts 1 to 10

NobbZ

NobbZ

The github repository does not contain precompiled binaries for anything.

Therefore it is not clear to me where your ./mix comes from.

Though each release contains precompiled binaries, which are compiled against the lowest compatible version of erlang. The precompiled for 1.11.2 are available at Release v1.11.2 · elixir-lang/elixir · GitHub

The version of erlang according to repology is OTP 20, though elixir 1.11 requires at least OTP 21 according to the compatibility page.

So you either have to upgrade your erlang or use elixir 1.9.

PS: The init terminating in do_boot is a pretty common error message for using an outdated erlang.

jayshankarnair

jayshankarnair OP

Hi Norbert,

My erlang version is 23.1 and linux fedora 29. Please send the link of elixir which i can use. I am currently using it to compile rabbitmq-3.8.9.

Thanks,
Jayshankar

NobbZ

NobbZ

I already provided a link to a prebuilt version of elixir, which should work for you if you indeed have erlang 23.1 installed.

If it does not work for you, please run which --all erl to find all installed versions of erlang, then run each of the entries with -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell as arguments.

The following script would do the equivalent for you:

for erl in $(which --all erl); do
  printf "using erlang from %s" "${erl}"
  $erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().'  -noshell
done
jayshankarnair

jayshankarnair OP

Hi Norbert,

My erlang version is 23.1 and linux fedora 29. Please send me the link of elixir which i can use. I am currently using it to compile rabbitmq-3.8.9.

I download the elixir-1.11.2. In bin directory i ran elixir -v.
I get the following error.
elixir -v
{“init terminating in do_boot”,{undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]}}
init terminating in do_boot ({undef,[{elixir,start_cli,,},{init,start_em,1,},{init,do_boot,3,}]})

Thanks,
Jayshankar

jayshankarnair

jayshankarnair OP

Hi Norbert,

using erlang from /usr/local/bin/erl"23"
Please let me know which elixir package i need to download.

Thanks,
Jayshankar


NobbZ

NobbZ

That erlang version should work with the elixir I linked earlier.

jayshankarnair

jayshankarnair OP

Do i have to setup path or LD_LIBRARY_PATH or any other environment?.
I was wondering why it is giving error.

NobbZ

NobbZ

No, thats usually not necessary.

lc0815

lc0815

none of these answers work on the window system.

Now I’m trying to setup the latest version of erlang and elixir, but I keep getting the error mentioned on this thread…

any hints as to what I am doing wrong?
I have tried elixir with vsn 14.13 down to 11 where everyting works… but not the latest… and the web search does not help…

most of these messages deal wiht ancient version and unix, nothing for windows…

apoorv-2204

apoorv-2204

Version clash , of elixir , erlang and otp.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
ryanwinchester
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted” Version...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews