Problems installing oracle 9i on Suse Linux Pro 9.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tamer

    Problems installing oracle 9i on Suse Linux Pro 9.1

    Hi!
    I followed the installation instructions from the oracle 9i built in
    documentation and started the installation with the Result of this
    output on my Xconsole:

    Error occurred during initialization of VM
    Unable to load native library:
    /tmp/OraInstall2004-06-21_10-45-21PM/jre/lib/i386/libjava.so: symbol
    __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link
    time reference

    Has somebody of you a sollution of how i can solve this problem?

    Tamer
  • Frank van Bortel

    #2
    Re: Problems installing oracle 9i on Suse Linux Pro 9.1

    Tamer wrote:[color=blue]
    > Hi!
    > I followed the installation instructions from the oracle 9i built in
    > documentation and started the installation with the Result of this
    > output on my Xconsole:
    >
    > Error occurred during initialization of VM
    > Unable to load native library:
    > /tmp/OraInstall2004-06-21_10-45-21PM/jre/lib/i386/libjava.so: symbol
    > __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link
    > time reference
    >
    > Has somebody of you a sollution of how i can solve this problem?
    >
    > Tamer[/color]

    Check versions, and run the following when applicable:
    rpm -Uvh --force glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm
    glibc-devel-2.3.2-5.i386.rpm
    Basically, a (temporary) downgrade of your libraries; once linked
    you may upgrade gain
    --

    Regards,
    Frank van Bortel

    Comment

    • Tamer

      #3
      Re: Problems installing oracle 9i on Suse Linux Pro 9.1

      Hi Frank!
      All developer files of the GLIBC libraries are installed. In the linux
      distribution (SuSE Linux 9.1 pro) the glibc librtaries are the latest
      and uptodate. I think only that there is a library linking problem which
      can't be determined by the oracle installer.

      If I am wrong or better idea to solve the problem, thank you in advance

      Tamer

      Frank van Bortel wrote:
      [color=blue]
      > Tamer wrote:
      >[color=green]
      >> Hi!
      >> I followed the installation instructions from the oracle 9i built in
      >> documentation and started the installation with the Result of this
      >> output on my Xconsole:
      >>
      >> Error occurred during initialization of VM
      >> Unable to load native library:
      >> /tmp/OraInstall2004-06-21_10-45-21PM/jre/lib/i386/libjava.so: symbol
      >> __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link
      >> time reference
      >>
      >> Has somebody of you a sollution of how i can solve this problem?
      >>
      >> Tamer[/color]
      >
      >
      > Check versions, and run the following when applicable:
      > rpm -Uvh --force glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm
      > glibc-devel-2.3.2-5.i386.rpm
      > Basically, a (temporary) downgrade of your libraries; once linked
      > you may upgrade gain[/color]

      Comment

      • Frank van Bortel

        #4
        Re: Problems installing oracle 9i on Suse Linux Pro 9.1

        Tamer wrote:
        [color=blue]
        > Hi Frank!
        > All developer files of the GLIBC libraries are installed. In the linux
        > distribution (SuSE Linux 9.1 pro) the glibc librtaries are the latest
        > and uptodate. I think only that there is a library linking problem which
        > can't be determined by the oracle installer.
        >
        > If I am wrong or better idea to solve the problem, thank you in advance
        >
        > Tamer
        >
        > Frank van Bortel wrote:
        >[color=green]
        >> Tamer wrote:
        >>[color=darkred]
        >>> Hi!
        >>> I followed the installation instructions from the oracle 9i built in
        >>> documentation and started the installation with the Result of this
        >>> output on my Xconsole:
        >>>
        >>> Error occurred during initialization of VM
        >>> Unable to load native library:
        >>> /tmp/OraInstall2004-06-21_10-45-21PM/jre/lib/i386/libjava.so: symbol
        >>> __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with
        >>> link time reference
        >>>
        >>> Has somebody of you a sollution of how i can solve this problem?
        >>>
        >>> Tamer[/color]
        >>
        >>
        >>
        >> Check versions, and run the following when applicable:
        >> rpm -Uvh --force glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm
        >> glibc-devel-2.3.2-5.i386.rpm
        >> Basically, a (temporary) downgrade of your libraries; once linked
        >> you may upgrade gain[/color][/color]
        Check you versions - they are *higher*. Downgrade them

        --

        Regards,
        Frank van Bortel

        Comment

        Working...