Questions tagged [kerl]

kerl is a tool that runs scripts to assist in the building and installation of Erlang/OTP instances.

6 questions
3
votes
1 answer

Erlang vm loads without hipe support on ubuntu vm

I recently installed Ubuntu 16.04 Server on a Virtualbox vm. After that I wanted to install erlang using the following script: #!/bin/sh DESTDIR="$HOME/workspace/erlang" ACTIVATE=".…
tnull
  • 728
  • 5
  • 17
2
votes
1 answer

crypto error when installing erlang with kerl in centos

I have been trying to install erlang16 through kerl. I am getting the following error: Uncaught error in rebar_core: {'EXIT', {undef, [{crypto,start,[],[]}, This has been a issue quite a lot of people had before but none of those solutions…
listen
  • 217
  • 2
  • 7
2
votes
1 answer

kerl --with-wx doesn't create wxe_driver.so

kerl --with-wx doesn't create an erlang installation with wxe_driver.so. Should it? I'm trying to make an erlang build that will run observe, but still get: ERROR: Could not find 'wxe_driver.so' in: /home/don/erlangs/17.4/lib/wx-1.3.2/priv .kerlrc…
Don Branson
  • 13,631
  • 10
  • 59
  • 101
1
vote
1 answer

Remove old built erlang from ubuntu

I used this script to install erlang. https://gist.githubusercontent.com/bryanhunter/10380945/raw/b4edf4c6fd39c604392a96ce6ff21953ff941e51/build-erlang-17.0.sh but later I found out https://github.com/yrashk/kerl. My question is how to remove old…
kenpeter
  • 7,404
  • 14
  • 64
  • 95
0
votes
0 answers

How to update rabbitMQ with kerl management of erlang versions

I have an pet project with using RabbitMQ 3.8.2 After some time I found that I can't connect to RabbitMQ CLI on 127.0.0.1:15672 I installed kerl for managing erlang versions, and then installed and activated erlang 25.0 I made attempt to update…
Malroy
  • 21
  • 2
0
votes
1 answer

Building Erlang/OTP with kerl on cygwin, Configure failed

I'm trying to Build Erlang on Cygwin using kerl. It downloads the release, verifies checksum, starts building and gives me a configure error: Sergey@PackardBell /cygdrive/c/kerl $ ./kerl build R16B03-1 R16B03-1 Verifying archive checksum... Checksum…
Sergey Ovchinnik
  • 472
  • 4
  • 16