So, with embedded modules, it would be easy to copy the asterisk binary to another machine that has no compiler ?<div><br></div><div>Julian<br><br><div class="gmail_quote">2009/11/29 Kevin P. Fleming <span dir="ltr"><<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Kirill 'Big K' Katsnelson wrote:<br>
</div><div class="im">> On 091129 0552, Tzafrir Cohen wrote:<br>
>> I have Asterisk installed from packages. I do not want whatever<br>
>> experimental branch of Asterisk I work with to contaminate my system.<br>
>> Thus I wrote<br>
>> <a href="http://svn.digium.com/svn/asterisk/trunk/contrib/scripts/live_ast" target="_blank">http://svn.digium.com/svn/asterisk/trunk/contrib/scripts/live_ast</a><br>
><br>
> Thank you, I'll try that. Just to clarify, asterisk really has to be<br>
> installed (as in `make install') to run?<br>
<br>
</div>Normally, yes. However, there are two other options:<br>
<br>
1) Use Tzafrir's live_ast script.<br>
<br>
2) Use 'make menuselect' to enable module embedding for all the modules<br>
you wish to use, and then create a set of configuration files in an<br>
alternate directory. Use the -C command line argument to point to the<br>
asterisk.conf in that alternate directory, and the rest of the config<br>
files should be found there as well if you've setup the asterisk.conf<br>
file properly.<br>
<br>
Asterisk has to find its loadable modules *somehow*; it will not find<br>
them in the build directory. Either the modules have to be installed<br>
into an alternate location (the method live_ast uses), or they have to<br>
be embedded into the asterisk binary itself.<br>
<div class="im"><br>
--<br>
Kevin P. Fleming<br>
Digium, Inc. | Director of Software Technologies<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
skype: kpfleming | jabber: <a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a><br>
Check us out at <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br></div>