Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Installing oracle on fedora core 4 with 256 mb ram..
Hi,
Can i upload the log file here? I am cut pasting here part of the
install log:
\
/usr/bin/gcc -c ntcontab.c ;\
rm -f /u02_ora/product/10.1.0/lib/ntcontab.o ;\
mv ntcontab.o /u02_ora/product/10.1.0/lib/ ;\
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a
/u02_ora/product/10.1.0/lib/ntcontab.o ; fi)
r - /u02_ora/product/10.1.0/lib/ntcontab.o
(if [ "compile" = "assemble" ] ; then \
/u02_ora/product/10.1.0/bin/gennttab > ntcontab.s ;\
/usr/bin/as -o ntcontab.o ntcontab.s ;\
rm -f /u02_ora/product/10.1.0/lib/ntcontab.o ;\
mv ntcontab.o /u02_ora/product/10.1.0/lib/ ;\
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a
/u02_ora/product/10.1.0/lib/ntcontab.o ; fi)
(if [ "compile" = "oratmp" ] ; then \
/u02_ora/product/10.1.0/bin/gennttab > ntcontab.c ;\
/lib/idcpp ntcontab.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f ntcontab.c ;\
/usr/bin/as -o ntcontab.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /u02_ora/product/10.1.0/lib/ntcontab.o ;\
mv ntcontab.o /u02_ora/product/10.1.0/lib/ ;\
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a
/u02_ora/product/10.1.0/lib/ntcontab.o ; fi)
(if [ "compile" = "binary" ] ; then \
/u02_ora/product/10.1.0/bin/gennttab > ntcontab.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
/usr/bin/gcc -c ntcontab.c ;\
-rm -f /u02_ora/product/10.1.0/lib/ntcontab.o ;\ -mv ntcontab.o /u02_ora/product/10.1.0/lib/ ;\ /usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a/u02_ora/product/10.1.0/lib/ntcontab.o ; fi)
End output from spawned process.
installMakePath = /usr/bin/make installMakeFileName = /u02_ora/product/10.1.0/network/lib/ins_net_client.mk installTarget = nnfgt.o installArguments = ORACLE_HOME =/u02_ora/product/10.1.0, undoMakeFileName = null undoTarget = null undoArguments = null logFile = /u02_ora/product/10.1.0/install/make.log progMsg = Linking nnfgt
The output of this make operation is also available at: '/u02_ora/product/10.1.0/install/make.log'
Start output from spawned process:
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a
/u02_ora/product/10.1.0/lib/nnfgt.o ; fi)
r - /u02_ora/product/10.1.0/lib/nnfgt.o
(if [ "compile" = "assemble" ] ; then \
/u02_ora/product/10.1.0/bin/gennfgt > nnfgt.s ;\
/usr/bin/as -o nnfgt.o nnfgt.s ;\
rm -f /u02_ora/product/10.1.0/lib/nnfgt.o ;\
mv nnfgt.o /u02_ora/product/10.1.0/lib/ ;\
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a
/u02_ora/product/10.1.0/lib/nnfgt.o ; fi)
(if [ "compile" = "oratmp" ] ; then \
/u02_ora/product/10.1.0/bin/gennfgt > nnfgt.c ;\
/lib/idcpp nnfgt.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f nnfgt.c ;\
/usr/bin/as -o nnfgt.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /u02_ora/product/10.1.0/lib/nnfgt.o ;\
mv nnfgt.o /u02_ora/product/10.1.0/lib/ ;\
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a
/u02_ora/product/10.1.0/lib/nnfgt.o ; fi)
(if [ "compile" = "binary" ] ; then \
/u02_ora/product/10.1.0/bin/gennfgt > nnfgt.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
/usr/bin/gcc -c nnfgt.c ;\
-rm -f /u02_ora/product/10.1.0/lib/nnfgt.o ;\
-mv nnfgt.o /u02_ora/product/10.1.0/lib/ ;\
/usr/bin/ar rv /u02_ora/product/10.1.0/lib/libn10.a /u02_ora/product/10.1.0/lib/nnfgt.o ; fi)
End output from spawned process.
installMakePath = /usr/bin/make installMakeFileName = /u02_ora/product/10.1.0/network/lib/ins_net_client.mk installTarget = client_sharedlib installArguments = ORACLE_HOME=/u02_ora/product/10.1.0, undoMakeFileName = null undoTarget = null undoArguments = null logFile = /u02_ora/product/10.1.0/install/make.log progMsg = Building client shared libraries
The output of this make operation is also available at: '/u02_ora/product/10.1.0/install/make.log'
Start output from spawned process:
I shall be most thankful for your help.
With thanks,
Nirav
Received on Wed Sep 28 2005 - 08:27:49 CDT