Oracle 8.1.6 installation on RH Linux 7.2 [message #98644] |
Mon, 11 February 2002 08:50 |
denzil
Messages: 5 Registered: October 2001
|
Junior Member |
|
|
I have an problem while installing the oracle 8.1.6 under RH Linux 7.2. While linking I got an error "Error in invoking target ntcontab.o of make file /u01/app/product/8.1.6/network/lib/ins_net_client.mk"
Can anybody help me.
|
|
|
Re: Oracle 8.1.6 installation on RH Linux 7.2 [message #98646 is a reply to message #98644] |
Tue, 12 February 2002 08:06 |
daeshik
Messages: 5 Registered: February 2002
|
Junior Member |
|
|
most of the problem in Linux is related to 'ld' - i.e. binutils pkg.
I've downloaded 2.10 binutils and installed it temporarily for this install. Then backed it out & re-installed my current version after Oracle installation.
Other work-around might be changing 'genclntsh' script or any script that uses 'ld'.
Make sure the new versions of 'ld' doesn't use '-z' flags.
Besides, I'm not sure it will work after the installation using bintuils 2.11 or after. Since you're required to use 'gcc' instead of 'ld' when you build shared libs. Otherwise, you'll be seeing some errors regarding missing syscalls that are part of glibc - such as stat().
|
|
|
|
|