[erlang-questions] relx: how to use system erlang, not embed from my computer?

Max Lapshin max.lapshin@REDACTED
Thu Dec 18 18:09:55 CET 2014


I've made simple project with erlang.mk and relx.config:

{release, {peeklio, "0.1"},
 [peeklio]}.

{extended_start_script, true}.

{include_erts, false}.


I compile it under MacOS and copy _rel/... to linux. It doesn't work because
crypto library is copied with MacOS .so

How should I force relx to make some output that will use erlang from
system?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141218/da159b36/attachment.htm>


More information about the erlang-questions mailing list