Problem with file ntcontab.o installing Oracle Server Enterprise Edition on Linux SLES 64 bits
Trying to install Oracle Server 10g on SLSE 10 64 bits an error ocurrs not finding the file /opt/oracle/product/10.2/db_1/lib/ntcontab.o. However, the file ntcontab.o appears in the directory /opt/oracle/product/10.2/db_1/lib32/. I tried the tips recommended in Doc. ID 377359.1.
With file /usr/bin/gcc and file -L /usr/bin/ld I see both run in a 32 bit configuration. However the ins_net_client.mk which causes the error does not run on 32 bit configuration. How could I do it run on a 32 bit configuration?. I think this may be the key, because I tried the GCC1 - Workaround the document suggests and it did not work.