Sponsored Content
Operating Systems HP-UX Oracle 9i install: Error in invoking target install of makefile Post 302107848 by Ebbi on Wednesday 21st of February 2007 06:40:06 AM
Old 02-21-2007
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

 

5 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

How to install Oracle 8i on Solaris 8 OS on a PC ?

Dear Sir/Madam, I have a hard time to install Oracle 8i on Solaris 8 OS on my PC. Every time I tried to install Oracle I failed, and it gave me a message that I have to change the files which were not specified. Therefore I have no ideas which files I have to modify. If you have the answer,... (2 Replies)
Discussion started by: vuknguyen
2 Replies

2. Shell Programming and Scripting

Makefile cant create new install path

..... (2 Replies)
Discussion started by: mercury
2 Replies

3. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

4. Solaris

Oracle install on Solaris

i have installd oracle 10 on Solaris 10 now i want to access this database from remote machine. -bash-3.00$ tnsping 192.168.92.49 TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 17-DEC-2010 21:06:51 Copyright (c) 1997, 2005, Oracle. All rights reserved. Used... (0 Replies)
Discussion started by: akhaliq22
0 Replies

5. Red Hat

I am getting below error while trying to install Oracle 12c release 2 on rhel 7

Hi, I am getting below error while trying to install oracle 12c release 2 on rhel 7. $ ./runInstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 500 MB. Actual 10828 MB Passed Checking swap space: must be greater than 150 MB. Actual 2559 MB ... (2 Replies)
Discussion started by: balasahu
2 Replies
INSTALL(1)						      General Commands Manual							INSTALL(1)

NAME
install - install binaries SYNOPSIS
install [-cs] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-cs] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory DESCRIPTION
The file(s) are moved (or copied if the c option is specified) to the target file or directory. If the destination is a directory, then the file is moved into directory with its original filename. If the target file already exists, it is overwritten if permissions allow. c Copy the file. This flag turns off the default behavior of install where it deletes the original file after creating the target. f Specify the target's file flags. (See chflags(1) for a list of possible flags and their meanings.) g Specify a group. m Specify an alternate mode. The default mode is set to rwxr-xr-x (0755). The specified mode may be either an octal or symbolic value; see chmod(1) for a description of possible mode values. o Specify an owner. s Install exec's the command strip(1) to strip binaries so that install can be portable over a large number of systems and binary types. By default, install preserves all file flags, with the exception of the ``nodump'' flag. The install utility attempts to prevent moving a file onto itself. Installing /dev/null creates an empty file. Upon successful completion a value of 0 is returned. Otherwise, a value of 1 is returned. SEE ALSO
chflags(1), chgrp(1), chmod(1), cp(1), mv(1), strip(1), chown(8) HISTORY
The install utility appeared in 4.2BSD. 4.2 Berkeley Distribution February 20, 1996 INSTALL(1)
All times are GMT -4. The time now is 01:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy