89ou 发表于 2015-10-12 12:08:17

centos6.5安装VirtualBox记录

  http://blog.sina.com.cn/s/blog_6e0c0fdf010199f4.html
  


  按该文章执行到第四步时提示
  warning: VirtualBox-4.2-4.2.28_97679_el5-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY

error: Failed dependencies:

    libSDL-1.2.so.0()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    libcrypto.so.6()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    libpython2.4.so.1.0()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    libssl.so.6()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    python(abi) = 2.4 is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64




  又找到这篇http://www.sklinux.com/983

yum install compat-libstdc++-33 SDL
yum install gcc kernel-devel make libGL qt qt-devel libXmu(这些好像我之前装过了)
执行后再安装,提示  
  warning: VirtualBox-4.2-4.2.28_97679_el5-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY

error: Failed dependencies:

    libcrypto.so.6()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    libpython2.4.so.1.0()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    libssl.so.6()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    python(abi) = 2.4 is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64



又找了一篇http://blog.itpub.net/27771627/viewspace-1258918/
  yum -y install openssl098e
  执行后再安装,提示
  warning: VirtualBox-4.2-4.2.28_97679_el5-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY

error: Failed dependencies:

    libpython2.4.so.1.0()(64bit) is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64

    python(abi) = 2.4 is needed by VirtualBox-4.2-4.2.28_97679_el5-1.x86_64
  然后我查python(abi) = 2.4 看一个说输入python看一下版本号,一看我已经有2.6的了
  然后果断试了一下安装VirtualBox4.3,装上了


  
页: [1]
查看完整版本: centos6.5安装VirtualBox记录