Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4634  / 1 Year ago, fri, may 26, 2023, 7:26:44

I am trying to load vmware-vdiskmanager to repair a .vmdk file



As an exmaple



vmware-vdiskmanager -R /home/user/vmware/Windows7/Windows7.vmdk


I get this error



VMware Workstation Error:
VMware Workstation unrecoverable error: (app)
SSLLoadSharedLibrary: Failed to load library libcrypto.so.0.9.8:/usr/bin/libdir/lib/libcrypto.so.0.9.8/libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
A core file is available in "/home/user/core". Please request support and include the contents of the core file.
To collect data to submit to VMware support, select Help > About and click "Collect Support Data". You can also run the "vm-support" script in the Workstation folder directly.
We will respond on the basis of your support entitlement.


I have downloaded libcrypto.0.9.8, but it is located in:



/usr/lib/x86_64-linux-gnu/


I have tried to create a symbolic link



sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.0.9.8 /usr/bin/libdir/lib/libcrypto.so.0.9.8/libcrypto.so.0.9.8


I get:



ln: failed to create symbolic link ‘./libcrypto.so.0.9.8’: Permission denied


i know I am just missing something very basic on what I need to do to get this point to the right library, I just am looking for what I need to do to get it working.


More From » permissions

 Answers
6

I just ran into this problem myself. The vmware-vdiskmanager needs i386 libraries.



sudo aptitude install libssl0.9.8:i386



If that by itself doesn't solve the problem, look at other related i386 libs.



Shane


[#21765] Saturday, May 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
turhizz

Total Points: 82
Total Questions: 106
Total Answers: 96

Location: South Korea
Member since Mon, Dec 6, 2021
2 Years ago
;