美文网首页
[SERO] 解决 `error while loading s

[SERO] 解决 `error while loading s

作者: ytxing | 来源:发表于2019-05-15 09:26 被阅读0次

Ubuntu上运行gero时,可能会遇到如下错误(尤其是新机器首次运行)。

bin/gero: error while loading shared libraries: libgmpxx.so.4: cannot open shared object file: No such file or directory

出错的原因是libczero依赖了libgmp,但机器上并没有安装。
使用如下命令安装可以解决。

sudo apt install libgmpxx4ldbl

18.04亲测有效。

相关文章

网友评论

      本文标题:[SERO] 解决 `error while loading s

      本文链接:https://www.haomeiwen.com/subject/rseuaqtx.html