Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 10g Release 2 on Red Hat ES 4 x86_64 (install problems)

525517Jul 28 2006 — edited Jul 29 2013
Hello people,

today I tried to install Oracle 10g R2 on a Red Hat ES 4 x86_64 server and got a lot
of problems current the installation progress...

I downloaded the 10201_database_linux_x86_64.cpio.gz from the oracle homepage
for my architecture and tried to start the runInstaller from the database directory.
The first annoyed thing is, that the installer needs some i386 libaries to start the
installer without problems. That seems to be bad if I use a 64 bit machine... but ok,
I installed the necessary i386 libaries with

# up2date --arch=i386 -i xorg-x11-libs
# up2date --arch=i386 -i xorg-x11-deprecated-libs

and runInstaller works fine. Current the installation progress i received the following
messages:

1.
Error in invoking target 'install' of makefile '/oracle/product/10g/ctx/lib/ins_ctx.mk'. See '/oracle/product/oraInventory/logs/installActions2006-07-28_12-32-28PM.log' for Details.

2.
Error in invoking target 'agent nmo nmb' of makefile '/oracle/product/10g/sysman/lib/ins_sysman.mk'. See '/oracle/product/oraInventory/logs/installActions2006-07-28_12-32-28PM.log' for Details.

3.
Error in invoking target 'all_no_orcl' of makefile '/oracle/product/10g/rdbms/lib/ins_rdbms.mk'. See '/oracle/product/oraInventory/logs/installActions2006-07-28_12-32-28PM.log' for Details.

I pressed 'continue' for each message and completet the installation.

For your information here the libraries that are recommended in the installtion
documentation from oracle:

PACKET-NAME REQUIRED PACKET CURRENT PACKET
----------- --------------- --------------
xscreensaver- xscreensaver-4.18-5.rhel4.2 xscreensaver-4.18-5.rhel4.10
glibc-common- glibc-common-2.3.4-2 glibc-common-2.3.4-2.19
compat-db- ---ok--- ---ok---
make- ---ok--- ---ok---
glibc- glibc-2.3.4-2 glibc-2.3.4-2.19
libstdc++-devel- libstdc++-devel-3.4.3-9.EL4 libstdc++-devel-3.4.5-2
pdksh- pdksh-5.2.14-30 pdksh-5.2.14-30.3
gcc- gcc-3.4.3-9.EL4 gcc-3.4.5-2
libstdc++- libstdc++-3.4.3-9.EL4 libstdc++-3.4.5-2
gnome-libs- ---ok--- ---ok---
control-center- control-center-2.8.0-12 control-center-2.8.0-12.rhel4.2
gcc-c++- gcc-c++-3.4.3-9.EL4 gcc-c++-3.4.5-2
sysstat- sysstat-5.0.5-1 sysstat-5.0.5-7.rhel4
binutils- binutils-2.15.92.0.2-10.EL4 binutils-2.15.92.0.2-18

# rpm -q libaio
libaio-0.3.105-2

That are all x86_64 packages - for sure - because I use RH ES 4 x86_64.

That seems to be ok or? At next I tried to start the dbca and got the following error
message:

java.lang.UnsatisfiedLinkError: /oracle/product/10g/lib32/libOsUtils.so: libgcc_s.so.1: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at oracle.sysman.assistants.util.OsUtilsUnix.<init>(OsUtilsUnix.java:672)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at oracle.sysman.assistants.util.OsUtilsBase.constructInstance(OsUtilsBase.java:1416)
at oracle.sysman.assistants.util.OsUtilsBase.getOsUtils(OsUtilsBase.java:144)
at oracle.sysman.assistants.util.attributes.InitParamAttributes.initialize(InitParamAttributes.java:498)
at oracle.sysman.assistants.util.attributes.InitParamAttributes.<init>(InitParamAttributes.java:470)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:247)
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)


Do you know what I can do to solv all this errors?

What i386 libraries I need specially. I searched for a complete list for all necessary
i386 libraries that are needed for 10g x86_64, but I couldn't find one.

Could you help me please?

Cheers,
Jonny
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2013
Added on Jul 28 2006
11 comments
24,273 views