10g installation issue on Ubuntu ( Feisty fawn ) [message #238894] |
Sun, 20 May 2007 19:57 |
cosmokramer
Messages: 1 Registered: May 2007
|
Junior Member |
|
|
Hi,
I understand that 10g on Ubuntu is not part of the support flavors. But I'd like to see
this come thro'...
I followed the instructions on http://www.dizwell.com/prod/node/52
When I start 'dbca', I get this error
oracle@sdesktop:/oracle/10g/bin$ ./dbca
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.<init>(Unknown Source)
at oracle.sysman.assistants.util.NetworkUtils.<init>(NetworkUtils.java:222)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:255)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:682)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:205)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:160)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
Looking deep I found this problem...
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libpthread.so when searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libpthread.a when searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
/usr/bin/ld: cannot find -lpthread
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
What does this mean?
Any pointers? Thanks!
|
|
|
|
How do I install Oracle 10g on Ubuntu? [message #248682 is a reply to message #238894] |
Sat, 30 June 2007 07:10 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
Dear all!
I am a newbie on Linux, and I have installed Ubuntu 5.04 on my PC (x86), so, I have downloaded Oracle Express Oracle-xe-10.2.0.1 i386.rpm from the Oracle website. However, I can not to install it on my Ubuntu.
Please guide me how to install it?
Thank you very much!
|
|
|
|
|
|