Re: ANNOUNCE: DBD::Oracle 1.17 release candidate

2006-01-10 Thread Tim Bunce
On Sun, Jan 01, 2006 at 11:39:17PM -, Andy Hassall wrote: Any and all testing would be greatly appreciated, but especially testing of building against Oracle Instant Client and Oracle XE on a range of platforms. I've put up a page with the test results for various combinations at:

Re: 'export in makefile gcc v2

2006-01-10 Thread Tim Bunce
To move this forward in the simplest and most portable way I've just added a warning in Makefile.PL if LD_LIBRARY_PATH (or the equiv on that platform) doesn't contain the appropriate ORACLE_HOME path. Tim. On Mon, Jan 09, 2006 at 08:58:19PM -0800, Jonathan Leffler wrote: On 1/9/06, Tim Bunce

DBD::Oracle tests patch

2006-01-10 Thread Jillian Vogel
Hello, I had some trouble running the tests provided for DBD::Oracle, because we have many datastores under a single installation, which means I need to be able to customize the datastore string used in connect(). Because DBI uses an environment variable for this, DBI_DSN, it's preferable that