Results 1 to 4 of 4

Thread: Oracle 9i installation on Ubuntu (Java Error)

  1. #1

    Thread Starter
    Lively Member blackeyed's Avatar
    Join Date
    Nov 2002
    Location
    Chandigarh
    Posts
    118

    Oracle 9i installation on Ubuntu (Java Error)

    Hi all,

    I have installed VMware server platform on my MS Vista(Business). I am using Ubuntu on VMWare server.On ubuntu I am trying to install Oracle 9i(version 9.2.0.4.0).While oracle installation I am facing problem related to library files.The following error occured:-

    Initializing Java Virtual machine from /tmp/OraInstall2008-11-16_03-38-23AM/jre/bin/java.Please wait..
    /tmp/OraInstall2008-11-16_03-38-23AM/jre/bin/i386/native_threads/java : error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared obbject file:No such file or directory.

    To find a solution I have tried following up some threads on miscellaneous forums.The common solution I see is to install some library packages(using apt-get utility) and then create a softlink to the installed file....Now the problem is that the said library packages are not getting installed.The following error comes:
    reading package lists..Done
    Building dependency tree
    Reading state information...Done
    E: Couldn't find package libstdc++2.10-dbg

    Please help with a detailed and stepwise solution.Thanks in advance..
    ~~Avi~~

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Oracle 9i installation on Ubuntu (Java Error)

    try this one
    Code:
    # apt-get install build-essential
    I think that contains libc and libstdc++.

  3. #3

    Thread Starter
    Lively Member blackeyed's Avatar
    Join Date
    Nov 2002
    Location
    Chandigarh
    Posts
    118

    Re: Oracle 9i installation on Ubuntu (Java Error)

    Output is :
    Code:
    root@TCS192421:/home/saket# dpkg -l build-essential
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
    |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
    ||/ Name               Version            Description
    +++-==================-==================-====================================================
    ii  build-essential    11.3ubuntu1        informational list of build-essential packages
    ~~Avi~~

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Oracle 9i installation on Ubuntu (Java Error)

    That's not the same command I suggested.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width