swift - libicuuc.so.55 : cannot open shared object file

标签 swift ubuntu

当我使用 swift build 进行编译时,我的 Ubuntu 机器出现以下错误

$swift build

/home/xxxxxxxxx/Downloads/swift-DEVELOPMENT-SNAPSHOT-2016-02-25-a-ubuntu15.10/us
r/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 上,但这是我找到的唯一版本

*注意...软件包可能已被删除

关于swift - libicuuc.so.55 : cannot open shared object file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35840359/

相关文章:

linux - 核心和核心文件之间的区别

python - 设置使用 SHA 256 加密的 Jupyter Lab 密码

ios - 仅限 iOS9 上的 UICollectionView NSInternalInconsistencyException 错误

swift - UIButton 的 iOS 13 系统颜色

swift - 由于 uiTextfield 中没有值,应用程序崩溃

swift - SpriteKit SKAction.animateWithTextures : Resize and Restore

ubuntu - 终结者在右键单击、未聚焦(在窗口外单击)等时关闭

swift - swift 掩盖圆段

ubuntu - 更改 ubuntu 终端的上下箭头

php - 使用 Apache 时在 PHP 中设置用于访问的环境变量