<div dir="ltr">Hi Radu.<div><br></div><div>I don't bundle deps in release. I thing all dependencies should be handled by system packet manager, so you never miss security updates.</div><div>for Debian:</div><div>I'm creating a *.deb packet for my application with all dependencies listed. Then I simply install it with this command - 'dpkg -i release.deb && apt-get -f install'. If you want, you can create repository for your application, add it to /etc/apt/sources.list, and install it via 'apt-get install your_application'.</div><div>I'm pretty sure you can do similar thing for RH servers as well.</div><div><br></div><div>Best regards,</div><div>Gleb.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-25 19:35 GMT+07:00 Radu Popescu <span dir="ltr"><<a href="mailto:i.radu.popescu@gmail.com" target="_blank">i.radu.popescu@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
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.<br>
<br>
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.<br>
<br>
Are there best practices for how to handle C library dependencies for an Erlang/OTP release? I appreciate any advice.<br>
<br>
Thanks!<br>
<br>
Best regards,<br>
Radu<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
</blockquote></div><br></div>