1
0
Fork 0

Replave libmk4.so.0 by libopenal.so.0

This commit is contained in:
ehofman 2004-08-08 11:33:12 +00:00
parent dc5fea3beb
commit b1c4753084

View file

@ -108,7 +108,7 @@
<a href="#5">Running</a>
</h4>
<div class="indent">5.1 -
<a href="#5.1">Why do I get an error loading libmk4.so.0?</a>
<a href="#5.1">Why do I get an error loading libopenal.so.0?</a>
</div>
<div class="indent">5.2 -
<a href="#5.2">Why do I get "ssgInit called without a valid OpenGL context"?</a>
@ -516,11 +516,11 @@
</h2>
<b>
<a name="5.1">5.1 -
<u>Why do I get an error loading libmk4.so.0?</u>
<u>Why do I get an error loading libopenal.so.0?</u>
</a>
</b>
<div class="indent">
<p>With the default installation, libmk4.so.0 is installed into
<p>With the default installation, libopenal.so.0 is installed into
<code>/usr/local/lib</code>. You need to ensure that that path is
listed in <code>/etc/ld.so.conf</code>, then run <i>`ldconfig`</i>as
root.</p>