- 浏览: 495332 次
- 性别:
- 来自: 杭州
文章分类
- 全部博客 (247)
- java框架-struts2 (11)
- java框架-spring (6)
- 开发工具-myeclipse (8)
- 技术标准-webservice (1)
- 技术标准-opensaml2 (1)
- 开发语言-java (13)
- 开发语言-asp (4)
- 数据库-oracle (25)
- 数据库-mysql (4)
- 前端开发-css (15)
- 前端开发-javascript (34)
- 图片处理 (7)
- 事务处理 (1)
- SVN (2)
- 系统-linux (41)
- 系统-solaris (13)
- 系统-windows (8)
- web容器-glassfish (5)
- 单点登录-Shibboleth (0)
- 其他技术 (18)
- 技术无关 (6)
- 开发语言-jsp (2)
- 前端开发-html (1)
- LDAP相关 (11)
- 单点登录-cas (0)
- php (0)
- 门户-uportal (0)
- 单点登录-opensso (1)
- json (1)
- Android (2)
最新评论
-
wzwahl36:
http://www.atool.org/ico.php这个生 ...
Photoshop制作Favicon.ico图标(转载) -
wgimperial:
帮我解决了问题,谢谢LZ
如何让 href 失效(转) -
Finishx:
[color=olive][/color][size=medi ...
iframe跨域(转) -
q79969786:
不能删,上了这个workspace就是空的了
java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer -
hw1287789687:
showrev
在SOLARIS下如何查看版本号
原文:http://apps.hi.baidu.com/share/detail/45946626
安装 gcc之前google了一下,发现这是个麻烦事,心里也做好了准备,花费了一下午终于搞定,
事先确定要安装符合rhel4的rpm,由此找到下面这个网址:
里面很全,基本涵盖了安装gcc所需的所有其他rpm
1)安装gcc
rpm -ivh gcc-3.3.2-6.i386.rpm
warning: gcc-3.4.6-9.i386.rpm: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
binutils >= 2.15.92.0.2-18 is needed by gcc-3.4.6-9.i386
cpp = 3.4.6-9 is needed by gcc-3.4.6-9.i386
glibc-devel >= 2.2.90-12 is needed by gcc-3.4.6-9.i386
libgcc >= 3.4.6-9 is needed by gcc-3.4.6-9.i386
Suggested resolutions:
glibc-devel-2.3.4-2.9.i386.rpm
失败
根据错误信息--〉1-1,1-2,1-3,1-4
1-1)更新binutils
rpm -Uvh binutils-2.15.92.0.2-24.i386.rpm
1-2)更新cpp
rpm -Uvh cpp-3.4.6-9.i386.rpm
1-3)更新libgcc
rpm -Uvh libgcc-3.4.6-9.i386.rpm
1-4)更新glibc-devel
rpm -ivh glibc-devel-2.3.4-2.39.i386.rpm
warning: glibc-devel-2.3.4-2.39.i386.rpm: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
glibc = 2.3.4-2.39 is needed by glibc-devel-2.3.4-2.39.i386
glibc-headers is needed by glibc-devel-2.3.4-2.39.i386
glibc-headers = 2.3.4-2.39 is needed by glibc-devel-2.3.4-2.39.i386
Suggested resolutions:
glibc-headers-2.3.4-2.9.i386.rpm
根据错误信息---〉1-4-1,1-4-2
1-4-1)更新glibc
warning: glibc-2.3.4-2.39.i386.rpm: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
glibc-common = 2.3.4-2.39 is needed by glibc-2.3.4-2.39.i386
根据错误信息--〉1-4-1-1
1-4-1-1)
rpm -Uvh glibc-common-2.3.4-2.39.i386.rpm
warning: glibc-common-2.3.4-2.39.i386.rpm: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
glibc-common = 2.3.4-2.9 is needed by (installed) glibc-2.3.4-2.9.i686
又出错,强行更新,反正这个也不会用,以及依赖它的rpm也要跟新
rpm -Uvh glibc-common-2.3.4-2.39.i386.rpm --nodeps --force
返回到1-4-1)
rpm -Uvh glibc-2.3.4-2.39.i386.rpm
1-4-2)安装glibc-headers
rpm -ivh glibc-headers-2.3.4-2.39.i386.rpm
warning: glibc-headers-2.3.4-2.39.i386.rpm: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
kernel-headers is needed by glibc-headers-2.3.4-2.39.i386
kernel-headers >= 2.2.1 is needed by glibc-headers-2.3.4-2.39.i386
Suggested resolutions:
glibc-kernheaders-2.4-9.1.87.i386.rpm
根据出错信息---〉1-4-2-1
1-4-2-1)安装glibc-kernheaders
rpm -ivh glibc-kernheaders-2.4-9.1.100.EL.i386.rpm
返回1-4-2 )
rpm -ivh glibc-headers-2.3.4-2.39.i386.rpm
返回1-4)
rpm -ivh glibc-devel-2.3.4-2.39.i386.rpm
返回1)
rpm -ivh gcc-3.4.6-9.i386.rpm
安装完成,gcc -v
显示信息
gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
发表评论
-
too many open files问题解决方法
2012-11-27 09:48 839[root@test ~]# ulimit -a cor ... -
domainname设置
2012-07-09 11:56 922对于DNS域名的查看你可以通过在终端输入“domainname ... -
linux系统修改ip地址方法
2012-03-15 14:05 1596一、查看当前ip地址 [root@localhost ... -
linux关闭防火墙
2012-03-14 09:54 868/etc/rc.d/init.d/iptables stop ... -
RedhatEnterpriseLinux4——gcc安装
2011-10-12 16:25 988今天装redhat的gcc,搞了好久,记录一下。 之前 ... -
Redhat_linux下安装gcc
2011-10-12 14:26 1400一、安装步骤 1、使用which gcc 命令发现gcc 没 ... -
为你详解Linux安装GCC方法(转)
2011-10-12 12:42 3908原文:http://www.cnblogs.com ... -
package jdk-1.6.0_14-fcs.i586 (which is newer than jdk-1.5.0-fcs.i586) is alread
2011-08-04 11:24 1359[root@localhost home]# rpm -ivh ... -
linux zip命令(转)
2011-08-03 11:01 999转载地址:http://hi.baidu.com/leshy/ ... -
Linux下如何使CP命令不提示覆盖(转)
2011-05-20 12:16 2021http://blog.sina.com.cn/s/blog_ ... -
scp命令使用
2011-02-28 14:42 897scp glassfish-installer-v2ur2-b ... -
linux命令行中快速查找文件内容
2011-02-22 16:25 1792在linux中使用如下命令可查看文件内容 #more a.t ... -
设置hostname并永久生效
2011-02-22 14:20 1623原来我机器的域名是wen.redhat, 我使用如下命令设置 ... -
linux cp命令覆盖 无提示解决办法
2011-02-14 15:15 1922如果系统设置了alias cp='cp -i',用到cp时发现 ... -
linux查看cpu信息命令
2010-12-22 13:57 1654[root@localhost bin]# more /pro ... -
linux下配置开机自启动服务的命令ntsysv
2010-12-16 11:03 2120#ntsysv 使用上下箭头键查看服务,是有空格键选择(标上 ... -
查看机器配置命令(linux+solaris)
2010-12-14 15:42 19721、查看内存大小 solari:prtconf -vp | ... -
如何让一台linux服务器既做ntp服务器也做ntp客户端
2010-12-08 14:38 1799我在是有ntp做时间同步时遇到一个问题,一台linux机器已经 ... -
Linux如何清空文件中的内容
2010-12-02 10:23 1268方法一:用vi 打开,删了,保存,退出. 方法二: # ... -
rpm
2010-11-26 13:38 915rpm文件搜索、下载网址 http://rpmfind ...
相关推荐
在`/etc/redhat-release`文件中,将版本信息改为Red Hat Enterprise Linux AS release 4 (Nahant Update 4),安装完成后记得恢复原状。 最后,设置Oracle用户的环境变量,特别是`ORACLE_BASE`,它指示Oracle软件的...
例如,“redhat-release-4AS-2.4”对应的是Red Hat Enterprise Linux AS 4 Update 1。通过查阅对应表,可以准确得知系统的确切版本。 ### 注意事项 - 第二种和第三种方法仅适用于Red Hat系列的Linux发行版,其他...
- **方法一**:编辑`/etc/redhat-release`文件,并将其中的版本信息改为`Red Hat Enterprise Linux AS release 4 (Nahant Update 4)`。 - **方法二**:修改Oracle安装包中的`install/oraparam.ini`文件,在`...
Red Hat Enterprise Linux AS release 4 (Nahant Update 4) ``` **2. 配置 Oracle 用户环境变量** ```shell # su - oracle $ vi ~/.bash_profile ``` 添加以下内容: ```shell export ORACLE_BASE=/u01/app/oracle ...
将文件内容中的 “Red Hat Enterprise Linux Server release 5 (Tikanga)” 修改为 “Red Hat Enterprise Linux AS release 4 (Nahant Update 4)”。 ##### 3. 修改系统内核参数 为了满足 Oracle 的需求,需要调整...
- **系统版本**:确认当前使用的Linux发行版与Oracle客户端的兼容性,本例中为Red Hat Enterprise Linux Release 4 (Nahant Update 2),内核版本为2.6.9.22。 ### 2. 安装包下载与解压 下载Oracle 10.2.0.1客户端...
Red Hat Enterprise Linux AS release 4 (Nahant Update 4) ``` - **修改 Oracle 安装文件的配置信息**:编辑安装目录下的 `oraparam.ini` 文件,例如: ```bash vi /home/database/install/oraparam.ini # ...
- 使用 `cat /etc/issue` 和 `uname -r` 来确认 Linux 的发行版本号,确认为 Red Hat Enterprise Linux AS release 4 (Nahant Update 6),内核版本为 2.6.9-67.EL。 **2. 架构确认** - 使用 `uname -m` 检查系统...
RHEL 5,因此需要修改 `/etc/redhat-release` 文件中的版本信息,将 “Red Hat Enterprise Linux Server release 5 (Tikanga)” 改为 “Red Hat Enterprise Linux Server release 4 (Nahant Update 4)”。...
- 示例输出: `Red Hat Enterprise Linux ES release 4 (Nahant Update 5)` - **解释**: 当前系统版本为 Red Hat Enterprise Linux ES 4 (Nahant Update 5),这符合 Oracle 10g 的支持列表。 **5. 检查内核版本** ...
更改 `/etc/redhat-release` 文件中的版本信息为 Red Hat Enterprise Linux Server release 5 (Tikanga),如果当前版本为 Red Hat Enterprise Linux AS release 4 (Nahant Update 4)。 5. **修改 pam.d/login 配置...
例如,可以将“Red Hat Enterprise Linux Workstation release 6.0 (Santiago)”改为“Red Hat Enterprise Linux AS release 3 (Taroon)”或“Red Hat Enterprise Linux AS release 4 (Nahant Update 4)”。...