1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
| INFO: rm -f ntcontab.*
INFO: (if [ "compile" = "compile" ] ; then \
/u01/app/oracle/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
gcc -c ntcontab.c ;\
rm -f /u01/app/oracle/product/11.1.0/db_1/lib/ntcontab.o ;\
mv ntcontab.o /u01/app/oracle/product/11.1.0/db_1/lib/ ;\
/usr/bin/ar rv /u01/app/oracle/product/11.1.0/db_1/lib/libn11.a /u01/app/oracle/product/11.1.0/db_1/lib/ntcontab.o ; fi)
INFO: ntcontab.c:7:23:
INFO:
INFO: error:
INFO: sys/types.h: No such file or directory
INFO:
INFO: mv:
INFO: cannot stat `ntcontab.o'
INFO: : No such file or directory
INFO:
INFO: /usr/bin/ar: /u01/app/oracle/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
INFO: make: *** [ntcontab.o] Error 1
INFO: Arrêter la sortie à partir du processus généré dynamiquement.
INFO: ----------------------------------
INFO: Exception provoquée par l'action : make
Nom de l'exception : MakefileException
Chaîne de l'exception : Erreur lors de l'appel de la cible 'ntcontab.o' du fichier Make '/u01/app/oracle/product/11.1.0/db_1/network/lib/ins_net_client.mk'. Pour plus de détails, reportez-vous à '/u01/app/oraInventory/logs/installActions2007-11-12_10-27-05PM.log'.
Gravité de l'exception : 1
ATTENTION: Cette opération va arrêter l'installation de tous les produits et quitter le programme d'installation. Voulez-vous arrêter et quitter l'installation ?
INFO: Sélection utilisateur : Oui/OK |
Partager