Hi, three months ago I installed elixir on my rpi zero successfully following these steps: https://elixir-lang.org/install.html#raspberry-pi
But yesterday, after installing it and executing iex
or erl
, I only get a segmentation fault error.
That’s weird because if I install erlang-dev
package it works perfect.
I tried to download and install the packages from: https://www.erlang-solutions.com/resources/download.html but segmentation fault error continues.
Is anyone having the same issues?
outlog
2
somebody else had issues here Can't import Calendar.ISO on raspberry pi
I would recommend installing erlang/elixir/node with asdf https://asdf-vm.com
Welcome!
This is probably not much use, but a good while back I had some issues with segfaults and eventually used the following article to assist with troubleshooting: https://jvns.ca/blog/2018/04/28/debugging-a-segfault-on-linux/
Thank you, I’ll try this one
I was trying to install on a rpi zero,
Now, installing it on a rpi 3 b it works fine.
Could it be related to hardware? 
Well, finally it seems to only be working with 20.1.7 esl-erlang
or lower for raspberry pi zero.