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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 64 bit shared library

RE: 64 bit shared library

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Fri, 07 Mar 2003 03:04:09 -0800
Message-ID: <F001.00562F6B.20030307030409@fatcity.com>


>I am trying to create a 64 bit version of a shared
>library that I currently
>use. This is for use with Oracle 9i.
>
>When I try to access this shared library Oracle
>complains
>
>"Cannot run a file that does not have a valid
>format"
>
>What do I need to do differently to create a valid
>64 bit .so file on AIX?#
>
>John
>

man ld ? Beware that ld sometimes uses the format of the first object file it encounters to determine whether it uses 32 or 64 bit code. I rarely use AIX but this is how the Solaris loader proceeds. I think that 'file' should tell you if you have some 32-bit stuff inside $ORACLE_HOME/lib.

Regards,

Stephane Faroult
Oriole

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriolecorp.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Mar 07 2003 - 05:04:09 CST

Original text of this message

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