majia_520 发表于 2011-07-21 10:39

你的问题是确少glibc和glibc_devel    32bit的包
guyeh 发表于 2011-07-20 16:15 http://bbs.chinaunix.net/images/common/back.gif


    # rpm -qi glibc-devel-2.5-58.el5_6.4
Name      : glibc-devel                  Relocations: (not relocatable)
Version   : 2.5                               Vendor: CentOS
Release   : 58.el5_6.4                  Build Date: Mon 27 Jun 2011 08:27:38 PM CST
Install Date: Fri 01 Jul 2011 11:15:26 AM CST      Build Host: builder10.centos.org
Group       : Development/Libraries         Source RPM: glibc-2.5-58.el5_6.4.src.rpm
Size      : 7339007                        License: LGPL
Signature   : DSA/SHA1, Tue 28 Jun 2011 09:50:35 AM CST, Key ID a8a447dce8562897
Summary   : Object files for development using standard C libraries.
Description :
The glibc-devel package contains the object files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs).If you are developing programs which
will use the standard C libraries, your system needs to have these
standard object files available in order to create the
executables.

Install glibc-devel if you are going to develop programs which will
use the standard C libraries.
Name      : glibc-devel                  Relocations: (not relocatable)
Version   : 2.5                               Vendor: CentOS
Release   : 58.el5_6.4                  Build Date: Mon 27 Jun 2011 08:23:49 PM CST
Install Date: Wed 20 Jul 2011 03:33:15 PM CST      Build Host: builder10.centos.org
Group       : Development/Libraries         Source RPM: glibc-2.5-58.el5_6.4.src.rpm
Size      : 5172124                        License: LGPL
Signature   : DSA/SHA1, Tue 28 Jun 2011 09:50:35 AM CST, Key ID a8a447dce8562897
Summary   : Object files for development using standard C libraries.
Description :
The glibc-devel package contains the object files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs).If you are developing programs which
will use the standard C libraries, your system needs to have these
standard object files available in order to create the
executables.

Install glibc-devel if you are going to develop programs which will
use the standard C libraries.
#

为啥有两个? 一个32,一个64?

guyeh 发表于 2011-07-21 11:20

relink一下

majia_520 发表于 2011-07-21 11:47

本帖最后由 majia_520 于 2011-07-21 11:55 编辑

回复majia_520


    哦,那应该是使用了非登录shell的问题,使用xmanager这些图形软件登录系统,打开 ...
Minsic 发表于 2011-07-21 11:32 http://bbs.chinaunix.net/images/common/back.gif




    source .bash_profile

我在.bashrc中加了上面这句话,结果用oracle用户登录,就没响应了。。。。晕倒。。。



或者复制那些需要的变量,比如$ORACLE_HOME、$ORACLE_BASE、$ORACLE_SID等

这样就可以。

majia_520 发表于 2011-07-21 11:50

本帖最后由 majia_520 于 2011-07-21 11:57 编辑

relink一下
guyeh 发表于 2011-07-21 11:20 http://bbs.chinaunix.net/images/common/back.gif


    relink过两次了,没效果


$ $ORACLE_HOME/bin/relink all



再执行netca,还是报相同的错误

majia_520 发表于 2011-07-21 12:28

谁还有招数?

majia_520 发表于 2011-07-21 12:34

吐血而亡。。。。。。。。。。。

majia_520 发表于 2011-07-21 12:35

建议看看ORACLE的安装,论坛有很多(本版),这种问题也发出来讨论不太好(很基本的知识了)
renxiao2003 发表于 2011-07-20 21:03 http://bbs.chinaunix.net/images/common/back.gif


   
版主,现在不说我的问题简单基础了吧。。。。。。。。:)

Minsic 发表于 2011-07-21 13:26

回复 24# majia_520


    大概是.bash_profile里有source .bashrc,陷入死循环了,简单点好了,把需要的那些变量复制到.bashrc就可以了。

godymoon 发表于 2011-07-21 14:10

环境变量设置不对,.bash_profile设置好环境变量,source一次就可以了,不是每次都要执行的

godymoon 发表于 2011-07-21 14:12

你的问题是确少glibc和glibc_devel    32bit的包
guyeh 发表于 2011-07-20 16:15 http://bbs.chinaunix.net/images/common/back.gif


    缺少这两个包,安装都安装不成功的吧,在安装前检查依赖软件时就会报错了
页: 1 2 [3] 4
查看完整版本: 再来,sqlplus 没法用。。