<br><br><div class="gmail_quote">2013/2/12 Doug Lytle <span dir="ltr">&lt;<a href="mailto:support@drdos.info" target="_blank">support@drdos.info</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div class="im"><div>&gt;&gt; non-standard locations such as /usr/local/sbin<br></div><div><br></div></div><div>If compiling from source, it&#39;d normally be specified by the --prefix option:<br>
</div><div><br></div><div>./configure --prefix=/usr/local<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Doug<br></div><div><br></div><div>
-- <br></div><div><span name="x"></span>Ben Franklin quote:<br><div><br></div>&quot;Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety.&quot;<span name="x"></span><br>
</div></font></span></div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br>Using the commands bellow, I could install in /usr/local/sbin<br>
./configure --prefix=/usr/local<br>make<br>make install<br><br>Thanks for sharing this.<br><br><br><br>