<p>IIRC there is a patch in the makefile for mod shout to strip out the vorbis depend completely there is a build bug in the lib where they offer a flag to disable forbid but then depend on it explicitly even with the flag set.   </p>

<div class="gmail_quote">On Feb 11, 2012 12:56 PM, &quot;Puskás Zsolt&quot; &lt;<a href="mailto:errotan@elder.hu">errotan@elder.hu</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <br>
    According to <a href="http://packages.ubuntu.com" target="_blank">packages.ubuntu.com</a> the <a href="http://libvorbis.la" target="_blank">libvorbis.la</a> file is located at
    /usr/lib/i386-linux-gnu/<span><a href="http://libvorbis.la" target="_blank">libvorbis.la</a> or </span>/usr/lib/x86_64-linux-gnu/<span><a href="http://libvorbis.la" target="_blank">libvorbis.la</a> .<br>
      <br>
      But the posted log shows: </span>/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a href="http://libvorbis.la" target="_blank">libvorbis.la</a>
    =&gt; /usr/lib/<a href="http://libvorbis.la" target="_blank">libvorbis.la</a> so it&#39;s not the right path for
    the file.<br>
    <span><br>
      On debian 6 &quot;squeeze&quot; amd64 it compiles without problems if
      libvorbis-dev is installed:<br>
      <br>
    </span><a href="mailto:root@home:/usr/src/freeswitch/src/mod/formats/mod_shout/.libs#" target="_blank">root@home:/usr/src/freeswitch/src/mod/formats/mod_shout/.libs#</a>
    ldd mod_shout.so<br>
        linux-vdso.so.1 =&gt;  (0x00007fffd73ff000)<br>
        libz.so.1 =&gt; /usr/lib/libz.so.1 (0x00007f38e34d3000)<br>
        libfreeswitch.so.1 =&gt;
    /usr/src/freeswitch/.libs/libfreeswitch.so.1 (0x00007f38e309e000)<br>
        libvorbis.so.0 =&gt; /usr/lib/libvorbis.so.0
    (0x00007f38e2e71000)<br>
        libm.so.6 =&gt; /lib/libm.so.6 (0x00007f38e2bef000)<br>
        libogg.so.0 =&gt; /usr/lib/libogg.so.0 (0x00007f38e29e9000)<br>
        libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x00007f38e27cc000)<br>
        libc.so.6 =&gt; /lib/libc.so.6 (0x00007f38e246a000)<br>
        libdl.so.2 =&gt; /lib/libdl.so.2 (0x00007f38e2266000)<br>
        libcrypt.so.1 =&gt; /lib/libcrypt.so.1 (0x00007f38e202e000)<br>
        librt.so.1 =&gt; /lib/librt.so.1 (0x00007f38e1e26000)<br>
        libssl.so.0.9.8 =&gt; /usr/lib/libssl.so.0.9.8
    (0x00007f38e1bd1000)<br>
        libcrypto.so.0.9.8 =&gt; /usr/lib/libcrypto.so.0.9.8
    (0x00007f38e182f000)<br>
        libncurses.so.5 =&gt; /lib/libncurses.so.5 (0x00007f38e15e9000)<br>
        libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6
    (0x00007f38e12d5000)<br>
        libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x00007f38e10be000)<br>
        /lib64/ld-linux-x86-64.so.2 (0x00007f38e39c2000)<br>
    <br>
    <br>
    2012-02-09 20:21 keltezéssel, Michael Collins írta:
    <blockquote type="cite">Doh! I didn&#39;t see your other email. Evidently it&#39;s not
      finding your libvorbis for some reason. Can someone who is
      familiar with these kinds of issues on Debian-based systems chime
      in?<br>
      <br>
      -MC<br>
      <br>
      <div class="gmail_quote">
        On Thu, Feb 9, 2012 at 4:22 AM, Neil Patel <span dir="ltr">&lt;<a href="mailto:neilp@cs.stanford.edu" target="_blank">neilp@cs.stanford.edu</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          I&#39;m on Ubuntu LTS and just did a pull from git. I&#39;ve installed
          all the <a href="http://wiki.freeswitch.org/wiki/Mod_shout#Install_Dependencieshttp://wiki.freeswitch.org/wiki/Mod_shout%23Install_Dependencies" target="_blank">dependencies</a>, and am getting this error:
          <div>
            <br>
          </div>
          <div>
            <div>making all mod_shout</div>
            <div>Compiling
              /usr/src/freeswitch/src/mod/formats/mod_shout/mod_shout.c...</div>
            <div>quiet_libtool: compile:  gcc
              -I/usr/src/freeswitch/libs/libshout-2.2.2/include
              -I/usr/src/freeswitch/libs/lame-3.98.4/include
              -I/usr/src/freeswitch/libs/mpg123-1.13.2/src
              -I/usr/src/freeswitch/libs/mpg123-1.13.2/src
              -I/usr/src/freeswitch/libs/libshout-2.2.2/include
              -I/usr/src/freeswitch/libs/curl/include
              -I/usr/src/freeswitch/src/include
              -I/usr/src/freeswitch/src/include
              -I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror
              -fvisibility=hidden -DSWITCH_API_VISIBILITY=1
              -DHAVE_VISIBILITY=1 -g -ggdb -g -O2 -Wall -std=c99
              -pedantic -Wdeclaration-after-statement -D_GNU_SOURCE
              -DHAVE_CONFIG_H -c
              /usr/src/freeswitch/src/mod/formats/mod_shout/mod_shout.c
               -fPIC -DPIC -o .libs/mod_shout.o</div>
            <div>quiet_libtool: compile:  gcc
              -I/usr/src/freeswitch/libs/libshout-2.2.2/include
              -I/usr/src/freeswitch/libs/lame-3.98.4/include
              -I/usr/src/freeswitch/libs/mpg123-1.13.2/src
              -I/usr/src/freeswitch/libs/mpg123-1.13.2/src
              -I/usr/src/freeswitch/libs/libshout-2.2.2/include
              -I/usr/src/freeswitch/libs/curl/include
              -I/usr/src/freeswitch/src/include
              -I/usr/src/freeswitch/src/include
              -I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror
              -fvisibility=hidden -DSWITCH_API_VISIBILITY=1
              -DHAVE_VISIBILITY=1 -g -ggdb -g -O2 -Wall -std=c99
              -pedantic -Wdeclaration-after-statement -D_GNU_SOURCE
              -DHAVE_CONFIG_H -c
              /usr/src/freeswitch/src/mod/formats/mod_shout/mod_shout.c
              -o mod_shout.o &gt;/dev/null 2&gt;&amp;1</div>
            <div>Creating mod_shout.la...</div>
            <div>quiet_libtool: link: cannot find the library
              `/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a href="http://libvorbis.la" target="_blank">libvorbis.la</a>&#39; or unhandled argument
              `/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a href="http://libvorbis.la" target="_blank">libvorbis.la</a>&#39;</div>
            <div>make[5]: *** [<a href="http://mod_shout.la" target="_blank">mod_shout.la</a>]
              Error 1</div>
            <div>make[4]: *** [all] Error 1</div>
            <div>make[3]: *** [mod_shout-all] Error 1</div>
            <div>make[2]: *** [all-recursive] Error 1</div>
            <div>make[1]: *** [all-recursive] Error 1</div>
            <div>make: *** [all] Error 2</div>
          </div>
          <div><br>
          </div>
          <br>
_________________________________________________________________________<br>
          Professional FreeSWITCH Consulting Services:<br>
          <a href="mailto:consulting@freeswitch.org" target="_blank">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" 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><br>
          <br>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </div>

<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>
<br></blockquote></div>