I am installing Oracle 9.2.0.1.0 on AIX 5.3 , the installation goes through but the linking fails @ 63% showing error msg:
Error invoking target install of makefile
/u01/app/oracle/product/9.2.0.5/sqlplus/lib/ins_sqlplus.mk
I checked the install log and the cause is shown as:
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 255.
When I do which cc , I cant find it in /usr/bin/. I installed gcc its there in /usr/bin/
What’s the best way of resolving this issue.
Your assistance is greatly appreciated.
Error invoking target install of makefile
/u01/app/oracle/product/9.2.0.5/sqlplus/lib/ins_sqlplus.mk
I checked the install log and the cause is shown as:
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 255.
When I do which cc , I cant find it in /usr/bin/. I installed gcc its there in /usr/bin/
What’s the best way of resolving this issue.
Your assistance is greatly appreciated.
Comment