Re: Installing Oracle 8.1.7 on Redhat Linux 7.1 [message #97450] |
Tue, 14 May 2002 02:00 |
slimzhao
Messages: 5 Registered: November 2001
|
Junior Member |
|
|
Yes, I have been ever got the same problem on redhat7.[[0-2]]. And it can be solve by specifying the alternate sys_include and include dir to by pass it.
in detail, you can find a redhat6.2(which works well with redhat6.2 + oracle8.1.[[67]]) and copy it's
/usr/include
and
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include
to your home dir, and while you using proc, you can specify in a config file such as:
cat oracle.cfg
sys_include=(/home/yourname/usr/include,/home/yourname/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include)
proc config=oracle.cfg test.pc
I got it worked well. good luck.
|
|
|
Re: Installing Oracle 8.1.7 on Redhat Linux 7.1 [message #97806 is a reply to message #97450] |
Sun, 09 February 2003 01:24 |
tongnghi
Messages: 1 Registered: February 2003
|
Junior Member |
|
|
Thank
It done well
Simple way is editing
$ORACLE_HOME/precom/admin/pcscfg.cfg as follow :
old one :
#sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/include/,/usr/include)
(should be remove rather than comment)will
new one :
sys_include=($ORACLE_HOME/precomp/public,/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/,/usr/include)
Have success
Bye
|
|
|