<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 8, 2017 at 8:08 AM, Olivier <span dir="ltr"><<a href="mailto:oza.4h07@gmail.com" target="_blank">oza.4h07@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>When compiling Asterisk from source, the classical ./configure, make and make install commands are issued.<br><br><br></div>If a vulnerabilty is found within Asterisk code, then Asterisk source code is patched and depending on what files were touched parts or all of above commands need to be re-issued.<br><br></div>What should be done for Asterisk runtime dependencies ?<br></div><br></div><div>Which of the following sentences is or are correct ?<br></div><div><br>1. All Asterisk runtime dependencies are delivered as .so files. Is this correct ?<br></div></div></div></div></blockquote><div><br></div><div>Generally, yes but not delivered by the Asterisk team of course.  There may be exceptions such as libsrtp.  Some older distributions only provide an outdated version so we recommend that you compile and install it yourself from source.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div></div>2. I don't need to re-configure, re-compile or even re-start asterisk when a such .so file is updated<br></div></div></div></blockquote><div><br></div><div>This really depends on the nature of the change.  Generally you don't need to re-configure or re-compile but if the dependent library changed some public API that clients like us rely on, asterisk may behave very badly if if the steps aren't re-run.  As for re-start, you do need to re-start.  The operating system takes care of loading dependent libraries that aren't actually asterisk modules and they are usually held in memory until the process using them ends.  If they weren't and you did a package update to replace a shared library, every process using it would crash.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div></div>3. Script install_prereq gives an approximate list of both build and runtime dependencies.<br></div></div></blockquote><div><br></div><div>True.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div>Best regards<br></div>
<br>--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="font-size:12.8px">George Joseph</span><br style="font-size:12.8px"><span style="font-size:12.8px">Digium, Inc. | Software Developer</span><span style="font-size:12.8px"><br>445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br></span><span style="font-size:12.8px">Check us out at: </span><a href="http://www.digium.com/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">www.digium.com</a><span style="font-size:12.8px"> & </span><a href="http://www.asterisk.org/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">www.asterisk.org</a><br><div><br></div></div></div>
</div></div>