[erlang-questions] Bundling C dependencies with a release

Daniel Goertzen daniel.goertzen@REDACTED
Tue Oct 25 17:49:20 CEST 2016


Consider statically linking libsodium to your native executable to
eliminate the runtime dependency.

On Tue, Oct 25, 2016 at 8:50 AM Radu Popescu <i.radu.popescu@REDACTED>
wrote:

> Hello!
>
> I'm developing an Erlang application which is structured as an OTP
> release. It contains OTP applications and some native executables
> (written in C++). One of the Erlang dependencies also requires libsodium.
>
> When the time will come to deploy this - mostly to RH and Ubuntu/Debian
> servers, the idea is to have something as self-contained as possible.
>
> Are there best practices for how to handle C library dependencies for an
> Erlang/OTP release? I appreciate any advice.
>
> Thanks!
>
> Best regards,
> Radu
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161025/ee0901b3/attachment.htm>


More information about the erlang-questions mailing list