Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: make 9i vs. 10g

Re: make 9i vs. 10g

From: Rich Jesse <rjoralist_at_society.servebeer.com>
Date: Tue, 21 Aug 2007 08:37:18 -0500 (CDT)
Message-ID: <46416.12.17.117.251.1187703438.squirrel@12.17.117.251>


Hey Joe,

Not sure when nor why (I have a fervent dislike for hard-coded paths to executables), but one simple solution is:

if [[ -e /usr/bin/make ]];then

        echo "Already here"
else

	echo "Not here -- creating"
	ln -sf /usr/ccs/make /usr/bin/make

fi

HTH! Rich

> Why did Oracle change the relink script in 10g and hard code the path to:
>
> /usr/bin/make?
>
> When in 9i and all install docs I have seen set it at this path:
>
> /usr/ccs/make.
>
>
> Why and when did Oracle change that?

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 21 2007 - 08:37:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US