I was installing ejabberd 17.03 through source code when I found that I needed to intall Erlang 17.1 for it. I installed erlang /otp 17.1 using kerl inside the /home/ec2-user/kerl/17.1 directory.
I then used ./autogen.sh command which ran without any output
then: ./configure which gave this error
configure: error: Erlang/OTP interpreter (erl) not found but required
Can anyone help?
Regards,
Abhishek
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
it is giving me this path "/kerl/17.1/bin/erl"
which is actually inside /home/ec2-user/
what I feel is that this erl should have been inside /usr/bin/ directory and instead it is inside
/home/ec2-user//kerl/17.1/bin/erl
So is there any way I can change this path to /usr/bin.
Please tell me if I am thinking right first and if so how can this be done in linux(amazon linux or fedora).
–bindir=~/home/ec2-user/kerl/17.1/bin