RE: DBD Oracle module
- From: shannon.kerr@xxxxxxxxxxxx (Kerr Shannon-SKERR1)
- Date: Thu, 16 Nov 2006 17:53:27 -0500
Thanks, for this. It helped to prove that Oracle.so is indeed not able
to locate libclntsh.so, so now the trick is to help the computing team
to understand what they did wrong during the implementation of
DBD::Oracle and what they can do to fix the problem. Any suggestions
here?
-Shannon
-----Original Message-----
From: John D Groenveld [mailto:jdg117@xxxxxxxxxxxxxxxxxxx]
Sent: Thursday, November 16, 2006 2:56 PM
To: Kerr Shannon-SKERR1
Cc: dbi-users@xxxxxxxx
Subject: Re: DBD Oracle module
In message
<D5B296562067EA4EA74DEA9D1E6237340146EC66@xxxxxxxxxxxxxxxxxxxx>, "Ke
rr Shannon-SKERR1" writes:
Thanks for the reply. The Oracle client libraries are installed at the(without
same location on all of our servers (Solaris 2.6 and 2.8). I believe
the problem is with the configuration and/or installation procedure and
that's why the libraries are not found on Solaris 2.6 (and so we set
LD_LIBRARY_PATH) but are found on Solaris 2.8 as they should be
setting LD_LIBRARY_PATH). The computing team believes they have the
proper installation, but I don't understand why we have this issue only
on Solaris 2.6 if the installation is correct.
Its easy enough to confirm. On your working Solaris 8 host,
$ env - /usr/bin/ldd
/opt/MOTapp/perl-5.8.8/lib/site_perl/5.8.8/sun4-solaris/auto/DBD/Oracle/
Oracle.so | grep libclntsh.so
libclntsh.so.10.1 =>
/opt/oracle/product/10.1.0/lib/libclntsh.so.10.1
On your broken Solaris 2.6 host,
$ env - /usr/bin/ldd
/opt/MOTapp/perl-5.8.8/lib/site_perl/5.8.8/sun4-solaris/auto/DBD/Oracle/
Oracle.so | grep libclntsh.so
libclntsh.so.10.1 => (file not found)
$ ls -l /opt/oracle/product/10.1.0/lib/libclntsh.so.10.1
I think you'll find that the Oracle libraries are not where they
should be on your 2.6 host.
John
groenveld@xxxxxxx
.
- Follow-Ups:
- Re: DBD Oracle module
- From: John Scoles
- Re: DBD Oracle module
- References:
- Re: DBD Oracle module
- From: John D Groenveld
- Re: DBD Oracle module
- Prev by Date: Fw: Problem trying to build and deploy DBD-Oracle 1.19
- Next by Date: Re: How should I connect via DBD::Oracle to efficiently obtain 2000+ simultaneous connections?
- Previous by thread: Re: DBD Oracle module
- Next by thread: Re: DBD Oracle module
- Index(es):
Relevant Pages
|
|