<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks Danny, I tried export and it worked, though the path was
    /lib, not /usr/lib.<br>
    <br>
    Building the latest git on Debian 7.3 32bit, creating the deb
    packages works, codecs all show up fine without using export.<br>
    <br>
    Francis<br>
    <br>
    <div class="moz-cite-prefix">On 1/01/2014 8:20 AM, Danny Iland
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAC_uT4AZ+iodSawFLAtjnKLfov9Y+KLA11dDLbtJUkZHBYgBnA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Francis,&nbsp;
        <div><br>
        </div>
        <div>Make sure liblzma.so was successfully built. Then try doing
          something like this right before you launch freeswitch:
          <div><br>
          </div>
          <div>
            <div>export LD_PRELOAD=/usr/lib/i386-linux-gnu/liblzma.so</div>
          </div>
          <div><br>
          </div>
          <div>Note that that location is for 32-bit, your liblzma.so
            may be somewhere different.</div>
        </div>
        <div><br>
        </div>
        <div>Danny Iland</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">
          On Sat, Dec 28, 2013 at 8:36 AM, Francis <span dir="ltr">&lt;<a
              moz-do-not-send="true"
              href="mailto:sms@skyline.qza.net.au" target="_blank">sms@skyline.qza.net.au</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            I tried a fresh git compile just now and got the same error:<br>
            <br>
            2013-12-29 00:33:09.762125 [CRIT]
            switch_loadable_module.c:1391 Error<br>
            <div class="im">Loading module
              /usr/local/freeswitch/mod/mod_spandsp.so<br>
              **/usr/local/freeswitch/mod/mod_spandsp.so: undefined
              symbol:<br>
              lzma_stream_encoder**<br>
              <br>
              <br>
            </div>
            <div class="im">On 25/12/13 21:02, Francis wrote:<br>
              &gt; Nope, same error, thought the compile runs without a
              hitch. I tried<br>
              &gt; building the Debian packages on a fresh Debain
              install and got the same<br>
              &gt; problem.<br>
              &gt;<br>
              &gt; Is there anything in the compile or console logs
              worth looking for?<br>
              &gt;<br>
              &gt; Also, is there any library path variables I need to
              set? In both<br>
              &gt; systems, I'm using the Vanilla config.<br>
              &gt;<br>
              &gt;<br>
              &gt; On 25/12/2013 11:28 AM, Anthony Minessale wrote:<br>
              &gt;&gt;<br>
              &gt;&gt; Try going to the build root and running<br>
              &gt;&gt;<br>
              &gt;&gt; make spandsp-reconf<br>
              &gt;&gt; make mod_spandsp-install<br>
              &gt;&gt;<br>
              &gt;&gt; On Dec 24, 2013 12:09 PM, "Francis" &lt;<a
                moz-do-not-send="true"
                href="mailto:sms@icefire.qza.net.au">sms@icefire.qza.net.au</a><br>
            </div>
            <div class="im">&gt;&gt; &lt;mailto:<a
                moz-do-not-send="true"
                href="mailto:sms@icefire.qza.net.au">sms@icefire.qza.net.au</a>&gt;&gt;
              wrote:<br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; This is what I got:<br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; freeswitch@internal&gt; load mod_spandsp<br>
              &gt;&gt; &nbsp; &nbsp; +OK Reloading XML<br>
              &gt;&gt; &nbsp; &nbsp; -ERR [module load file routine returned an
              error]<br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; 2013-12-25 03:58:47.599760 [INFO]
              mod_enum.c:876 ENUM Reloaded<br>
              &gt;&gt; &nbsp; &nbsp; 2013-12-25 03:58:47.599760 [INFO]
              switch_time.c:1191 Timezone reloaded<br>
              &gt;&gt; &nbsp; &nbsp; 530 definitions<br>
              &gt;&gt; &nbsp; &nbsp; 2013-12-25 03:58:47.599760 [CRIT]
              switch_loadable_module.c:1391 Error<br>
              &gt;&gt; &nbsp; &nbsp; Loading module
              /usr/local/freeswitch/mod/mod_spandsp.so<br>
              &gt;&gt; &nbsp; &nbsp; **/usr/local/freeswitch/mod/mod_spandsp.so:
              undefined symbol:<br>
              &gt;&gt; &nbsp; &nbsp; lzma_stream_encoder**<br>
              &gt;&gt;<br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; On 25/12/13 01:42, Michael Jerris wrote:<br>
              &gt;&gt; &nbsp; &nbsp; &gt; Sounds like mod_spandsp isn't loading.
              &nbsp;Did you try loading it<br>
              &gt;&gt; &nbsp; &nbsp; manually to see what error its throwing?<br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt; On Dec 24, 2013, at 4:39 AM, Francis
              &lt;<a moz-do-not-send="true"
                href="mailto:sms@icefire.qza.net.au">sms@icefire.qza.net.au</a><br>
            </div>
            <div class="im">&gt;&gt; &nbsp; &nbsp; &lt;mailto:<a
                moz-do-not-send="true"
                href="mailto:sms@icefire.qza.net.au">sms@icefire.qza.net.au</a>&gt;&gt;
              wrote:<br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; Hi,<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; When I do a show codecs in fs_cli,
              none of the spandsp codecs<br>
              &gt;&gt; &nbsp; &nbsp; show up,<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; even though GSM and G722 are enabled
              in vars.xml and mod_spandsp is<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; enabled in modules.conf.xml.<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; The module was compiled and
              installed. I'm having the same<br>
              &gt;&gt; &nbsp; &nbsp; issue with<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; iLBC. This isn't consistent with all
              modules however, since<br>
              &gt;&gt; &nbsp; &nbsp; speex works<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; just fine. Any ideas?<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt;&gt; Francis<br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp;
