<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
According to packages.ubuntu.com the libvorbis.la file is located at
/usr/lib/i386-linux-gnu/<span class="keyword">libvorbis.la or </span>/usr/lib/x86_64-linux-gnu/<span
class="keyword">libvorbis.la .<br>
<br>
But the posted log shows: </span>/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a
moz-do-not-send="true" href="http://libvorbis.la" target="_blank">libvorbis.la</a>
=> /usr/lib/<a moz-do-not-send="true" href="http://libvorbis.la"
target="_blank">libvorbis.la</a> so it's not the right path for
the file.<br>
<span class="keyword"><br>
On debian 6 "squeeze" amd64 it compiles without problems if
libvorbis-dev is installed:<br>
<br>
</span><a class="moz-txt-link-abbreviated" href="mailto:root@home:/usr/src/freeswitch/src/mod/formats/mod_shout/.libs#">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:
<blockquote
cite="mid:CAKzWOxUhhbyE8fuzmpK257bg-6mehVFBVjsa1rHr6u58-RWPkA@mail.gmail.com"
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
moz-do-not-send="true" href="mailto:neilp@cs.stanford.edu">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 moz-do-not-send="true"
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
moz-do-not-send="true" href="http://libvorbis.la"
target="_blank">libvorbis.la</a>' or unhandled argument
`/usr/lib/gcc/i486-linux-gnu/4.3.3/../../../../lib//<a
moz-do-not-send="true" href="http://libvorbis.la"
target="_blank">libvorbis.la</a>'</div>
<div>make[5]: *** [<a moz-do-not-send="true"
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 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>
<br>
</blockquote>
</div>
<br>
<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>