OS + CentOS 7/centos 7/VirtualBox/VirtualBox-5.1-5.1.28_117968_el7-1.x86_64.rpm, centosvirtualbox
S
VirtualBox: resolves the problem of libSDL-1.2.so.0 () Errors During VirtualBox installation.
Http://www.sklinux.com/983
When you install VirtualBox for Centos6.2, you encounter the following error:
Error: Failed dependencies:
LibSDL-1.2.so.0 () (64bit) is needed by VirtualBox-4.2-4.2.4_81684_el6-1.x86_64
The original installation of VirtualBox requires the SDL package, which can be installed using yum,
Yum install compat-libstdc ++-33 SDL
In fact, in addition to the above, gcc, kernel-devel, make, libGL, qt, qt-devel, and libXmu are also required. For example,
Yum install gcc kernel-devel make libGL qt-devel libXmu
Now you can install the rpm package of VirtuaBox,
[Root @ SCTS-PC-DEV Downloads] # rpm-ivh VirtualBox-5.1-5.1.28_117968_el7-1.x86_64.rpm
Warning: VirtualBox-5.1-5.1.28_117968_el7-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY
Preparing... ################################### [100%]
Updating/installing...
1: VirtualBox-5.1-5.1.28_117968_el7-################################# [100%]
Creating group 'vboxusers'. VM users must be member of that group!
End