Re: DBD Oracle module
- From: jdg117@xxxxxxxxxxxxxxxxxxx (John D Groenveld)
- Date: Thu, 16 Nov 2006 15:56:24 -0500
In message <D5B296562067EA4EA74DEA9D1E6237340146EC66@xxxxxxxxxxxxxxxxxxxx>, "Ke
rr Shannon-SKERR1" writes:
Thanks for the reply. The Oracle client libraries are installed at the
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 (without
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: Kerr Shannon-SKERR1
- RE: DBD Oracle module
- References:
- RE: DBD Oracle module
- From: Kerr Shannon-SKERR1
- RE: DBD Oracle module
- Prev by Date: Re[2]: How should I connect via DBD::Oracle to efficiently obtain 2000+ simultaneous connections?
- Next by Date: Fw: Problem trying to build and deploy DBD-Oracle 1.19
- Previous by thread: RE: DBD Oracle module
- Next by thread: RE: DBD Oracle module
- Index(es):
Relevant Pages
|