Replave libmk4.so.0 by libopenal.so.0
This commit is contained in:
parent
dc5fea3beb
commit
b1c4753084
1 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@
|
||||||
<a href="#5">Running</a>
|
<a href="#5">Running</a>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="indent">5.1 -
|
<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>
|
||||||
<div class="indent">5.2 -
|
<div class="indent">5.2 -
|
||||||
<a href="#5.2">Why do I get "ssgInit called without a valid OpenGL context"?</a>
|
<a href="#5.2">Why do I get "ssgInit called without a valid OpenGL context"?</a>
|
||||||
|
@ -516,11 +516,11 @@
|
||||||
</h2>
|
</h2>
|
||||||
<b>
|
<b>
|
||||||
<a name="5.1">5.1 -
|
<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>
|
</a>
|
||||||
</b>
|
</b>
|
||||||
<div class="indent">
|
<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
|
<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
|
listed in <code>/etc/ld.so.conf</code>, then run <i>`ldconfig`</i>as
|
||||||
root.</p>
|
root.</p>
|
||||||
|
|
Loading…
Reference in a new issue