小编Sub*_*ata的帖子

genymotion抛出libssl_conf.so:无法打开共享对象文件:没有此类文件或目录

当我在Kali Linux上执行以下代码时

#/opt/genymobile/genymotion# ./genymotion
Run Code Online (Sandbox Code Playgroud)

我懂了

> Logging activities to file: /root/.Genymobile/genymotion.log
Auto configuration failed
139950541100688:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
139950541100688:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
139950541100688:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
139950541100688:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
Run Code Online (Sandbox Code Playgroud)

但是运行命令

export OPENSSL_CONF=/etc/ssl/
Run Code Online (Sandbox Code Playgroud)

解决了该会话的此问题。

linux genymotion

15
推荐指数
1
解决办法
2949
查看次数

vue3和stylelint,如何修复--意外的未知伪类选择器,“:deep”

我像这样配置 stylelintrc.js :

rules: {
    "selector-pseudo-element-no-unknown": [true, {
      "ignorePseudoClasses": ["deep",""]
    }]
  } 
Run Code Online (Sandbox Code Playgroud)

但不行,我的 vue 文件在这里 关联

错误是:

意外的未知伪类选择器selector-pseudo-class-no-unknown
":deep"

错误图像在这里 关联

vuejs3

3
推荐指数
1
解决办法
4868
查看次数

标签 统计

genymotion ×1

linux ×1

vuejs3 ×1