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 -> Re: Static linking problems with Oracle

Re: Static linking problems with Oracle

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 31 May 2005 08:03:32 -0700
Message-ID: <1117551812.076299.267670@g14g2000cwa.googlegroups.com>

meijerink87_at_zonnet.nl wrote:
> This explains a lot. My 8.1.7 output is like yours, my 7.3.4 reads
> ----------------------------------------------------------------------------
> $ dump -a libclntsh.a
>
> ***Archive Header***
> Member Name Date Uid Gid Mode
> Size
> clntsh.o Oct 31 16:33:02 1996 203 150 000755
> 0x00000000
> ----------------------------------------------------------------------------
> Is there a way to rename the clntsh.o? (Is extracting the .o file,
> renaming the .o file and adding it to the archive a good idea?)
>
> Thanks,
> Jack.

Your problem is that you are compiling your application with 8.1.7 libraries and trying to run it under 7.3.4. Oracle libraries may change with versions therefore, instead of trying to hack your way thru, like renaming libraries, you should try building your application on 7.3.4 server if you want to run it there.

FYI... 7.3.4 has long been desupported and it was never certified on AIX 5L systems.

Regards
/Rauf Received on Tue May 31 2005 - 10:03:32 CDT

Original text of this message

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