Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Install error on linux-RHEL4 Oracle9
Bashar wrote:
> Marcel wrote:
> > <Marcel> wrote:
> >
> > >No, this isn't the cause, I think,
> > >it is compat-oracle-rhel4-1.0-5.i386.rpm that causes this....
> >
> > Removed gcc and dependent packages,
> > reïnstalled them with up2date -i ,
> > and bingo, oracle installed.
> >
> > Don't know why,
> > but it works.
>
> can you please point how which dependent packages you removed and then
> what packages you reinstalled using up2date -i ?
>
> i'm having the same exact problem :)
This is what I had to do to fix that problem:
# rpm -e gcc libtool compat-oracle-rhel4 compat-libcwait gcc-c++ gcc-g77 gcc-java java-1.4.2-gcj-compat
# up2date -i gcc
# up2date -i gcc-c++
# rpm -Uvh compat-oracle-rhel4-1.0-5.i386.rpm compat-libcwait-2.1-1.i386.rpm
compat-oracle-rhel4 and compat-libcwait can be downloaded from metalink.oracle.com
Thanks. -Ahmed Received on Wed Oct 04 2006 - 17:48:53 CDT
![]() |
![]() |