Upgrading from 8.0.6 to 8.1.7. relink all fails. [message #104456] |
Wed, 20 October 2004 12:19 |
Leonard
Messages: 9 Registered: March 2000
|
Junior Member |
|
|
This is the start of the make error log (we are a Sun Solaris 2.6 env, running SAP currently on Oracle 8.0.6). I am trying to upgrade Oracle to 8.1.7...
/usr/ccs/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/DEV/817_32
(if [[ "assemble" = "compile" ]] ; then
/oracle/DEV/817_32/bin/gennttab > ntcontab.c ;
cc -c ntcontab.c ;
rm -f /oracle/DEV/817_32/lib/ntcontab.o ;
mv ntcontab.o /oracle/DEV/817_32/lib ;
/usr/ccs/bin/ar rv /oracle/DEV/817_32/lib/libn8.a /oracle/DEV/817_32/lib/ntcontab.o ; fi)
(if [[ "assemble" = "assemble" ]] ; then
/oracle/DEV/817_32/bin/gennttab > ntcontab.s ;
/usr/ccs/bin/as -P -o ntcontab.o ntcontab.s ;
rm -f /oracle/DEV/817_32/lib/ntcontab.o ;
mv ntcontab.o /oracle/DEV/817_32/lib ;
/usr/ccs/bin/ar rv /oracle/DEV/817_32/lib/libn8.a /oracle/DEV/817_32/lib/ntcontab.o ; fi)
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
/oracle/DEV/817_32/bin/gennttab: nm: not found
|
|
|