请帮我.虽然使用
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
原文链接:https://www.f2er.com/swift/319464.htmlwget 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 …包裹可能已被删除