Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试执行 GoPanda2(Linux 支持的玩 Go 的应用程序)
我在运行 crouton 的 chromebook acer720 上。按照安装说明: 在终端窗口中,提取存档:
tar xvf gopanda2-linux-64.tar.gz 运行安装脚本 ./install.sh 通过点击图标运行应用程序或从终端启动它
我遇到的问题是:“加载共享库时出错:libnss3.so:无法打开共享对象文件:没有这样的文件或目录”
任何帮助将不胜感激。
您缺少libnss3包裹。您必须安装它及其依赖项(在 apt linux 系统中运行sudo apt-get install libnss3,或sudo yum install libnss3在基于 redhat 的 linux 中,等等)。
libnss3
sudo apt-get install libnss3
sudo yum install libnss3
如果仍有错误,请提供更多信息。