我正在使用 Manjaro,当我尝试从 Steam 启动 Awesomenauts(一款 Steam 游戏)时,它无法启动。 Steam 显示我正在玩该游戏一小会儿,但随后我又回到“在线”状态,而不是“玩 Awesomenauts”。
当我尝试从终端启动它时,出现此错误。
error while loading shared libraries: libtheoradec.so.1: cannot open shared object file: No such file or directory
但是,当我运行时,libtheoradec.so.1 位于我的系统上的 /usr/lib 中
ls -l /usr/lib/libtheoradec*
我明白了
lrwxrwxrwx 1 root root 21 02.07.2013 01:07 /usr/lib/libtheoradec.so -> libtheoradec.so.1.1.4*
lrwxrwxrwx 1 root root 21 02.07.2013 01:07 /usr/lib/libtheoradec.so.1 -> libtheoradec.so.1.1.4*
-rwxr-xr-x 1 root root 100664 02.07.2013 01:07 /usr/lib/libtheoradec.so.1.1.4*
我真的不知道接下来该去哪里。
答案1
您需要安装 lib32-libtheora
pacman -S lib32-libtheora