Error in invoking target install of make file on AIX - PLEASE HELP!!!!!!! [message #97553] |
Wed, 24 July 2002 14:12 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
JB
Messages: 9 Registered: July 2002
|
Junior Member |
|
|
Appears that I have run into the same problem as everyone else on this board, except mine happens to be on AIX. I am installing Oracle Client 8.1.7 on AIX 5.1 and receiving the following error:
Error in invoking target install of makefile /opt/oracle/OraHome1/network/lib/ins_net_server.mk
/usr/ccs/bin & /usr/ccs/lib are in my LIBPATH and PATH.
I also receive this message in make.log:
ERROR: Input file /opt/oracle/OraHome1/rdbms/lib64/ulmai.o: is a discontinued XCOFF64 file.
Please, someone, help me out. I'm strugglin here...
Thanks.
|
|
|
Re: Error in invoking target install of make file on AIX - PLEASE HELP!!!!!!! [message #97558 is a reply to message #97553] |
Thu, 25 July 2002 13:11 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Grant
Messages: 578 Registered: January 2002
|
Senior Member |
|
|
Probably the location or lack of what you have in your environment variables. Here is a clip from MetaLink. If this doesn't work I would suggest you do a search on MetaLink for LD_LIBRARY_PATH +AIX +CCS.
Oracle 8.1.x or 9.0.x:
- For 8.1.5, set LINK_CNTRL to L_PTHREADS_D7
- If not 8.1.5, ensure that LINK_CNTRL is not set
- Set LIBPATH to include $ORACLE_HOME/lib
- Set LD_LIBRARY_PATH to include $ORACLE_HOME/lib and
$ORACLE_HOME/network/lib(Required when using Oracle products that
use Java)
|
|
|