<div dir="ltr"><div>Thanks Mimiko,</div><div> </div><div>I was able to copy and run freeswitch by coying the libs.</div><div> </div><div>Another way that I could achieve this was to tweak the configure script to include static libraries rather than the dynamic ones (i.e replacing dynamic ones such as -lodbc, -ljpeg etc with the path to actual .a files) and generate makefiles which would then refer to the static libraries. Since I only needed to replace a couple of libraries, my final executable didn&#39;t blow up too much.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 6:59 PM, Mimiko <span dir="ltr">&lt;<a href="mailto:vbvbrj@gmail.com" target="_blank">vbvbrj@gmail.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="HOEnZb"><div class="h5">On 06.03.2013 08:13, Siri MM wrote:<br>
&gt; Hello,<br>
&gt; I am working on a system, where I build FS on a development linux ubuntu<br>
&gt; server, and deploy the built binaries on a target linux ubuntu server<br>
&gt; (6.06).<br>
&gt; The problem that I am facing is, the Target server has default libraries<br>
&gt; installed, and cannot be upgraded to install new libraries (no internet<br>
&gt; access). When i study the delta between the two servers, missing<br>
&gt; libraries on the target server are libodbc and liblibjpeg.<br>
&gt; As a workaround,I would like to bundle these two libraries along with<br>
&gt; the freeswitch binaries statically. Would appreicaite any inputs on how<br>
&gt; to go about this.<br>
&gt; Thanks!<br>
<br>
</div></div>It&#39;s not really needed to compile this libraries as static. You can<br>
download on your development box precompiled libodbc and libjpeg, or<br>
compile locally, then copy this libraries in some lib directory on<br>
server along with compiled FS. Then in start script use:<br>
<br>
export LD_LIBRARY_PATH=path_to_the_lib_directory<br>
<br>
<br>
--<br>
Mimiko desu.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>