My <a href="http://libvorbis.la">libvorbis.la</a> is at /usr/lib/<a href="http://libvorbis.la">libvorbis.la</a>. It looks like there is an extra slash before '<a href="http://libvorbis.la">libvorbis.la</a>' below in the path that's causing the problem:<div>
/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a href="http://libvorbis.la/" target="_blank">libvorbis.la</a></div><div><br></div><div>Can someone patch or direct me on how to fix it in my Makefile? Thanks,</div><div>
Neil<br><br><div class="gmail_quote">On Sun, Feb 12, 2012 at 12:24 AM, Puskás Zsolt <span dir="ltr"><<a href="mailto:errotan@elder.hu">errotan@elder.hu</a>></span> wrote:<br><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>
=> /usr/lib/<a href="http://libvorbis.la" target="_blank">libvorbis.la</a> so it's not the right path for
the file.<br>
<span><br>
On debian 6 "squeeze" 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 => (0x00007fffd73ff000)<br>
libz.so.1 => /usr/lib/libz.so.1 (0x00007f38e34d3000)<br>
libfreeswitch.so.1 =>
/usr/src/freeswitch/.libs/libfreeswitch.so.1 (0x00007f38e309e000)<br>
libvorbis.so.0 => /usr/lib/libvorbis.so.0
(0x00007f38e2e71000)<br>
libm.so.6 => /lib/libm.so.6 (0x00007f38e2bef000)<br>
libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f38e29e9000)<br>
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f38e27cc000)<br>
libc.so.6 => /lib/libc.so.6 (0x00007f38e246a000)<br>
libdl.so.2 => /lib/libdl.so.2 (0x00007f38e2266000)<br>
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f38e202e000)<br>
librt.so.1 => /lib/librt.so.1 (0x00007f38e1e26000)<br>
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8
(0x00007f38e1bd1000)<br>
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8
(0x00007f38e182f000)<br>
libncurses.so.5 => /lib/libncurses.so.5 (0x00007f38e15e9000)<br>
libstdc++.so.6 => /usr/lib/libstdc++.so.6
(0x00007f38e12d5000)<br>
libgcc_s.so.1 => /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:
<div><div class="h5"><blockquote type="cite">Doh! I didn't see your other email. Evidently it'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"><<a href="mailto:neilp@cs.stanford.edu" target="_blank">neilp@cs.stanford.edu</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm on Ubuntu LTS and just did a pull from git. I'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 >/dev/null 2>&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>' or unhandled argument
`/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a href="http://libvorbis.la" target="_blank">libvorbis.la</a>'</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></div></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><br></div>