Virtualbox: guest additions need libelf-devel

Signed-off-by: Pierre-Yves <pyu@riseup.net>
This commit is contained in:
Pierre-Yves 2018-02-24 22:35:10 +01:00 committed by Joshua Strobl
parent 66ec7774d8
commit e9c7241da6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
+++ +++
title = "VirtualBox" title = "VirtualBox"
lastmod = "2017-12-16T20:35:00+02:00" lastmod = "2018-02-24T22:30:00+02:00"
+++ +++
# VirtualBox # VirtualBox
@ -71,7 +71,7 @@ sudo eopkg install linux-current-headers
Make sure you have the necessary packages installed Make sure you have the necessary packages installed
``` bash ``` bash
sudo eopkg install gcc make autoconf binutils xorg-server-devel sudo eopkg install gcc make autoconf binutils xorg-server-devel libelf-devel
``` ```
Reboot the virtual machine. Reboot the virtual machine.