Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 9i on linux

Re: 9i on linux

From: Paul Fagan <faganpe_at_bt858546.btlabs.bt.co.uk>
Date: Tue, 20 Nov 2001 11:14:42 +0000
Message-ID: <20011120.111442.480298490.12897@bt858546.btlabs.bt.co.uk>


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:

  1. Open a new console window on the host as the installation user.
  2. Set up the Oracle environment (i.e. ORACLE_HOME).
  3. Make a backup of the $ORACLE_HOME/genclntsh script.
  4. Remove the ${LD_SELF_CONTAINED} flag from the ld command in the 'Create Library' section.
  5. Run the genclntsh script.
  6. Click on 'Retry' in the Universal Installer

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US