you mean in $ORACLE_HOME/install/log?
Printable View
you mean in $ORACLE_HOME/install/log?
Hi
One of the logfiles has more on why the make failed i dont remember whcih logfile though.
regards
Hrishy
1145 /usr/ccs/bin/ld: Unrecognized argument: +padtext
1146 /usr/ccs/bin/ld: Usage: /usr/ccs/bin/ld [options] [flags] files
1147 *** Error exit code 1
1148
1149 Stop.
1150 *** Error exit code 1
1167 /usr/ccs/bin/ld: Unrecognized argument: +padtext
1168 /usr/ccs/bin/ld: Usage: /usr/ccs/bin/ld [options] [flags] files
1169 *** Error exit code 1
1170
1171 Stop.
1172 *** Error exit code 1
1173
1174 Stop.
above are the errors in the log,is it because the make is not in usr/ccs/bin?
Hi
I am not sure about this
is make utility in your path .
What happens if you open another session and try running
make /oracle/product/8.1.7.4se/rdbms/lib/ins_rdbms.mk
manually .
Are you trying to install the patch or trying to install the base version of oracle8.1.7 se edition now
is this a 64 bit version or a 32 bit version of oracle
regards
Hrishy
Here is the .profile for oracle
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib64:/usr/lib
export SHLIB_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib64:/usr/lib
export PATH=/usr/ccs/bin:$ORACLE_HOME/bin:$PATH:.
export ORACLE_HOME=/oracle/product/8.1.7se
umask 022
I have one more question does the hadware and software requirments are same fro EE and SE ,i don't think i am missing any OS packages or patches as i already have a EE of same version running on this box.
I am trying to install patch release,its OS is 64bit and oracle 64 bit.
[oracle:panther:NOSID] /home/oracle > which make
/usr/ccs/bin/make
Hi
Yes the hardware and software requirements are same.
regards
Hrishy
Hi
Is this 32 bit or 64 bit version of the software ?
I think if its 32 bit from the path you should remove ref to 64 bit
regards
Hrishy
I am trying to install patch release,its OS is 64bit and oracle 64 bit.
[oracle:panther:NOSID] /home/oracle > which make
/usr/ccs/bin/make
Hi
Then your paths are wrong as i see ref to 32 bits.
AFAIK this
should read something likeCode:export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib64:/usr/lib
export SHLIB_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib64:/usr/lib
export PATH=/usr/ccs/bin:$ORACLE_HOME/bin:$PATH:.
export ORACLE_HOME=/oracle/product/8.1.7se
umask 022
it should ref to 64 bit librariesCode:export LD_LIBRARY_PATH=$ORACLE_HOME/lib64:/usr/lib
export SHLIB_PATH=$ORACLE_HOME/lib64:/usr/lib
export PATH=/usr/ccs/bin:$ORACLE_HOME/bin:$PATH:.
export ORACLE_HOME=/oracle/product/8.1.7se
umask 022
regards
Hrishy
Thanks hirshy, that means i need to clean up everything redo it again right?anyway here is the output of the command chatr metalink note: 109621.1
cd $ORACLE_HOME/bin
[oracle:panther:NOSID] /oracle/product/8.1.7se/bin > chatr oracle
oracle:
shared executable
shared library dynamic path search:
SHLIB_PATH enabled first
embedded path disabled second Not Defined
shared library list:
dynamic /oracle/product/8.1.7se/lib/libjox8.sl
dynamic /oracle/product/8.1.7se/lib/libobk.sl
dynamic /usr/lib/librt.2
dynamic /usr/lib/libpthread.1
dynamic /usr/lib/libnss_dns.1
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libm.2
dynamic /usr/lib/libc.2
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
shared vtable support disabled
explicit unloading enabled
static branch prediction enabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
shared library private mapping disabled
shared library text merging disabled