Hi,<br><br><div class="gmail_quote">On Sat, Mar 13, 2010 at 2:32 PM, Kristian_JK <span dir="ltr"><<a href="mailto:kristian_jk@yahoo.com">kristian_jk@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><p>hello,</p><p>I have a strange error, the configure script of PA (0.9.21) is not able to find libtool.</p><p>I installed the latest version of Libtool under /usr/local/:</p>
<p>$ libtool --version<br>ltmain.sh (GNU libtool) 2.2.6b<br>...<br></p><p><br></p><p>The PA configure script exits here:</p><p>checking for lt_dladvise_init in -lltdl... no<br>configure: error: Unable to find libltdl version 2. Makes sure you have libtool 2.2 or later installed.<br>
</p></td></tr></tbody></table></blockquote><div><br>I checked the PA configure script for any more convenient way to specify the libtool path (you know, like DBUS_CFLAGS and DBUS_LIBS for dbus), but it seems you'll need to rely on more generic methods. libltdl is not hooked into pkg-config, and configure can't override it normally. You could try to set LDFLAGS="${LDFLAGS} -L/usr/local/lib" or you could set LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"<br>
<br>You could also take the "safe route" by installing it in /usr instead of /usr/local -- which won't overwrite anything since you removed your old libtool anyway.<br><br>HTH,<br><br>Sean<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><p><br></p><p>What is going wrong here?</p><p>I removed the old libtool version and it is not present in the PATH env variable</p>
<p><br></p><p>Thanks for your help,</p><p>Kristian</p><p><br></p></td></tr></tbody></table><br>
<br>_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
<br></blockquote></div><br>