Reply to Message

View discussion in a popup

Replying to:
ci4ic4
Contributor
Contributor

Apply the solution from https://communities.vmware.com/t5/Workstation-2023-Tech-Preview/Linux-Kernel-6-5-rc-vmmon-compile-fa... ; modules then compile. Restart the vmware service; you will probably still have another error (non-fatal) about /usr/sbin/vmware-authdlauncher not starting; I "solved" this by moving this file to /usr/sbin/vmware-authdlauncher.exe and placing

#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libssl.so.1.1:/usr/lib/vmware/lib/libcrypto.so.1.1
exec /usr/sbin/vmware-authdlauncher.exe $@

into /usr/sbin/vmware-authdlauncher . Workstation 17.0.2 now runs just fine under 

 

Linux ... 6.5.15-2-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.5-1ubuntu1~jammy (2023-09-15) x86_64 x86_64 x86_64 GNU/Linux