加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

swift – libicuuc.so.55:无法打开共享对象文件

发布时间:2020-12-14 05:31:26 所属栏目:百科 来源:网络整理
导读:请帮我.虽然使用 swift build进行编译,但是在我的ubuntu机器中出现以下错误 $swift build /home/xxxxxxxxx/Downloads/swift-DEVELOPMENT-SNAPSHOT-2016-02-25-a-ubuntu15.10/usr/bin/swift-build: error while loading shared libraries: libicuuc.so.55: ca
请帮我.虽然使用 swift build进行编译,但是在我的ubuntu机器中出现以下错误

$swift build

/home/xxxxxxxxx/Downloads/swift-DEVELOPMENT-SNAPSHOT-2016-02-25-a-ubuntu15.10/usr/bin/swift-build: error while loading shared libraries: libicuuc.so.55: cannot open shared object file: No such file or directory

我该如何解决这个问题?

谢谢.

您可以手动下载好的.dep
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7_amd64.deb

然后你运行:

sudo dpkg -i libicu55_55.1-7_amd64.deb

如果它错过了一些依赖:

sudo apt-get -f install

它对我有用.
您可以在debian软件包网站上找到其他架构:

https://packages.debian.org/sid/libicu55

p.s:我知道这是在SID上,但这是我找到的唯一版本

* note …包裹可能已被删除

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读