Hi all,
I was getting error while installing oracle 9.2.0.4 in Red hat advanced server 4
OUI was generating a message
could not able to relink ins_sqlplus.mk and ins_rdbms.mk
but i had ignored it, after installing the oracle s/w, i had relinked the bleow files
i had also tried to fire the below command
[oracle@oracle lib]$ make -f ins_sqlplus.mk install
but when i try to make ins_rdbms.mk i was getting a error
[oracle@oracle lib]$ make -f ins_rdbms.mk install
.
.
.
.
.
..
.
u01/app/oracle/product/9.2.0.1/db_1/lib32/libgeneric9.a `cat /u01/app/oracle/product/9.2.0.1/db_1/lib32/sysliblist` -Wl,-rpath,/u01/app/oracle/product/9.2.0.1/db_1/lib:/lib:/usr/lib -lm `cat /u01/app/oracle/product/9.2.0.1/db_1/lib32/sysliblist` -ldl -lm -lvsn9
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [/u01/app/oracle/product/9.2.0.1/db_1/rdbms/lib/extproc32] Error 1
make[1]: Leaving directory `/u01/app/oracle/product/9.2.0.1/db_1/rdbms/lib'
please suggest me whether it will have a impact on the DB
Edited by: user00726 on Jul 8, 2009 11:06 PM