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

Home -> Community -> Usenet -> c.d.o.misc -> redhat7.2, oracle817-clientinstall, newbie

redhat7.2, oracle817-clientinstall, newbie

From: mr <mr_at_t.com>
Date: Tue, 11 Mar 2003 12:54:42 -0600
Message-Id: <pan.2003.03.11.18.54.38.976042@t.com>


hello all,

i am trying to install the oracles 8.1.7 client software on a system that is running rh 7.2, with orig kernel and 2.4.20.

I have read the documentation
http://staff.in2.hr/denis/oracle/817install_rh72_en.html and set it up as such. I have setup the envirionment as this:

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then

        . ~/.bashrc
fi

# User specific environment and startup programs umask 022

EDITOR=vi;	export EDITOR
TERM=xterm;	export TERM
TMPDIR=/tmp;	export TMPDIR

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib export TNS_ADMIN=$ORACLE_HOME/network/admin export LD_ASSUME_KERNEL=2.2.5 source /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh export ORACLE_BASE=/home/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8.1.7 #export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data export PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_OWNER=oracle
export ORACLE_TERM=xterm
export JAVA_HOME=/usr/local/java
PATH=$PATH:$HOME/bin:/bin:/usr/bin:/$ORACLE_HOME/bin:/usr/local/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/java/bin:. export PATH
unset LANG


binutils-2.10.91.0.2-3
compat-libstdc++-6.2-2.9.0.16
compat-glibc-6.2-2.1.3.2
compat-egcs-objc-6.2-1.1.2.16
compat-egcs-c++-6.2-1.1.2.16
compat-libs-6.2-3
compat-egcs-6.2-1.1.2.14

compat-egcs-g77-6.2-1.1.2.16
glibc-2.2.4-31
glibc-profile-2.2.4-31
glibc-devel-2.2.4-31
glibc-common-2.2.4-31

above is the .bash_profile and some rpm -qa info that may help. The installs start fine...but when the linking phase starts, i recieve some errors like this:

==> installActions2003-03-11_10-57-28-AM.log <== Setting value of
UNIX_GROUP_NAME to
Warning :*** Alert: Do you really want to exit? *** User selected: Yes/OK

Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile /home/oracle/product/8.1.7/sqlplus/lib/ins_sqlplus.mk Exception Severity: 1
*** Cancel Dialog: ***
User selected: Stop installation of all products.

Error in invoking target install of makefile /home/oracle/product/8.1.7/sqlplus/lib/ins_sqlplus.mk

I really appreciate any advice or suggestions.

thanks for all of your help! Received on Tue Mar 11 2003 - 12:54:42 CST

Original text of this message

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