The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V.


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Install Guide: Oracle Database 11g Release 1 on Oracle Enterprise Linux 5 iBot Oracle Updates (RSS) 0 04-06-2008 02:10 AM
Install Oracle RAC 10g on Oracle Enterprise Linux using VMware Server iBot Oracle Updates (RSS) 0 04-06-2008 02:10 AM
Install Oracle on Fedora Linux rahulrathod UNIX for Advanced & Expert Users 0 06-29-2007 06:12 AM
Not able to install Oracle Workgroup Server on SCO Unix 5.0.2 box sheilaj1 UNIX for Dummies Questions & Answers 1 07-14-2006 02:35 PM
How to install Oracle 8i on Solaris 8 OS on a PC ? vuknguyen UNIX Desktop for Dummies Questions & Answers 2 06-27-2002 06:11 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-20-2007
Registered User
 

Join Date: Feb 2007
Posts: 3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i:

Error in invoking target install of makefile
/opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk


Furthermore:
$ whoami
oracle

$ echo $ORACLE_HOME
/opt/oracle/product/9.2.0

$ pwd
/opt/oracle/product/9.2.0/sqlplus/lib
$ ll
total 30672
-rw-r--r-- 1 oracle dba 42735 Apr 26 2002 env_sqlplus.mk
-rw-r--r-- 1 oracle dba 1157 Apr 26 2002 ins_sqlplus.mk
-rw-r--r-- 1 oracle dba 2872 Apr 26 2002 s0afimai.o
-rw-r--r-- 1 oracle dba 2768 Apr 26 2002 safiimfg.o
-rw-rw-r-- 1 oracle dba 15626288 Jan 21 23:50 sqlplus

What is going on here?

Regards,
Chris
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 02-21-2007
Ebbi's Avatar
Registered User
 

Join Date: Mar 2005
Location: Germany
Posts: 139
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
This message is not very informative as it only reports that a problem HAS occurred but not WHICH one exactly. The make.log file, which is written in $ORACLE_HOME/install, may contain more information. Otherwise you can trigger a more accurate error message by restarting the relinking process:

1. Log on as oracle user.

2. Execute the following command:

make -F <makefile> <target>

You can find <makefile> and <target> in the error message of the runInstaller here the path of the makefile may be skipped if you have switched to the relevant directory prior to the error message.
For example, a typical call is "make -f ins_sqlplus.mk ioracle".

I guess that you should get the following error when relinking manually:

ld: Unsatisfied symbol "gethrtime" in


Code:
General checklist for troubleshooting

a) Incorrect installation of Oracle software
b) Incorrectly set environment
c) Missing operating system patches
d) Incorrect operating system setup
e) Missing file permissions
f) Incorrectly installed C compiler or Linker
g) Inadequate operating system parameters
h) Check with the supplier of the operating system
Reply With Quote
  #3 (permalink)  
Old 02-21-2007
Registered User
 

Join Date: Feb 2007
Posts: 3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Thanx.

I already found out that the PA-RISC system is a 32bits and hence does not support Oracle 9i

Too bad.

Regards,
Chris
Reply With Quote
  #4 (permalink)  
Old 02-21-2007
Ebbi's Avatar
Registered User
 

Join Date: Mar 2005
Location: Germany
Posts: 139
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Hmm, that's a pity.
Maybe you just have a 32-bit kernel while the system itself is capable of 64-bit?

Which machine is it?
Reply With Quote
  #5 (permalink)  
Old 02-21-2007
Registered User
 

Join Date: Feb 2007
Posts: 3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
No it is'nt unfortunately. It's the HP 9000 D210. Just wanted to use it for my own 'test lab'. Now I need to install OVO 7.x cause that is working with Oracle 8i which works on hpux 32bit.

Any idea where I can find that? The software.hp.com does not provide any evaluation software for this.
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 08:24 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102