Hi there,<br><br>I'm trying to make a package of VirtualBox OSE 1.4.0 for VectorLinux 5.8, a Slackware 11 derivative distro.<br><br>These are the specs:<br><br>- GCC/G++ 3.4.6 <br>- Glibc 2.3.6<br>- Kernel <a href="http://2.6.18.5">
2.6.18.5</a><br>- Qt 3.3.5<br><br>I have all the other dependencies taken care of, and the sources compile just fine (and seemingly faster than they did with version 1.3.x).<br><br>However, after the build finishes and after entering the out/linux.x86/release/bin/ directory, running "insmod 
vboxrv.ko" gives a segmentation fault:<br><br>root:# insmod vboxdrv.ko<br>Segmentation fault<br><br>And the output of lsmod shows that the module is not loaded properly (its quoted):<br><br>root:# lsmod | grep vboxdrv
<br>"vboxdrv"              43494  1<br><br>Yeah, the vboxdrv appears quoted in lsmod...<br>And then of course the vboxdrv device does not appear in /dev, so even though the virtualbox GUI runs fine, I can't do anything with it.
<br><br>I have done several Google searches that have pointed me to threads where people have had segmentation faults while running the GUI, but not while inserting the kernel module.<br><br>Can anyone here please shed some light on this problem?
<br>Thanks in advance!<br><br>Cheers,<br><br>Eugéne<br>