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! :)
All of my content is human-authored. I do use LLMs for research and knowledge work, and even to review my posts, but all writing is my own, every word is my own voice.