Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread John R Pierce
On 6/22/2016 2:05 PM, Bruce Johnson wrote: On Jun 22, 2016, at 1:34 PM, John R Pierce > wrote: if root installed it to /root, no other user can see or access that. running cpan as root is fine, since that doesn’t affect the permissions of the

Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Bruce Johnson
> On Jun 22, 2016, at 1:26 PM, Tony D'Alfonso wrote: > > SDK was installed too: > > # yum list oracle-instantclient* > Loaded plugins: product-id, search-disabled-repos, subscription-manager > Installed Packages > oracle-instantclient-basic.x86_64

Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Bruce Johnson
On Jun 22, 2016, at 1:34 PM, John R Pierce > wrote: if root installed it to /root, no other user can see or access that. running cpan as root is fine, since that doesn’t affect the permissions of the final perl executables. The only thing it

RE: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Tony D'Alfonso
SDK was installed too: # yum list oracle-instantclient* Loaded plugins: product-id, search-disabled-repos, subscription-manager Installed Packages oracle-instantclient-basic.x86_64 10.2.0.3-1 installed

Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread John R Pierce
On 6/22/2016 12:32 PM, Tony D'Alfonso wrote: I used CPAN to install them and it appeared as though they are in place: # cpan -i Bundle::DBI Reading '/root/.cpan/Metadata' Database was generated on Wed, 22 Jun 2016 13:29:02 GMT if root installed it to /root, no other user can see or access

Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Bruce Johnson
> On Jun 22, 2016, at 12:32 PM, Tony D'Alfonso > wrote: > > Hi Carl, > > I used CPAN to install them and it appeared as though they are in place: > > # cpan -i Bundle::DBI > Reading '/root/.cpan/Metadata' > Database was generated on Wed, 22 Jun 2016 13:29:02 GMT >

Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Furst, Carl
It means you don¹t have the Oracle DBD installed. Or its installed to a different place. Did you install it? Where? Carl Yamamoto-Furst -- From: Tony D'Alfonso Date: Wednesday, June 22, 2016 at 2:00 PM To: "dbi-users@perl.org" Subject:

RE: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Tony D'Alfonso
Hi Carl, I used CPAN to install them and it appeared as though they are in place: # cpan -i Bundle::DBI Reading '/root/.cpan/Metadata' Database was generated on Wed, 22 Jun 2016 13:29:02 GMT DBI is up to date (1.636). DBI::Shell is up to date (11.95). Storable is up to date (2.51). Net::Daemon

Re: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Dean Pearce
That library is part of a compatibility package that isn't installed by default. On my build machine I've had to do the following: sudo yum -y install compat-libstdc++-33 After that the build succeeded. On 2016-06-22 2:00 PM, Tony D'Alfonso wrote: Confirming this email made it through.

RE: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Tony D'Alfonso
# perl -V Summary of my perl5 (revision 5 version 16 subversion 3) configuration: Platform: osname=linux, osvers=2.6.32-504.16.2.el6.x86_64, archname=x86_64-linux-thread-multi uname='linux x86-021.build.eng.bos.redhat.com 2.6.32-504.16.2.el6.x86_64 #1 smp tue mar 10

RE: Bundle::DBI and DBD::Oracle failing

2016-06-22 Thread Tony D'Alfonso
Confirming this email made it through. Slicing the output into multiple messages. Can you help me with this error message? perl /stl/bin/test.pl install_driver(Oracle) failed: Can't load '/root/perl5/lib/perl5/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: