<div dir="ltr"><div>One of the things to figure out properly is to then make sure other dependencies (i.e. openssl, wx libraries, etc.) are statically linked when compiling the VM. I do not think that there is a full list of options put in one place to choose to do that. For example, <code>--{enable,disable}-dynamic-ssl-lib </code>will let you make sure that the libraries used are statically linked (when combining with <span style="font-family:monospace">--with-ssl</span> at least)</div><div><br></div><div>As far as I know, the SSL-specific switches exist to help with Windows builds, but I'm not necessarily aware of similar options for other dependencies <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 3, 2020 at 3:53 AM Roger Lipscombe <<a href="mailto:roger@differentpla.net">roger@differentpla.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 3 Aug 2020 at 08:13, Grzegorz Junka <<a href="mailto:list1@gjunka.com" target="_blank">list1@gjunka.com</a>> wrote:<br>
> I am essentially looking for a way of deploying an Erlang release to a system that doesn't have Erlang installed (and doesn't support docker).<br>
<br>
You don't need static linking for this. Include the Erlang runtime in<br>
your release (relx does this by default). Why doesn't that work for<br>
your case?<br>
</blockquote></div>