当前位置:网站首页>/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*Solution
/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*Solution
2022-08-01 01:08: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 and did not successfully connect to libssl 和 libcrypto caused by the library,上次 VMware That's it for the upgrade,There is no way to do it one by one 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
问题解决.
边栏推荐
- /usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*解决办法
- 500 miles
- In 2022, the latest eight Chongqing construction members (electrical construction workers) simulation question bank and answers
- Carefully organize 16 MySQL usage specifications to reduce problems by 80% and recommend sharing with the team
- OSF understands the agile development model in one minute
- WeChat applet page syntax
- GDB 源码分析系列文章五:动态库延迟断点实现机制
- 类和对象:中
- 如何编辑epub电子书的目录
- 500 miles
猜你喜欢
随机推荐
Unity3D学习笔记10——纹理数组
【历史上的今天】7 月 31 日:“缸中之脑”的提出者诞生;Wi-Fi 之父出生;USB 3.1 标准发布
Qlib quantitative source analysis: qlib/qlib/contrib/model/GBDT py
ECCV2022 Workshop | Multi-Object Tracking and Segmentation in Complex Environments
WeChat applet page syntax
Compose原理-视图和数据双向绑定的原理
力扣2326、197
RTL8762DK UART (two)
STK8321 I2C(昇佳-加速度传感器)示例
OSF understands the agile development model in one minute
Force buckle 2326, 197
STK8321 I2C (Shengjia-accelerometer) example
Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
JVM面试题总结(持续更新中)
WebApi hits an Attribute to handle exceptions uniformly
Academicians of the two academies speak bluntly: Don't be superstitious about academicians
pycaret source code analysis: download dataset\Lib\site-packages\pycaret\datasets.py
Web API Introduction and Types
Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
RTL8762DK PWM(七)









