Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> problem when install oracle for linux 8.1.7 on redhat 7.2

problem when install oracle for linux 8.1.7 on redhat 7.2

From: Eiffel Qiu <python_at_btamail.net.cn>
Date: Thu, 13 Dec 2001 04:57:28 +0800
Message-ID: <7kgf1uk7mq2o1gshq22bkmrsj0o69ig5d9@4ax.com>


I recently install linux 8.1.7 on redhat 7.2 i red a lot of article concerned, most of them are related to redhat 7.1, i almost do all the thing i could do, here is my .bashrc for
"oracle" account.



unset LANG
export LD_ASSUME_KERNEL=2.2.5

export LDEMULATION=elf_i386_glibc21
export GCC_EXEC_PREFIX=/usr/i386-glibc21-linux/lib/gcc-lib/

export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8.1.7 export PATH=$PATH:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib export ORACLE_SID=o8i1
export ORACLE_TERM=vt100
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data

umask 022


i also download the patch of oracle for linux
"glibc-2.1.3-stubs.tar.gz"

when i extract "glibc-2.1.3-stubs.tar.gz" in $ORACLE_HOME before run
"./runInstaller" , it occur error said "could found precomXXXX.mk",
when i first run "./runInstaller", it works well, but when installer began to link libary, it occur error at 65% ,also about procomm.mk . how come this happen?

can any one solve this problem for me ? Received on Wed Dec 12 2001 - 14:57:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US