5
加载共享库libSDL-1.2.so.0时出错
我正在尝试在ubuntu服务器上安装ioquake。 当我尝试运行它时,出现以下消息: # ./ioquake3 ./ioquake3.x86_64: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory 我以为我一切正常,这是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 …