From e9c7241da6589baf74dd39c7358e651c3ba16b1b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Date: Sat, 24 Feb 2018 22:35:10 +0100 Subject: [PATCH] Virtualbox: guest additions need libelf-devel Signed-off-by: Pierre-Yves --- software/virtualbox/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/virtualbox/en.md b/software/virtualbox/en.md index f9eda8e..9f5802c 100644 --- a/software/virtualbox/en.md +++ b/software/virtualbox/en.md @@ -1,6 +1,6 @@ +++ title = "VirtualBox" -lastmod = "2017-12-16T20:35:00+02:00" +lastmod = "2018-02-24T22:30:00+02:00" +++ # VirtualBox @@ -71,7 +71,7 @@ sudo eopkg install linux-current-headers Make sure you have the necessary packages installed ``` 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.