当前位置:网站首页>/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
问题解决。
边栏推荐
- Matlab / Arcgis处理nc数据
- [MATLAB project combat] LDPC-BP channel coding
- The principle of virtual inheritance
- When can I use PushGateway
- [AMEX] LGBM Optuna美国运通信用卡欺诈赛 kaggle
- 《ArchSummit:时代的呐喊,技术人听得到》
- NgRx 里 first 和 take(1) 操作符的区别
- TFC CTF 2022 WEB Diamand WriteUp
- 2022年最新重庆建筑八大员(电气施工员)模拟题库及答案
- Inheritance and friend, static member relationship
猜你喜欢
消息队列存储消息数据的MySQL表格
编译型语言和解释型语言的区别
2022年最新重庆建筑八大员(电气施工员)模拟题库及答案
TFC CTF 2022 WEB Diamand WriteUp
Design of Fire and Anti-theft System Based on Single Chip GSM
Advanced Algebra _ Proof _ Any matrix is similar to an upper triangular matrix
Handwritten a simple web server (B/S architecture)
[Microservice] Distributed Transaction Solution - Seata
zeno使用方法笔记
一文带你了解 Grafana 最新开源项目 Mimir 的前世今生
随机推荐
硬件设备计算存储及数据交互杂谈
[Cloud Residency Co-Creation] [HCSD Big Celebrity Live Broadcast] Personally teach the secrets of interviews in big factories
One line of code to solve CoreData managed object properties change in SwiftUI problem of animation effects
什么时候可以使用 PushGateway
微信小程序之小程序页面语法
vim的基本使用-底行模式
pycaret source code analysis: download dataset\Lib\site-packages\pycaret\datasets.py
C# Rectangle基本用法和图片切割
Basic use of vim - bottom line mode
【读书笔记->数据分析】02 数据分析准备
SQL injection Less46 (injection after order by + rand() Boolean blind injection)
Automated machine learning pycaret: PyCaret Basic Auto Classification LightGBM
pycaret源码分析:下载数据集\Lib\site-packages\pycaret\datasets.py
【MATLAB项目实战】LDPC-BP信道编码
/usr/local/bin和/usr/bin的区别
NgRx 里 first 和 take(1) 操作符的区别
Classes and Objects: Above
Force buckle 2326, 197
命名实体识别-模型:BERT-MRC
面试题:实现死锁