比如我运行程序时发生了这么一段错误:
┏ Electron -------------------
/home/wwwroot/topsi-project-manager/node_modules/electron/dist/electron: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory
┗ ----------------------------
显然是缺少这个 libXtst.so.6 依赖库的,那么我的安装方法如下:
# yum whatprovides libXtst.so.6
找到提供这个依赖库的安装包,然后安装:
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.vpshosting.com.hk
* extras: mirror.vpshosting.com.hk
* updates: mirror.vpshosting.com.hk
libXtst-1.2.3-1.el7.i686 : X.Org X11 libXtst runtime library
源 :base
匹配来源:
提供 :libXtst.so.6
libXtst-1.2.3-1.el7.i686 : X.Org X11 libXtst runtime library
源 :@base
匹配来源:
提供 :libXtst.so.6
安装 libXtst-1.2.3-1.el7.i68 这个库,也就说明安装了 libXtst.so.6。
*** 但是,没有用。那么,大家平时都是怎么安装的呢?***
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.