Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle 8 redhat 7.2 runInstaller segmentation fault
Don't know if it has something to do with your problem, but I solved mine
with that :
This worked for me running Redhat 7.3 on Oracle9i (can't remember the exact version no.)
Versions of ld prior to version 2.11 ignored the "-z defs" flag. ld
version 2.11 and later have the ability to use this flag. Because of this
the
genclntsh script fails to produce the libclntsh.so library on a machine
running
ld > 2.11.
The "-z defs" is set in the variable LD_SELF_CONTAINED in the
genclntsh script.
fix:
When receiving this error during installation, follow these steps:
The installation will now proceed.
This should be fixed in 9.0.2
.
"Laurent NOWAKOWSKI" <laurent_at_nowa-net.com> wrote in message
news:3cf23804$0$241$626a54ce_at_news.free.fr...
> Hello,
> I Can't runing the runInstaller because the system write segmentation
fault
> and break the process.
> Can you help.
> Laurent
>
> P.S : I have set env variable export LD_ASSUME_KERNEL=2.2.5
>
>
Received on Wed May 29 2002 - 07:13:07 CDT
![]() |
![]() |