当前位置:网站首页>/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*解决办法
/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*解决办法
2022-08-01 00:18:00 【Z.Q.Feng】
一、项目场景
- Ubuntu20.04
- VMware16.1.2
二、报错信息
在启动 vmware.service
服务时,出现了如下报错信息:
/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
完整输出如下:
● vmware.service - LSB: This service starts and stops VMware services
Loaded: loaded (/etc/init.d/vmware; generated)
Active: failed (Result: exit-code) since Sun 2022-07-24 21:25:10 CST; 3s ago
Docs: man:systemd-sysv-generator(8)
Process: 3139 ExecStart=/etc/init.d/vmware start (code=exited, status=1/FAILURE)
7月 24 21:25:10 zqfeng-hp-laptop vmware[3139]: Starting VMware services:
7月 24 21:25:10 zqfeng-hp-laptop vmware[3139]: [37B blob data]
7月 24 21:25:10 zqfeng-hp-laptop vmware[3139]: [52B blob data]
7月 24 21:25:10 zqfeng-hp-laptop vmware[3139]: [53B blob data]
7月 24 21:25:10 zqfeng-hp-laptop vmware[3139]: [30B blob data]
7月 24 21:25:10 zqfeng-hp-laptop VMware[3176]: /usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory
7月 24 21:25:10 zqfeng-hp-laptop vmware[3139]: [41B blob data]
7月 24 21:25:10 zqfeng-hp-laptop systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
7月 24 21:25:10 zqfeng-hp-laptop systemd[1]: vmware.service: Failed with result 'exit-code'.
7月 24 21:25:10 zqfeng-hp-laptop systemd[1]: Failed to start LSB: This service starts and stops VMware services.
三、错误原因
由于 /usr/sbin/vmware-authdlauncher
并没有成功的连接到 libssl
和 libcrypto
库上导致的,上次 VMware 升级就成这样了,没办法一个一个 bug 解决。
四、解决办法
进入相关目录:
cd /etc/ld.so.conf.d/
创建并配置 vmware-authdlauncher.conf
文件:
sudo vim vmware-authdlauncher.conf
写入内容如下:
/usr/lib/vmware/lib/libssl.so.1.0.2
/usr/lib/vmware/lib/libcrypto.so.1.0.2
:wq
,保存并退出,刷新配置:
sudo ldconfig
问题解决。
边栏推荐
- SQL injection Less38 (stack injection)
- WindowInsetsControllerCompat is simple to use
- 精心总结十三条建议,帮你创建更合适的MySQL索引
- Program processes and threads (concurrency and parallelism of threads) and basic creation and use of threads
- The principle of virtual inheritance
- To help the construction of digital government, the three parties of China Science and Technology build a domain name security system
- Nmap Operation Manual - Full Version
- lua入门案例实战1234定义函数与标准函数库功能
- date命令
- Advanced Algebra _ Proof _ Any matrix is similar to an upper triangular matrix
猜你喜欢
微信小程序之小程序页面语法
一行代码解决CoreData托管对象属性变更在SwiftUI中无动画效果的问题
【读书笔记->数据分析】02 数据分析准备
leetcode:126. 单词接龙 II
[1161. The maximum sum of elements in the layer]
cobaltstrike
Program processes and threads (concurrency and parallelism of threads) and basic creation and use of threads
Kyoto University: Masaki Waga | Dynamic Masking for Reinforcement Learning in Black Box Environments
清华大学陈建宇教授团队 | 基于接触丰富机器人操作的接触安全强化学习框架
【MATLAB项目实战】LDPC-BP信道编码
随机推荐
精心总结十三条建议,帮你创建更合适的MySQL索引
Qlib quantitative source analysis: qlib/qlib/contrib/model/GBDT py
Unity3D学习笔记10——纹理数组
什么时候可以使用 PushGateway
继承的注意事项
C# Rectangle basic usage and picture cutting
vim的基本使用-底行模式
Flutter教程之四年开发经验的高手给的建议
SVN server construction + SVN client + TeamCity integrated environment construction + VS2019 development
vector的基本实现
Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
zeno使用方法笔记
什么是动态规划,什么是背包问题
Thinking and Implementation of Object Cache Service
pycaret源码分析:下载数据集\Lib\site-packages\pycaret\datasets.py
leetcode:126. 单词接龙 II
lua入门案例实战123DIY
消息队列存储消息数据的MySQL表格
谷歌『云开发者速查表』;清华3D人体数据集;商汤『通用视觉框架』公开课;Web3极简入门指南;高效深度学习免费书;前沿论文 | ShowMeAI资讯日报
面试突击69:TCP 可靠吗?为什么?