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

Home -> Community -> Usenet -> c.d.o.server -> Oracle 7.3.3 64 bit problem on IRIX 6.5

Oracle 7.3.3 64 bit problem on IRIX 6.5

From: <jean_bunn_at_hotmail.com>
Date: Fri, 27 Nov 1998 11:26:22 GMT
Message-ID: <73m28k$r0e$1@nnrp1.dejanews.com>


Hi

I currently have a couple of databases running on SGI 6.4 and ORACLE 7.3.3.6.64 ( 64 bit version) I now have a new ORIGIN 2000 running IRIX 6.5.

I am unable to install the ORACLE 7.3.3.0.64 on IRIX 6.5 due to an error when the
installation tries to do the following:

( ORACLE has not yet certified this version on IRIX 6.5 but will be doing so in the next couple of weeks.....)

make -f ins_rdbms.mk ORACLE_HOME=/usr/app/oracle/product/7.3.3 ioracle

I first of all get lots of warnings:

ld64: WARNING 16: ksqgdn_ used in
/usr/app/oracle/product/7.3.3/lib64/libserver .a(ksq.o) and

/usr/app/oracle/product/7.3.3/lib64/libserver.a(ksms.o) has diffe rent sizes.
See explanation in the gp_overflow(5) manpage. ld64: Giving up after printing
50 warnings.  Use -wall to print all warnings.

and then I finally get the following error

ld64: ERROR 33: Unresolved data symbol "_ksigqueue" -- 1st referenced by /usr/a pp/oracle/product/7.3.3/lib64/libserver.a(skds.o). ld64: INFO 152: Output file removed because of error. *** Error code 2 (bu21)

I have found this symbol in /usr/lib64/libc.so

On 6.5: nm -r libc.so | grep ksigqueue [1800] | 229069360| 0|FUNC |WEAK
|HIDDEN |MIPS_TEXT|libc.so:ksigqueue [2889] | 229069360| 64|FUNC |GLOB
|HIDDEN |MIPS_TEXT|libc.so:_ksigqueue

On 6.4 :
[1627] | 228939968| 0|FUNC |WEAK |DEFAULT
|MIPS_TEXT|/usr/lib64/libc.so:ksigqueue
[3166] | 228939968| 64|FUNC |GLOB |DEFAULT
|MIPS_TEXT|/usr/lib64/libc.so:_ksigqueue

This might account for part of the problem but I'm not sure.

Any suggestions as to how to proceed apart from waiting for certification?

Thanks

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Nov 27 1998 - 05:26:22 CST

Original text of this message

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