Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 64 bit shared library
>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
![]() |
![]() |