Hi,

I installed 8.1.7 on AIX 4.3 and came across the invoking makefile errors.

I have now applied AIX patch IY03412 and would like to confirm how I recompile all the makefiles.

I have looked through the install/make.log file and I believe that these are the commands I need to reissue to complete the installation:

/usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/ora8i/817 EXENAME=ott
/usr/ccs/bin/make -f ins_otrace.mk install ORACLE_HOME=/ora8i/817
/usr/ccs/bin/make -f ins_sqlplus.mk install ORACLE_HOME=/ora8i/817
/usr/ccs/bin/make -f ins_ldap.mk toolsinstall ORACLE_HOME=/ora8i/817
/usr/ccs/bin/make -f ins_plsql.mk install ORACLE_HOME=/ora8i/817
/usr/ccs/bin/make -f ins_rdbms.mk utilities ORACLE_HOME=/ora8i/817
/usr/ccs/bin/make -f ins_rdbms.mk ihsodbc ORACLE_HOME=/ora8i/817
/usr/ccs/bin/make -f ins_rdbms.mk ioracle ORACLE_HOME=/ora8i/817

I determined these by finding the error message "ld: 0711-317 ERROR: Undefined symbol: .aio_nwait " and the make call the generated it.

I would appreciate it if someone could confirm that I'm on the right track and if I'm not, please let me know what else I've to do.

TIA

Charlotte