<div dir="ltr"><div>Hey Matthew,</div><div> </div><div>Thanks for your answer, that&#39;s the very output I get with &#39;make config&#39;.</div><div>Could you please share some readings to get asterisk as a linux service?</div>
<div> </div><div>Thanks in advance!</div><div> </div><div>Elder D. Arohuanca</div><div>Lima - Peru</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 26, 2013 at 10:05 AM, Matthew Jordan <span dir="ltr">&lt;<a href="mailto:mjordan@digium.com" target="_blank">mjordan@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 02/25/2013 11:48 AM, Daniel - Asterisk wrote:<br>
&gt; Hello Mahendra,<br>
&gt;<br>
&gt; I&#39;ve just installed Asterisk from source on my Raspberry Pi model B,<br>
&gt; this is what I did:<br>
&gt;<br>
&gt; sudo apt-get install build-essential<br>
&gt; sudo apt-get install libncurses5-dev<br>
&gt; sudo apt-get install libssl-dev<br>
&gt; sudo apt-get install libxml2-dev<br>
&gt;<br>
&gt; cd /usr/src/<br>
&gt; sudo wget<br>
&gt; <a href="http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz" target="_blank">http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz</a><br>
&gt; sudo tar zxvf asterisk-1.8-current.tar.gz<br>
&gt; sudo reboot<br>
<br>
</div>Asterisk includes a script that installs prerequisites for common<br>
distros in contrib/scripts/install_prereq. It does support Debian,<br>
although I personally haven&#39;t run it on a Raspberry Pi B.<br>
<div class="im"><br>
&gt; sudo ./configure<br>
&gt; sudo make menuselect<br>
&gt; sudo make<br>
&gt; sudo make install<br>
&gt; sudo make samples<br>
&gt;<br>
&gt; sudo make config   &lt;-- It doesn&#39;t work for me<br>
<br>
</div>&quot;It doesn&#39;t work for me&quot; is not sufficient for someone to help you. You<br>
need to provide what the error output is.<br>
<br>
If the error output is &quot;We could not install init scripts for your<br>
operating system&quot;, then Raspberry Pi B&#39;s distro is not supported by the<br>
&#39;make config&#39; target. If that&#39;s the case, you will need to modify the<br>
Makefile to recognize the distro and install appropriately; you can<br>
probably use the stock Debian installation as a guide.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Matthew Jordan<br>
Digium, Inc. | Engineering Manager<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> &amp; <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<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>
</div></div></blockquote></div><br></div>