Jens Franik schrieb: > i bootet a Knoppix 6.2 installed the kernel-headers, gcc > > and tried to buid the guest-additions, but failed. > > What are the prerequisites to build that Kernel Modules?
Needs: gcc, maybe g++, dkms, build-essentials, kernel-headers, kernel-source, linux-kbuild - maybe not all of those. If someone needs Details, i saved a List of installed Packages and can maybe recover what exactly is needed. Problem @Knoppix 6.2 seems that Parts of the already installes Sources are missing, that results in an "make" Error. Fetch the Sources again from http://debian-knoppix.alioth.debian.org I built them new. Then it worked: knop...@microknoppix:/media/sr0$ sudo ./VBoxLinuxAdditions-x86.run Verifying archive integrity... All good. Uncompressing VirtualBox 3.1.2 Guest Additions for Linux........ VirtualBox Guest Additions installer Building the VirtualBox Guest Additions kernel modules Building the main Guest Additions module ...done. Building the shared folder support module ...done. Building the OpenGL support module ...done. Doing non-kernel setup of the Guest Additions ...done. Starting the VirtualBox Guest Additions ...done. Installing the Window System drivers Installing X.Org Server 1.6 modules ...done. Setting up the Window System to use the Guest Additions ...done. You may need to restart the hal service and the Window System (or just restart the guest system) to enable the Guest Additions. Installing graphics libraries and desktop services components ...done. -- Jens Franik mailto:[email protected] _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
