I am getting errors when trying to install Oracle 8.1.6 for Linux and 8.1.7 for Linux on one of our latest builds. Everything seems to go well until it starts to do the long file copy process. During the middle of the copy, an error dialog box pops up saying: Error in invoking target install of makefile /u01/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk You have the option of 'Retry', 'Ignore' or 'Cancel'. Obviously if I retry it just comes back with the same so I ignore and I anther one stating: Error in invoking target install of makefile /u01/app/oracle/product/8.1.6/network/lib/ins_net_client.mk Six or seven more of these similar dialogs pop before the copy process is over all relating to make file failing for specific oracle libraries. I have been able to install 8.1.6 on 6.2 in the past but have not been able to successfully install since 7.0 due to Java/Glibc related problems. One point is that the install did not fail like this in 7.0. It actually was able to get all the way through the file copy and make process without error.
Have you followed the procedure I posted (ie.: 1) Make sure you have the following packages installed compat-egcs-6.2-1.1.2.12 compat-glibc-6.2-2.1.3.2 compat-libs-6.2-3 binutils-2.10.91.0.2-3 glibc-2.2.2-9 glibc-common-2.2.2-9 glibc-devel-2.2.2-9 some recent gcc and cpp (2.96-79 is good) 2) export LD_ASSUME_KERNEL=2.2.5 # This is in case Oracle installed runs broken JDK export LDEMULATION=elf_i386_glibc21 # This is so that when genclntsh runs # ld, it first looks at /usr/i386-glibc21-linux/lib # for libraries export GCC_EXEC_PREFIX=/usr/i386-glibc21-linux/lib/gcc-lib/ # This is so that the gcc driver uses # the compatibility compiler run the Oracle installer )?
I first tried it from an end-user perspective and ran it unchanged on a 7.1 beta box. This is where I encountered the above errors. I then went back and add the changes you suggested. I was actually able to finish the install normally and even create a sample database using the Oracle installer. The database could be started and shutdown normally with the admin commands to do so. I am starting from scatch and then try to install the new 8.1.7 for Linux with the changes you recommended. More on that.
8.1.7 also seems to work well with changes. Thank you for the advice. This really needs to be in a knowledge base somewhere if not already.