_________________________________________________________________________<br>
              &gt;&gt; &nbsp; &nbsp; &gt; Professional FreeSWITCH Consulting
              Services:<br>
            </div>
            &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
            <div class="im">&gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt; FreeSWITCH-powered IP PBX: The CudaTel
              Communication Server<br>
              &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt; Official FreeSWITCH Sites<br>
              &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; &gt; FreeSWITCH-users mailing list<br>
              &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
            </div>
            &gt;&gt; &nbsp; &nbsp; &lt;mailto:<a moz-do-not-send="true"
              href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
            <div class="im">&gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt; &nbsp; &nbsp; &gt;<br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp;
_________________________________________________________________________<br>
              &gt;&gt; &nbsp; &nbsp; Professional FreeSWITCH Consulting Services:<br>
            </div>
            &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>&gt;<br>
            <div class="im">&gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; FreeSWITCH-powered IP PBX: The CudaTel
              Communication Server<br>
              &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; Official FreeSWITCH Sites<br>
              &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
              &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
              &gt;&gt;<br>
              &gt;&gt; &nbsp; &nbsp; FreeSWITCH-users mailing list<br>
              &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
            </div>
            &gt;&gt; &nbsp; &nbsp; &lt;mailto:<a moz-do-not-send="true"
              href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
            <div class="HOEnZb">
              <div class="h5">&gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                &gt;&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                &gt;&gt; &nbsp; &nbsp; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt;&gt;<br>
                &gt;&gt;<br>
                &gt;&gt;<br>
                &gt;&gt;
_________________________________________________________________________<br>
                &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://www.freeswitchsolutions.com"
                  target="_blank">http://www.freeswitchsolutions.com</a><br>
                &gt;&gt;<br>
                &gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel
                Communication Server<br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                &gt;&gt;<br>
                &gt;&gt; Official FreeSWITCH Sites<br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                &gt;&gt;<br>
                &gt;&gt; FreeSWITCH-users mailing list<br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                &gt;&gt; UNSUBSCRIBE:<a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt;<br>
                &gt;<br>
                &gt;<br>
                &gt;
_________________________________________________________________________<br>
                &gt; Professional FreeSWITCH Consulting Services:<br>
                &gt; <a moz-do-not-send="true"
                  href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitchsolutions.com"
                  target="_blank">http://www.freeswitchsolutions.com</a><br>
                &gt;<br>
                &gt; FreeSWITCH-powered IP PBX: The CudaTel
                Communication Server<br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                &gt;<br>
                &gt; Official FreeSWITCH Sites<br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                &gt;<br>
                &gt; FreeSWITCH-users mailing list<br>
                &gt; <a moz-do-not-send="true"
                  href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                &gt; UNSUBSCRIBE:<a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                &gt;<br>
                <br>
_________________________________________________________________________<br>
                Professional FreeSWITCH Consulting Services:<br>
                <a moz-do-not-send="true"
                  href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
                <a moz-do-not-send="true"
                  href="http://www.freeswitchsolutions.com"
                  target="_blank">http://www.freeswitchsolutions.com</a><br>
                <br>
                FreeSWITCH-powered IP PBX: The CudaTel Communication
                Server<br>
                <a moz-do-not-send="true" href="http://www.cudatel.com"
                  target="_blank">http://www.cudatel.com</a><br>
                <br>
                Official FreeSWITCH Sites<br>
                <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                <a moz-do-not-send="true"
                  href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
                <a moz-do-not-send="true" href="http://www.cluecon.com"
                  target="_blank">http://www.cluecon.com</a><br>
                <br>
                FreeSWITCH-users mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                UNSUBSCRIBE:<a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>