Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

oracle database 8.1.7 on aix 4.3.3

Status
Not open for further replies.

redsydus

Programmer
Nov 21, 2003
23
FR
Hello,

I'm installing an Oracle database 8.1.7 on my aix 4.3.3, successfull install, but during the linking oracle protocol this message appears:
'error in invoking target ntcontab.o of makefile /network/lib/ins_net_client.mk'
and the linking oracle protocol stop. I have 3 options now : retry, ignore, abort.

I also try :
make -f ins_net_client.mk ntcontab.o =
No rule to make target /network/lib/env_network.mk

What's happening ?
I do not find the solution :eek:(

Can u help me ?

thks
 
From a metalink Forum

Alex

RDBMS Version: 8.1.6
Operating System and Version: AIX4.3.3
Error Number (if applicable):
Product (i.e. SQL*Loader, Import, etc.): Oracle Server(RDBMS)
Product Version: 8.1.6

Error while installing Oracle server 8.1.6 on AIX4.3.3. (Error in invoking target install of makefile.)

I installed Oracle8.1.6 on AIX4.3.3 and I've got an error
"Error in invoking target install of makefile /home/oracle/product/8.1.6/network/lib/ins_net_client.mk"

Then I tried to like the client utilities manually.
$ cd $ORACLE_HOME/lib
$ touch ldflags
$ cd $ORACLE_HOME/network/lib
$ make -f ins_net_client.mk mkldflags
$ make -f ins_net_client.mk ntcontab.o

$ make -f ins_net_client.mk install
I've got another error from the above command.
"ld: 0706-006 Cannot find or open library file: -l m
ld: open(): A file or directory in the path name does not exist."
But I don't know what files that cannot found because there are many files in the script. How should I do to solve this problem?

Thanks.

Darin





--------------------------------------------------------------------------------

From: Oracle, Tom Villane 11-Oct-00 14:32
Subject: Re : Error while installing Oracle server 8.1.6 on AIX4.3.3. (Error in invoking target install of makefile.)


Hi,

The system is missing the AIX libm.a math library.

You can do an advanced search in Metalink on
"ld:0706-006 can not find or open library file : -l m" and you will see DOC ID 1015781.6 returned in the list of documents. It will explain how to install the AIX library.

After you install the library, you can relink using "$ORACLE_HOME/bin/relink all"
 
FYI

8.1.7 is out of support at the end of this year.

--
| Mike Nixon
| Unix Admin
|
----------------------------
 
oracle 8.1.7 will only be out of support in 2004/12/31

and in 2006 for the extended maintenance support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top