Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 9i on linux
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
.
In article <3bfa21dd$0$32589$626a54ce_at_news.free.fr>, "Vigi98" <vigi98_at_caramail.com> wrote:
> Hi all,
>
> Has anybody ever managed to install 9i on linux ? I only need a little
> net8 client (it requires at least 189Mo : congratulation, Oracle !) and
> I always obtain an error on ins_net_client.mk (target install).
>
> 8i would be fine also, but I don't find it anymore on Oracle site.
>
> To sum up : can I find Oracle 8i (or even 8) and where ? If not, how
> install 9i client without problem ?
>
> Thanks a lot in advance.
>
>
>
Received on Tue Nov 20 2001 - 05:14:42 CST
![]() |
![]() |