Oracle 9i install: Error in invoking target install of makefile


 
Thread Tools Search this Thread
Operating Systems HP-UX Oracle 9i install: Error in invoking target install of makefile
Prev   Next
# 1  
Old 02-20-2007
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
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. 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

2. 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

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. Shell Programming and Scripting

Makefile cant create new install path

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

5. 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
Login or Register to Ask a Question
Mojolicious::Command::generate::makefile(3pm)		User Contributed Perl Documentation	     Mojolicious::Command::generate::makefile(3pm)

NAME
Mojolicious::Command::generate::makefile - Makefile generator command SYNOPSIS
use Mojolicious::Command::generate::makefile; my $makefile = Mojolicious::Command::generate::makefile->new; $makefile->run(@ARGV); DESCRIPTION
Mojolicious::Command::generate::makefile generates "Makefile.PL" files for applications. ATTRIBUTES
Mojolicious::Command::generate::makefile inherits all attributes from Mojo::Command and implements the following new ones. "description" my $description = $makefile->description; $makefile = $makefile->description('Foo!'); Short description of this command, used for the command list. "usage" my $usage = $makefile->usage; $makefile = $makefile->usage('Foo!'); Usage information for this command, used for the help screen. METHODS
Mojolicious::Command::generate::makefile inherits all methods from Mojo::Command and implements the following new ones. "run" $makefile->run(@ARGV); Run this command. SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Command::generate::makefile(3pm)