Re: [suse-oracle] Can't install 9i on SUSE 7.3

From: Juergen Froese (juergen@juergen-froese.de)
Date: Wed Oct 24 2001 - 09:37:17 PDT

  • Next message: Dexter: "[suse-oracle] SuSE 7.2 - Oracle 9i Issue"

    Date: Wed, 24 Oct 2001 18:37:17 +0200
    From: Juergen Froese <juergen@juergen-froese.de>
    Message-ID: <34808031.1003948637@[192.168.0.2]>
    Subject: Re: [suse-oracle] Can't install 9i on SUSE 7.3
    

    That's a nice one... ;-)

    The problem is somewhere in the install scripts. The library libclntsh.so
    needs to be built before all the relink scripts start working and that
    build has failed.

    Do the following:

    1. Start the install and go until the first error message appears
    (plsql afair)
    2. Open up a shell and login as user oracle
    3. go to $ORACLE_HOME/bin
    4. Edit the file genclntsh (a script)
    5. search for the line beginning with 'SYSLIBS'
    6. add '-lgcc' at the end
      (this lib is in /usr/lib/gcc-lib/i486-suse-linux/2.95.3)
    7. start genclntsh and wait until it creates the missing lib
    8. Continue the installer with retry

    That did the job for me and 9i is working on SuSE 7.3

    HTH,
    JP

    --On Mittwoch, 24. Oktober 2001 18:07 +0200 Peter Ehrenberg <pe@dipe.de>
    wrote:

    > After update from SUSE 7.2 to 7.3, I'm trying to install Oracle 9.0.1.
    > But the installer stops with:
    >
    > Fehler beim Aufruf des Ziel install von Makefile
    > /opt/oracle/product/9.0.1/plsql/lib/ins_plsql.mk
    >
    > Because of my language settings it's in german. I translate it to
    >
    > Error calling target install of makefile
    > /opt/oracle/product/9.0.1/plsql/lib/ins_plsql.mk
    >
    > If I run the makefile by hand as in
    >
    > cd /opt/oracle/product/9.0.1/plsql/lib
    > make -f ins_plsql.mk libclntsh.so
    >
    > it returns
    >
    > make: *** No rule to make target 'libclntsh.so'. Stop.
    >
    > Anybody out there, who can help?
    >
    > --
    > Dipl.-Ing. Peter Ehrenberg Tel.: (040) 756604-40
    > Rotenhäuser Straße 51 Fax: (040) 756604-41
    > 21109 Hamburg Netz: http://www.dipe.de
    > Germany mailto:pe@dipe.de
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: suse-oracle-unsubscribe@suse.com
    > For additional commands, e-mail: suse-oracle-help@suse.com
    >
    >
    >

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: suse-oracle-unsubscribe@suse.com
    For additional commands, e-mail: suse-oracle-help@suse.com



    This archive was generated by hypermail 2.1.0 : Wed Oct 24 2001 - 09:37:05 PDT