Ich versuche, ioquake auf meinem Ubuntu-Server zu installieren.
Wenn ich versuche, es auszuführen, erhalte ich folgende Meldung:
# ./ioquake3
./ioquake3.x86_64: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
Ich dachte, ich hätte alles richtig gemacht. Hier ist die libSDL:
# cd /usr/lib64
# /usr/lib64# ls -l
total 2308
lrwxrwxrwx 1 root root 15 Oct 15 00:25 libSDL-1.1.so.0 -> libSDL-1.2.so.0
lrwxrwxrwx 1 root root 20 Oct 15 00:25 libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.4
-rwxr-xr-x 1 root root 2358903 Jan 19 2012 libSDL-1.2.so.0.11.4
Und mein Weg:
# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib64
Was mache ich falsch?
strace ./ioquake.x86_64
. Dies zeigt alle Systemaufrufe an (die Ausführung dauert viel länger). Es wird angezeigt, welcher Versuch, welche Datei zu öffnen, fehlschlägt.