Created
January 27, 2012 08:04
-
Star
(137)
You must be signed in to star a gist -
Fork
(56)
You must be signed in to fork a gist
-
-
Save larsar/1687725 to your computer and use it in GitHub Desktop.
Mount shared folder on CentOS in VirtualBox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pius-pworld - I got the same error. If you look at the suggested log to figure out what went wrong
/var/log/vboxadd-setup.log
you probably will see the message asking you to installlibelf-dev
,libelf-devel
, orelfutils-libelf-devel
.I did install the
elfutils-libelf-devel
by:yum install elfutils-libelf-devel
. After that, the/cdrom/VBoxLinuxAdditions.run
worked for me.