FAQ
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?

Tease your brain--play Clink! Win cool prizes!
http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2

Search Discussions

  • Rich Jesse at Aug 21, 2007 at 1:37 pm
    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

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouporacle-l @
categoriesoracle
postedAug 21, '07 at 12:55p
activeAug 21, '07 at 1:37p
posts2
users2
websiteoracle.com

2 users in discussion

Rich Jesse: 1 post Joe Smith: 1 post

People

Translate

site design / logo © 2023 Grokbase