Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Installation Oracle9i on SuseLinux ES 64 Bit, Compiling Error

Installation Oracle9i on SuseLinux ES 64 Bit, Compiling Error

From: Michael Hermanns <michael.hermanns_at_gmx.de>
Date: Wed, 07 Sep 2005 18:59:56 +0200
Message-ID: <dfn6ac$k1r$1@pentheus.materna.de>

Hello,
i want to install Oracle 9.2.0.4 x86-64 on a Linux 64 bit engine (suse linux 9).
It is the gcc compiler whith version 3.3.3 installed. When the Oracle-Installer compiled the extproc file the log-File shows the following error:



Aufruf von Aktion unixActions2.2.0.18.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /opt/oracle/oracle9/rdbms/lib/ins_rdbms.mk
         installTarget = install
         undoMakeFileName =

...
Name der Ausnahme: MakefileException
Zeichenfolge der Ausnahme: Fehler beim Aufruf des Ziels install von makefile /opt/oracle/oracle9/rdbms/lib/ins_rdbms.mk. Ausnahmegrad: 1

In the compiler log file is the following error shown:



Linking external procedure agent (/opt/oracle/oracle9/rdbms/lib/extproc32) rm -f /opt/oracle/oracle9/rdbms/lib/extproc32 gcc -m32 -o /opt/oracle/oracle9/rdbms/lib/extproc32 -L/opt/oracle/oracle9/rdbms/lib32/ -L/opt/oracle/oracle9/lib32/ -L/opt/oracle/oracle9/lib32/stubs/
/opt/oracle/oracle9/rdbms/lib32/hormc.o
/opt/oracle/oracle9/rdbms/lib32/defopt.o
/opt/oracle/oracle9/rdbms/lib32/homts.o -lagtsh -lpls9
-lplp9 -lclntsh -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 /opt/oracle/oracle9/lib32/libgeneric9.a `cat
/opt/oracle/oracle9/lib32/sysliblist`

-Wl,-rpath,/opt/oracle/oracle9/lib:/lib:/usr/lib -lm `cat
/opt/oracle/oracle9/lib32/sysliblist` -ldl -lm -lvsn9
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld:
cannot find /usr/lib/libc_nonshared.a
collect2: ld returned 1 exit status
make[1]: *** [/opt/oracle/oracle9/rdbms/lib/extproc32] Fehler 1 make[1]: Leaving directory `/opt/oracle/oracle9/rdbms/lib' make: *** [extproc32] Fehler 2

The File "/usr/lib/libc_nonshared.a" doesn't exist - ok. But what can i make, that the compilation goes on whithout any error and whith a correct result?

Thanks for any help.

regards
Michael Received on Wed Sep 07 2005 - 11:59:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US