错误0
不记得了,
解决办法,安装32位的库
yum install glibc.i686

错误1
./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

yum install openssl.i686
sudo ln -s /usr/lib/libssl.so.10 /usr/lib/libssl.so.0.9.8

错误2
./utserver: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

yum search libcrypto
yum install libssh
 ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.0.9.8

错误3
./utserver: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
解决
yum install libgcc

参考文档
目录下的doc文件
http://blog.sina.com.cn/s/blog_5b0665e8010116ma.html
http://www.cnidc.in/2011/10/339.html

来源:http://blog.163.com/iamlike@yeah/blog/static/1697653522012111994445475/

./utserver: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file相关推荐

  1. mongod: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file:

    mongod: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No ...

  2. mongo: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No suc

    问题:mongo: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No ...

  3. openssl: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No su

    openssl: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No su ...

  4. 解决samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file

    感谢: 记得叫我写教程 参考了他的解决方法! 解决方法:https://blog.csdn.net/ET_April/article/details/111405941 今天使用samtools的时候 ...

  5. error while loading shared libraries: libcrypto.so.1.1

    目录 1.问题 2.解决方法 1.问题 import fiftyone as fo python import的时候出现如下报错,本人系统是Ubuntu 22.04 LTS error while l ...

  6. 执行srvctl报错 :error while loading shared libraries: libpthread.so.0:

    执行srvctl是报错error while loading shared libraries: libpthread.so.0:[oracle@rac02 ~]$ srvctl /opt/ora10 ...

  7. linux fedora安装、运行mybase7.3.5报错:error while loading shared libraries: libpng12.so.0

    直接安装即可: sudo dnf install libpng12 dnf安装的是32位的,在64位系统下无法使用,参考我的下面这篇文章来解决: https://zhangxueliang.blog. ...

  8. svn: error while loading shared libraries: libsvn_client-1.so.0

    http://www.cnblogs.com/mangu-uu/archive/2012/08/23.html 定位问题的利器之strace svn安装在了tools目录外面,把文件夹移动tools/ ...

  9. iperf3 安装遇到 error while loading shared libraries: libiperf.so.0

    iperf3: error while loading shared libraries: libiperf.so.0: cannot open shared object file: No such ...

最新文章

  1. 从零开始山寨Caffe·拾:IO系统(三)
  2. Increasing or Decreasing 序列 转换
  3. iOS之深入解析类Class的底层原理
  4. Log4j执行漏洞修复教程
  5. BUAA_OO_Unit1总结
  6. Git笔记(29) 搜索
  7. Maven依赖配置和依赖范围
  8. 安装Python第三方库方法总结
  9. Makefile的几个赋值运算符(转:笔记)
  10. java jlabel 字体大小_java – 如何在调整大小时更改JLabel字体大小以填充JPanel可用空间?...
  11. paip.c3p0 nullpointexcept 配置文件根路径读取bug 解决
  12. 机器学习 --- 2. 从最大似然再看线性回归(转)
  13. iOS 斯坦福大学公开课地址
  14. [渝粤教育] 北京师范大学 中国哲学 参考 资料
  15. 这几款图片格式转换器帮助你轻松解决图片转换难题
  16. 海马苹果助手ipad版_不惧掉签 | 苹果IPA安装包,免费自签教程
  17. 记录:如何解决Ubuntu20.04无法联网问题【亲测有效】
  18. vol.169 垃圾分类的技术现实意义
  19. 计算机网络——基于IP多播的网络会议程序
  20. 淘宝WAP版小BUG分析

热门文章

  1. python网络编程教学_python网络编程学习初步
  2. mysql myisam 主从_MySQL的主从复制Replication之MyIsam和InnoDB数据复制发布
  3. 5.prometheus告警插件-alertmanager、自定义webhook案例编写
  4. 35.JVM 参数(JVM中的各种参数及含义、收集器相关、PrintGC等各种辅助参数)
  5. 必知必会的RocketMQ消息类型
  6. HttpClient4.5.2调用示例(转载+原创)
  7. 一台电脑上同启动两个Tomcat的方式,windows/Linux配置。
  8. 动态数组,数组初始化,数组内存释放,向数组中添加一个元素,向数组中添加多个元素,数组打印,顺序查找,二分查找,查找数组并返回地址,冒泡排序,改变数组中某个元素的值,删除一个数值,删除所有,查找含有
  9. Java操作SQL Server数据库
  10. php网站适合优化_php开发大型网站如何优化的方案详解