AIX (xlc) DBD::Oracle *without* LIBPATH?

2019-07-26 Thread John Wiersba via dbi-users
Hi! I like to know: has anyone been able to get DBD::Oracle working on AIX (6 and/or 7) using the xlc compiler, *without* having to set LIBPATH *at runtime*?  I am able to get it to work by setting LIBPATH, but that's very distasteful and I'm trying to find a way to avoid it. On RHEL Linux, I'm

Re: make test fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread John Wiersba
And then there's the matter of the other two bugs (the incorrect warning about LANG and the =encoding thing). On Thu, Jan 8, 2015 at 12:05 PM, Furst, Carl carl.fu...@mlb.com wrote: Yeah, I agree, it would save time if there was a check during make test itself and a die with a version

Fwd: make test fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread John Wiersba
Adding dbi-users -- Forwarded message -- From: John Wiersba jrw32...@gmail.com Date: Thu, Jan 8, 2015 at 11:19 AM Subject: Re: make test fails installing DBI-1.632 (linux, perl5.8.8) To: Furst, Carl carl.fu...@mlb.com Thanks, Carl. Well, I see that now, but I did not see

Re: make test fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-08 Thread John Wiersba
...@pobox.com wrote: On Wed, Jan 07, 2015 at 04:50:52PM -0500, John Wiersba wrote: I see in META.{json,yaml} that a later version of Test::Simple is required, but that doesn't seem to cause a noticable error message or abort the Makefile.PL/make/make test process. Installing the latest version

make test fails installing DBI-1.632 (linux, perl5.8.8)

2015-01-07 Thread John Wiersba
allows make test to succeed. jrw $ grep Simple META* META.json:Test::Simple : 0.90 META.yml: Test::Simple: '0.90' Let me know if you need more information. Thanks! -- John Wiersba

Building DBD::Oracle with one version but deploying with another

2013-04-17 Thread John Wiersba
Hi, I'd like to find out how to build/install DBD::Oracle with one version of Oracle client but then deploy it with a potentially different client version, say on a server without the original client version (or with it installed in a different location).  It seems like the Oracle client