Great!  I don't get the error message any more.  Now, when I
execute 'ardour', nothing happens at all.  I'm missing
something.  What can it be?<br><br><div><span class="gmail_quote">On 8/5/05, <b class="gmail_sendername"><a href="mailto:james@electronic-quill.net">james@electronic-quill.net</a></b> <<a href="mailto:james@electronic-quill.net">
james@electronic-quill.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> My libstdc++.so.6 is located in<br>>
<br>> /usr/lib/gcc/i586-suse-linux/4.0.2/libstdc++.so.6<br>><br>> on my system. Where should it be as far Ardour is concerned?<br><br>The short answer is "in the library search path."<br>There are several longer and more useful answers:
<br><br>`cat /etc/ld.so.conf`, or `echo $LD_LIBRARY_PATH`<br>These are the paths where the system as a whole, and your login session, are looking<br>for libraries respectively.<br><br>You could create a symlink from one of the directories in either search path.
<br><br>Alternatively, you could add the actual location<br>(/usr/lib/gcc/i586-suse-linux/4.0.2) to one of the paths. If you add it to<br>ld.so.conf, remember to run ldconfig afterward.<br><br><br>HTH,<br>James<br><br><br>
> On 8/5/05, Nathan Long <<a href="mailto:nathan@signsofjapan.com">nathan@signsofjapan.com</a>> wrote:<br>>><br>>> Sounds like you installed a binary package of Ardour. In that case,<br>>> where is Ardour looking for the library?
<br>>><br>>> Your libstdc++.so.6 is in either /usr/lib or /usr/local/lib right?<br>>><br>>> I'd try putting a symlink to libstdc++.so.6 in the directory it<br>>> is not in.<br>>><br>>> Nathan.
<br>>><br>>> On Thu, 4 Aug 2005 23:32:48 -0500<br>>> Golden Butler <<a href="mailto:delachi@gmail.com">delachi@gmail.com</a>> wrote:<br>>><br>>> > I've managed to install ardour on Suse 
9.2 box and fulfill all the<br>>> > dependecies. However, when I go to start Ardour, I get the following<br>>> > error message:<br>>> ><br>>> > # ardour: error while loading shared libraries: libstdc++.so.6:
<br>>> > cannot open shared object file: No such file or directory<br>>> ><br>>> > I've double checked to see if indeed 'libstdc++.so.6 was installed<br>>> > and it is. Is there anyway I can tell Ardour where it is located? Any
<br>>> > help is appreciated.<br>>> ><br>>> > Thank you,<br>>> ><br>>> > Delamatrix<br>>> _______________________________________________<br>>> <a href="http://ardour-users-ardour.org">
ardour-users-ardour.org</a> <<a href="http://ardour-users-ardour.org">http://ardour-users-ardour.org</a>> mailing list<br>>> <a href="mailto:ardour-users@lists.ardour.org">ardour-users@lists.ardour.org</a><br>
>> <a href="http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org">http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org</a><br>>><br>> _______________________________________________<br>> 
<a href="http://ardour-users-ardour.org">ardour-users-ardour.org</a> mailing list<br>> <a href="mailto:ardour-users@lists.ardour.org">ardour-users@lists.ardour.org</a><br>> <a href="http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org">
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org</a><br>><br><br><br></blockquote></div><br>