those are out of apr-util but we don&#39;t use them, and I thought that in our configure we pass to that we disable those.  What steps exactly are you going through trying to build this?  You shouldn&#39;t need to be building your own apr libs, those should build as part of our build proces, and in my experience they should cross easily.  can you reply with some details of the platform your trying to cross to and why your build scripts look like so far?  Also, we are getting ready to release 1.6 very soon.  If you are already making a huge version jump I would reccomend you working off master which will become 1.6 instead of 1.4.<span></span><div><div><br>On Tuesday, September 1, 2015, Sharath Kumar &lt;<a href="mailto:shakumarsoftware@gmail.com">shakumarsoftware@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Mike,<div>That is great! I ran it through autoconf and It compiles now but I have strange linking errors in <a href="http://libfreeswitch.la/" target="_blank">libfreeswitch</a>.so :(.  Does FS require LDAP lib or is it the apr-util that is not being linked not sure? I searched for these symbols in the older FS and it is nowhere to be found in the .so. The sources also don&#39;t have them! Any help would be great!<div><br></div><div>thank you,</div><div>Shaks<br><div><br></div><div><br><div><div>./.libs/libfreeswitch.so: undefined reference to `ber_free&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_err2string&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_get_dn_ber&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_get_option&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_sasl_bind&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_search_ext&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_memfree&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_msgfree&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_first_message&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_unbind_ext&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_get_attribute_ber&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ber_memfree&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_next_message&#39;</div><div>./.libs/libfreeswitch.so: undefined reference to `ldap_pvt_url_scheme2proto&#39;</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 1, 2015 at 1:50 PM, Michael Jerris <span dir="ltr">&lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;mike@jerris.com&#39;);" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word">Recent code uses automake.  The rules are in there:<div><br></div><div><div style="margin:0px;font-size:13px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">:grep lib_LTLIBRARIES Makefile.am</div><div style="margin:0px;font-size:13px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">lib_LTLIBRARIES          = <a href="http://libfreeswitch.la" target="_blank">libfreeswitch.la</a></div><div><div><div><br></div><div><blockquote type="cite"><div>On Sep 1, 2015, at 3:39 PM, Sharath Kumar &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;shakumarsoftware@gmail.com&#39;);" target="_blank">shakumarsoftware@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr"><div>Mike,</div><div>Thank you! I was migrating from FS 1.0.6 to 1.4.21 and the old one *had* the speex in the lib. I guess the latest doesn&#39;t use it. thanks for the clarification. I guess I will have to manually build speex for my embedded target and install it as a package.</div><div><div>I am also confused about building the FS library i.e &quot;<a href="http://libfreeswitch.la/" target="_blank">libfreeswitch.la</a>&quot;. In the older FS, there is a Makefile.in that had rules to make the <a href="http://libfreeswitch.la/" target="_blank">libfreeswitch.la</a>. I may not have looked hard enough but the newer one (Makefile.in) doesn&#39;t seem to have any rules to build <a href="http://libfreeswitch.la/" target="_blank">libfreeswitch.la</a>. Am I completely mistaken ?</div><div><br></div><div>thank you,</div><div>Shaks </div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 1, 2015 at 10:38 AM, Michael Jerris <span dir="ltr">&lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;mike@jerris.com&#39;);" target="_blank">mike@jerris.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">There is no without-speex, as we use some speex functionality in the core.  We use system packages for the speex library, as detected using pkg-config.  I&#39;m not sure how you could get an error building freeswitch that is attempting to build speex, as we do not build speex.<br>
<div><div><br>
<br>
&gt; On Aug 31, 2015, at 4:52 PM, Sharath Kumar &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;shakumarsoftware@gmail.com&#39;);" target="_blank">shakumarsoftware@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m trying to cross-compile for an embedded target and building the latest production build from source but it fails trying to build speex.<br>
&gt;<br>
&gt; I also noticed in the libs directory there is no speex folder, so I had to copy it from some other place.<br>
&gt;<br>
&gt; How do I disable speex from compiling ? is it with --without-speex in the configure script ?<br>
&gt;<br>
&gt; thanks,<br>
&gt; Shaks<br>
</div></div>&gt; _________________________________________________________________________<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;consulting@freeswitch.org&#39;);" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;FreeSWITCH-users@lists.freeswitch.org&#39;);" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div></div></div></div>
_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services: <br><a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;consulting@freeswitch.org&#39;);" target="_blank">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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://confluence.freeswitch.org" target="_blank">http://confluence.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="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;FreeSWITCH-users@lists.freeswitch.org&#39;);" target="_blank">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></div></blockquote></div><br></div></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;consulting@freeswitch.org&#39;);" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;FreeSWITCH-users@lists.freeswitch.org&#39;);" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div></div></div></div>
</blockquote></div></div>