Bonjour

quand je lance application virtualbox avec le terminal il m'affiche une erreur

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
[darken@PC-de-Darken ~]$  VirtualBox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (2.6.18-84.el5) or it failed to
         load. Please recompile the kernel module and install it by
 
           sudo /etc/init.d/vboxdrv setup
 
         You will not be able to start VMs until this problem is fixed.
WARNING: The compilation of the vboxdrv.ko kernel module failed during the
         installation for some reason. Starting a VM will not be possible.
         Please consult the User Manual for build instructions.
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: /usr/lib/virtualbox/VirtualBox.so: cannot restore segment prot after reloc: Permission denied
[darken@PC-de-Darken ~]$

Et quand je tape la commande sudo /etc/init.d/vboxdrv setup

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
[darken@PC-de-Darken ~]$ su
Mot de passe : 
[root@PC-de-Darken darken]#  sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module                          [  OK  ]
Recompiling VirtualBox kernel module                       [ÉCHOUÉ]
  (Look at /var/log/vbox-install.log to find out what went wrong)
[root@PC-de-Darken darken]#