Wenn vmware-modconfig
sich mit der Meldung „gcc and kernel headers
must be installed” beschwert, obwohl beides installiert ist, könnte das daran
liegen, dass unter Linux 2.6.33 die Dateien utsrelease.h
und
autoconf.h
nicht mehr in include/linux/
, sondern in
autogenerated/
landen. Folgender Workaround schafft abhilfe, bis
VMware eine funktionierende Variante ausliefert:
cd /lib/modules/$(uname -r)/build/include/linux ln -s ../generated/utsrelease.h . ln -s ../generated/autoconf.h .
Did you like this post? Subscribe to this blog’s RSS feed to not miss any new posts!
I run a blog since 2005, spreading knowledge and experience for over 20 years! :)
If you want to support my work, you can buy me a coffee.
Thank you for your support! ❤️