当前位置:网站首页>/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
问题解决.
边栏推荐
猜你喜欢
leetcode: 1648. Color ball with decreasing sales value [Boundary find by two points]
MYSQL关键字Explain解析
Google "Cloud Developer Quick Checklist"; Tsinghua 3D Human Body Dataset; SenseTime "Universal Vision Framework" open class; Web3 Minimalist Getting Started Guide; Free Books for Efficient Deep Learni
RTL8762DK PWM (seven)
[MATLAB project combat] LDPC-BP channel coding
RTL8762DK WDG (six)
RTL8762DK RTC (5)
leetcode: 1562. Find latest grouping of size M [simulation + endpoint record + range merge]
Classes and Objects: Medium
RTL8762DK Lighting/LED (3)
随机推荐
Southern University of Science and Technology: Xiaoying Tang | AADG: Automatic Enhancement for Generalization in the Field of Retinal Image Segmentation
Classes and Objects: Medium
两院院士直言:不要迷信院士
机器学习初学者可以学哪些实战项目?
The principle of virtual inheritance
Named Entity Recognition - Model: BERT-MRC
cobaltstrike
Luogu P3373: Segment tree
Web API 介绍和类型
Compose principle - the view and the principle of two-way data binding
[AMEX] LGBM Optuna美国运通信用卡欺诈赛 kaggle
精心总结十三条建议,帮你创建更合适的MySQL索引
声称AI存在意识,谷歌工程师遭解雇:违反保密协议
Web3.0: Building an NFT Market (1)
MYSQL查询截取优化分析
Rainbow share | how to use moving targets defense technology to guard against the unknown
Binary tree traversal non-recursive program -- using stack to simulate system stack
YOLO怎么入门?怎么实现自己的训练集?
Qlib quantitative source analysis: qlib/qlib/contrib/model/GBDT py
WAASAP WebClient UI页面标签的决定逻辑介绍