Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Install error on linux-RHEL4 Oracle9
I'm trying to install Oracle 9.2.0.4.0 on RedHat 4 with kernel
2.6.9-42.0.2.ELsmp.
But runInstaller halts at:
Linking Oracle9I Database 9.2.0.4.0. (65%) Error in invoking target install of makefile /oracle/product/9.2.0/plsql/lib/ins_plsql.mk
In /oracle/product/9.2.0/install/make.log it says:
/oracle/product/9.2.0/bin/genclntsh
basename: too few arguments
Try `basename --help' for more information.
cp: missing file argument
Try `cp --help' for more information.
cp: cannot stat `/DISCARD/': No such file or directory
ar: creating /oracle/product/9.2.0/lib/libclntst9.a
Created /oracle/product/9.2.0/lib/libclntst9.a /oracle/product/9.2.0/bin/genagtsh /oracle/product/9.2.0/lib/libagtsh.so 1.0/usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/oracle/product/9.2.0
/oracle/product/9.2. 0/plsql/lib/s0plsw.o -lpsa9 -lpls9 -lplp9 -lclntsh `cat /oracle/product/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9-lnzjs9 -
So it seems there is something wrong with make/gcc ? The right packets seem to be present:
bobo (/oracle) 981 $ rpm -q make \
> compat-db \
> compat-gcc-32 \
> compat-gcc-32-c++ \
> compat-oracle-rhel4 \
> compat-libcwait \
> compat-libgcc-296 \
> compat-libstdc++-296 \
> compat-libstdc++-33 \
> gcc \
> gcc-c++ \
> gnome-libs \
> gnome-libs-devel \
> libaio-devel \
> libaio \
> make \
> openmotif21 \
> xorg-x11-deprecated-libs-devel \
> xorg-x11-deprecated-libs
compat-db-4.1.25-9 compat-gcc-32-3.2.3-47.3 compat-gcc-32-c++-3.2.3-47.3 compat-oracle-rhel4-1.0-5 compat-libcwait-2.1-1 compat-libgcc-296-2.96-132.7.2 compat-libstdc++-296-2.96-132.7.2 compat-libstdc++-33-3.2.3-47.3
Can someone please tell me what causes this error ?
Marcel. Received on Wed Sep 20 2006 - 10:08:51 CDT
![]() |
![]() |