VMWare Server 2 – Unable to build the vsock module

Just a quick Post, the solution for the “Unable to build the vsock module” error message if you install VMWare Server 2 on Debian or Ubuntu:

tar xvf /usr/lib/vmware/modules/source/vsock.tar
cd vsock-only
sed -i 's/^\#include
//' autoconf/*.c
make
cp vsock.o /lib/modules/$(uname -r)/misc
ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
depmod -a
invoke-rc.d vmware restart
Leave a comment

2 Comments.

  1. Ausnahmsweise mal kein wirklich konstruktives Posting aber wieso nicht KVM? ;)

  2. Die Anforderung war nunmal VMWare …

Leave a Reply


[ Ctrl + Enter ]