Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2734640
  • 博文数量: 423
  • 博客积分: 7770
  • 博客等级: 少将
  • 技术积分: 4766
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-09 11:58
个人简介

Oracle/DB2/Postgresql/Mysql/Hadoop/Greenplum/Postgres-xl/Mongodb

文章分类

全部博文(423)

文章存档

2019年(3)

2018年(6)

2017年(27)

2016年(23)

2015年(30)

2014年(16)

2013年(31)

2012年(73)

2011年(45)

2010年(14)

2009年(30)

2008年(30)

2007年(63)

2006年(32)

分类: LINUX

2011-07-24 11:43:37

Installing 32-bit Libraries

The 64-bit VirtualGL RPM also contains a 32-bit version of the VirtualGL server components, which allows 32-bit OpenGL applications to be run on a 64-bit VirtualGL server. Thus, the RPM depends on a few 32-bit libraries. The x86-64 version of RHEL 6 does not have 32-bit libraries installed by default. To install these:

As root:

  • Add multilib_policy=all to /etc/yum.conf
  • Edit /etc/yum/pluginconf.d/rhnplugin.conf and uncomment the lines that read:
[rhel-i386-server-5] enabled = 1
  • Run the following commands:
#rpm -q -a | sed 's@\.x86_64@@' | sed 's@\.noarch@@' | sort >out
#yum install `cat out`

Now, yum update should pull in both i686 and x86-64 packages like RHEL 5 did.

Alternately, you can simply install the VirtualGL RPM with --nodeps if you don't require 32-bit support.

阅读(2579) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~