From: Mark Nikkels (M.R.Nikkels@inter.nl.net)
Date: Wed Jul 31 2002 - 09:58:45 CEST
Message-ID: <008501c23868$18ad25b0$0e01a8c0@OmaDuck> From: "Mark Nikkels" <M.R.Nikkels@inter.nl.net> Date: Wed, 31 Jul 2002 09:58:45 +0200 Subject: Re: [suse-oracle] 9.2 iAS installation fails on linking $ORACLE_HOME/precomp/lib/ins_precomp.mk
CJ,
This is a general problem which can occur with every installation of oracle
products on SuSE. The solution is very simple.
Edit the file /opt/oracle/OraHome1/lib/sysliblist,
add the following to the existing line
-L/usr/lib/gcc-lib/i486-suse-linux/2.95.3 -lgcc
so the line becomes something like this:
-L/usr/lib/gcc-lib/i486-suse-linux/2.95.3 -lgcc -ldl -lm -lpthread
The version number 2.95.3 might be different on your installation due to
updates. So check that first.
This should solve your problems.
If that doesn't work, look in /opt/oracle/OraHome1/install/make.log.
Somewhere at the end of the file, you should see some errors of the linker.
One of the most frequent errors is the lack of the library clntsh. (ld
reports cannot fing -lclntsh)
If so, go to /opt/oracle/OraHome1/bin and run the command 'genclntsh' (as
user oracle)
and try again...
Grts, Mark.
----- Original Message -----
From: "CJ van Rensburg" <cj@rextin.co.za>
To: <suse-oracle@suse.com>
Sent: Tuesday, July 30, 2002 3:54 PM
Subject: [suse-oracle] 9.2 iAS installation fails on linking
$ORACLE_HOME/precomp/lib/ins_precomp.mk
Hi does any body have some advice for me on this.
System: Suse 7.3, glibc 2.4, Kernel 2.4.16
Regards
C J Janse van Rensburg
REXTIN cc
mailto:cj@rextin.co.za
---------------------------------------------------------------------
To unsubscribe, e-mail: suse-oracle-unsubscribe@suse.com
For additional commands, e-mail: suse-oracle-help@suse.com
Please see http://www.suse.com/oracle/ before posting
---------------------------------------------------------------------
To unsubscribe, e-mail: suse-oracle-unsubscribe@suse.com
For additional commands, e-mail: suse-oracle-help@suse.com
Please see http://www.suse.com/oracle/ before posting
This archive was generated by hypermail 2.1.4 : Wed Jul 31 2002 - 10:01:08 CEST