Hi all,

I upgraded to the latest VirtualBox edition a few days ago. When executed, the package complained about a missing kernel module, and needed to be recompiled (the command was given in the error box.) Running the command led to messages about compile failures. Examining the logs revealed that the build script was not finding several directories it was looking for.

Following the path into /usr/src/..... virtualbox/virtualboxmtg revealed the needed files under virtualboxmtg. The script was looking for them at the virtualboxmtg level. The proper fix would be to fix the build script. An easier alternative is to copy the files up one level with rcp -r "dirname" .. - and then run the build script again. There are about 3 directories that need to be moved for the script to find them, but once moved, the whole thing builds beautifully and runs like a charm.

Hope this helps,

Pete