|
-
Nov 18th, 2008, 12:04 AM
#1
Thread Starter
Lively Member
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..
-
Nov 18th, 2008, 12:07 AM
#2
Re: Oracle 9i installation on Ubuntu (Java Error)
try this one
Code:
# apt-get install build-essential
I think that contains libc and libstdc++.
-
Nov 18th, 2008, 02:23 AM
#3
Thread Starter
Lively Member
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
-
Nov 18th, 2008, 03:28 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|