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: Shared library question

Re: Shared library question

From: AnaCDent <anacedent_at_hotmail.com>
Date: Sat, 17 Apr 2004 10:38:38 -0700
Message-ID: <zYdgc.53219$U83.25167@fed1read03>


Eyal Goren wrote:
> Hi,
> Is it possible to create an application that link to the
> libclntsh.so.1 library from version 8.1.7, but run with the same
> library of release 9.2 for example ???
> It looks to me, that at run time it will ask for libclntsh.so.8 so it
> must be of the same release.
>
> Thanks
> Eyal

Below might work
ln -s real.so fake.so
then again it might not. Received on Sat Apr 17 2004 - 12:38:38 CDT

Original text of this message

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