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 03:53:41 -0700
Message-ID: <1117536820.983392.303280@g49g2000cwa.googlegroups.com>

meijerink87_at_zonnet.nl wrote:
> I tried setting the LIBPATH parameter, however the executable needs it
> on /usr/lib. When I copy the libclntsh.a file to /usr/lib the programs
> complain changes from "Can't find /usr/lib/libclntsh.a" to "Member
> shr.o not found".

Do a dump on libclntsh.a on both source and target servers to see if shr.o is there. I did this on AIX 4.3 and Oracle 8.1.7

$ cd $ORACLE_HOME/lib
$ dump -a libclntsh.a

                        ***Archive Header***
Member Name            Date                Uid        Gid     Mode
Size
shr.o          07 Jun 11:14:23 2004          6         11    000775
0x0076b68a

If you don't see the member then you may have to regenerate the archive OR goto the metalink and ask Oracle support.

Regards
/Rauf Received on Tue May 31 2005 - 05:53:41 CDT

Original text of this message

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