/usr/lib/virtualbox/check_module_dependencies.sh: not found

Discussions related to using the OSE version of VirtualBox.
Post Reply
Adam_Ullrich56
Posts: 9
Joined: 14. Mar 2020, 16:58

/usr/lib/virtualbox/check_module_dependencies.sh: not found

Post by Adam_Ullrich56 »

Hello, I've been trying to compile VirtualBox from source code, but when I tried to rebuild VirtualBox kernel modules I get this error:

Code: Select all

$ cd VirtualBox-6.1.8
$ ./out/linux.amd64/debug/bin/vboxdrv.sh setup
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
./out/linux.amd64/debug/bin/vboxdrv.sh: 460: /usr/lib/virtualbox/check_module_dependencies.sh: not found
How can I fix this problem?
Thanks in advance
Adam_Ullrich56
Posts: 9
Joined: 14. Mar 2020, 16:58

Re: /usr/lib/virtualbox/check_module_dependencies.sh: not found

Post by Adam_Ullrich56 »

I figured it out. All I had to do is this:

Code: Select all

source ./env.sh
Post Reply