Operating System - HP-UX
1748180 Members
4086 Online
108759 Solutions
New Discussion юеВ

Error in invoking target install of makefile oracle9i installation

 
ShaileshBhanderi
Occasional Advisor

Error in invoking target install of makefile oracle9i installation

Hi,
I am getting error when I am installing oracle9i on HP-UX B.11.11 U 9000/800 406873548 unlimited-user license

Its giving following error for each of target files
===========================================
Error in invoking target install of makefile
/u01/app/oracle/plsql/ins_plsql.mk
/u01/app/oracle/ldap/lib/ins_ldap.mk
/u01/app/oracle/sqlplus/lib/ins_sqlplus.mk
/u01/app/oracle/rdbms/lib/ins_rdbms.mk
/u01/app/oracle/otrace/lib/ins_otrace.mk
============================================
I had check further logs which show error bcz of blelow

====================================
ld: Unsatisfied symbol "gethrtime" in file /u01/app/oracle/lib//libpls9.a[pbp.o]
1 errors.
*** Error exit code 1
====================================

Please will any body help how to resolve this issue.

BR
Shailesh
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: Error in invoking target install of makefile oracle9i installation

Shalom,

A few possibility pop up in my mind:

1) SHLIB_PATH is incorrect before you invoke the Oracle installer.

2) PATH is not correct.

3) Environment requirements in the oracle install guide are not met.

4) OS Patch requirements are not met and you have ignored the installers warnings about this.

5) Filesystem space is not adequate.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Oviwan
Honored Contributor

Re: Error in invoking target install of makefile oracle9i installation

Hey

if you have a metalink account, check this document ID: 334563.1

There is a validate script...

Regards
Dennis Handly
Acclaimed Contributor

Re: Error in invoking target install of makefile oracle9i installation

I would assume that you are missing a libc patch that adds gethrtime, as SEP and Oviwan suggest.
ShaileshBhanderi
Occasional Advisor

Re: Error in invoking target install of makefile oracle9i installation

Nope, I do not have that account. will you please send that documents to me.
shaileshbhanderi@gmail.com
Oviwan
Honored Contributor

Re: Error in invoking target install of makefile oracle9i installation

Run the runInstaller this includes also a pre installation check and will show you which Patches etc... are missing.

p.s. welcome to the forum and don't forget to assign points.
ShaileshBhanderi
Occasional Advisor

Re: Error in invoking target install of makefile oracle9i installation

Hi,
In installer its not showing any error about patches. Error is giving when it is linking to database and about of 61% linking installation.

Br
Shailesh
ShaileshBhanderi
Occasional Advisor

Re: Error in invoking target install of makefile oracle9i installation

It was not match with Pre-Installation requirement.