出现这个问题的原因是:系统中没有对应版本的共享库导致的。可能是不存在,或者版本不对。

不存在

不存在的话,直接安装就行了。

$ yay -S icu

这里安装的是最新版本的,如果还是不对的话,采用下面的方法。

版本不对

这个就比较麻烦了。我用的manjaro,系统中装了更高版本的,并且aur仓库中只有最新版本的库。因此只能手动安装。
在 软件仓库 中找到对应版本的icu进行安装。

$ sudo pacman -U ./icu-63.1-1-x86_64.pkg.tar.xz

如果电脑存在更高版本的话,并且最高版本被其它软件依赖,会导致安装失败。
因此只能手动安装了。
解压软件包。将/usr/lib/需要的库拷贝到/lib64/中。需要将so.63so.63.1一同拷贝。

解决 error while loading shared libraries: libicui18n.so.63: cannot open shared object file相关推荐

  1. uwsgi: error while loading shared libraries: libicui18n.so.58: cannot open shared object file

    找到uwsgi的位置 which uwsgi (WebTagging) [root@Alex backend-flask]# which uwsgi /usr/anaconda/Anaconda/en ...

  2. uwsgs loading shared libraries: libicui18n.so.58 异常处理

    如果缺少报这个错uwsgi: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file ...

  3. 报错解决:cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such fi

    我的个人博客:zhang0peter的个人博客 先说一下为什么会发生这个错误,我看这篇博客:分享Centos6.5升级glibc过程 ,里面提到了如下命令: $ rm -rf /lib64/libc. ...

  4. cgo 解决 error while loading shared libraries: xxx.so.x

    来自:Dale工作学习笔记 原文:error while loading shared libraries: xxx.so.x" 错误的原因和解决办法 今天在执行一个protobuf程序时, ...

  5. 解决error while loading shared libraries: xxx.so.x类似问题办法和错误原因

      解决error while loading shared libraries: xxx.so.x"类似问题办法和错误原因 编译Tengine时,执行make命令,出现以下错误: erro ...

  6. swig: error while loading shared libraries: libpcre.so.1: cannot open shared object file 亲测解决方法

    安装完毕 PCRE 和 swig 之后,执行 swig -version 发现报错 如下: swig: error while loading shared libraries: libpcre.so ...

  7. ./ffmpeg: error while loading shared libraries: libx264.so.138: cannot open shared object file: No s

    在安装ffmpeg时,执行完 ./configure--enable-libx264 --enable-gpl --disable-yasm --prefix=/usr/local/ffmpeg ma ...

  8. 报错:error while loading shared libraries: libz.so.1: cannot open shared object file

    OS: Kali linux Compile toolchian: arm-none-linux-gnueabi# arm-none-linux-gnueabi-gcc hook.c arm-linu ...

  9. 启动Nginx时报错:error while loading shared libraries: librdkafka.so.1: cannot open shared object file: No

    安装了Nginx之后,启动时报错: error while loading shared libraries: librdkafka.so.1: cannot open shared object f ...

最新文章

  1. Nginx集群session管理的两种方式
  2. hdu1978(递推dp)
  3. Nginx负载均衡记录
  4. Cloudstreams: 云间整合的下一个挑战
  5. RabbitMQ在Windows环境下部署(简单有效)
  6. gp数据库迁移数据到mysql_greenplum数据迁移
  7. ajax获取cpu的占用率,JavaScript获取当前cpu使用率的方法
  8. ubuntu 安装java插件_Ubuntu下安装JAVA插件欣赏精美网页
  9. java中怎么创建栈_这个题如何用栈解呢?
  10. 中国物流行业“十四五”前景规划及创新战略研究报告2022年版
  11. 微信服务号认证小程序
  12. 【GIS教程】ArcGIS做日照分析(附练习数据下载)
  13. 不断突破道,用道来挣钱才能长稳,才能心安!
  14. python数据分析五个最常用库
  15. bootstrap~去除input选中时的蓝色边框线
  16. NAS - 群晖NAS安装Jenkins
  17. Windows安装lua,并使用SciTE进行编辑
  18. 物联网(Iot)台灯设计完整教程(长图文)
  19. Android动画SVGA的使用
  20. 几种典型的半监督学习方法

热门文章

  1. QPSO Algorithm
  2. python使用docx模块读写docx文件的方法与docx模块常用方法
  3. fairyGUI界面控件的基本制作和功能实现
  4. 计算机科学与技术导论小报,电子科大信息论导论复习精要.doc
  5. 虚化背景 - 基于镜头模糊滤镜的深度映射
  6. 人脸识别项目FFmpeg+OpenCV+虹软SDK
  7. 纽约大学工程学院计算机排名,纽约大学工程学院排名高的专业有哪些?
  8. 安卓期末复习大纲(全)
  9. iOS开发:字符串处理:截取字符串、匹配字符串、分割字符串
  10. 使用MATLAB对于Excel表格进行处理