[erlang-questions] Kerl + Erlang Installation Management

Motiejus Jakštys desired.mta@REDACTED
Thu Dec 29 11:19:26 CET 2011


On Wed, Dec 28, 2011 at 10:15:19PM -0500, Ari King wrote:
> Hi,
> 
> Does anyone know if it's possible to use kerl
> (https://github.com/spawngrid/kerl) to manage Erlang installation
> requirements for products like RabbitMQ, CouchDB, etc.? I've been able
> to use kerl to build and install various Erlang version, and I've been
> able to compile code against these versions. However, when I tried to
> install the aforementioned products, they were not able to find any of
> the Erlang installations. Thanks.

Have you tried activating your shell first?
couchdb/ $ . /usr/local/erlangs/R14B4/activate
couchdb/ $ ./configure

Untested

Motiejus



More information about the erlang-questions mailing list