Path: news.easynews.com!easynews!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.cn99.com!news.bentium.com!not-for-mail
From: Eiffel Qiu <python@btamail.net.cn>
Newsgroups: comp.databases.oracle.server
Subject: problem when install oracle for linux 8.1.7 on redhat 7.2
Date: Thu, 13 Dec 2001 04:57:28 +0800
Organization: matrixfox
Lines: 34
Message-ID: <7kgf1uk7mq2o1gshq22bkmrsj0o69ig5d9@4ax.com>
Reply-To: python@btamail.net.cn
NNTP-Posting-Host: 61.135.9.131
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
X-Trace: news.cz.js.cn 1008132796 69146 61.135.9.131 (12 Dec 2001 04:53:16 GMT)
X-Complaints-To: usenet@news.cn99.com
NNTP-Posting-Date: Wed, 12 Dec 2001 04:53:16 +0000 (UTC)
X-Newsreader: Forte Agent 1.8/32.548
Xref: easynews comp.databases.oracle.server:127908
X-Received-Date: Tue, 11 Dec 2001 22:09:30 MST (news.easynews.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=20
export LD_ASSUME_KERNEL=3D2.2.5=20

export LDEMULATION=3Delf_i386_glibc21
export GCC_EXEC_PREFIX=3D/usr/i386-glibc21-linux/lib/gcc-lib/=20

export ORACLE_BASE=3D/u01/app/oracle=20
export ORACLE_HOME=3D$ORACLE_BASE/product/8.1.7=20
export PATH=3D$PATH:$ORACLE_HOME/bin=20
export LD_LIBRARY_PATH=3D$ORACLE_HOME/lib:/lib:/usr/lib=20
export ORACLE_SID=3Do8i1=20
export ORACLE_TERM=3Dvt100=20
export ORA_NLS33=3D$ORACLE_HOME/ocommon/nls/admin/data=20

umask 022=20
-----------------------------

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 ?
