在Win10中的Linux子系统中运行服务时报错:
error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory
解决方法:sudo apt-get install libnss3
- 本文固定链接: http://jingyan.idoubi.net/1738.html
- 转载请注明: 搬运工 于 逗分享开发经验 发表
在Win10中的Linux子系统中运行服务时报错:
error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory
解决方法:sudo apt-get install libnss3