On Mon, Aug 09, 2004 at 01:41:04AM +0200, mAsterdam wrote: > Tim Bunce wrote: > > >Please help by taking a moment to at least check it builds and tests okay > >in your environment. > > Is this what you'ld want to see? > If you would like to see another part please just say so. > > ---------------------------------------------------------------- > perl 5.8.2 > i686-linux-thread-multi 2.4.16-4GB (Suse) > Oracle 8.1.7 > All tests successful, 7 tests and 127 subtests skipped.
Great. Thanks. > The only hickups (variable not used warnings) where during make > in the oci.c files, and > -----------errors during make test: -------------------------- > DBI connect('','scott/tiger',...) failed: ORA-12705: invalid or > unknown NLS parameter value specified (DBD ERROR: OCISessionBegin) > at t/nchar_test_lib.pl line 143 > DBI connect('','scott/tiger',...) failed: ORA-12705: invalid or > unknown NLS parameter value specified (DBD ERROR: OCISessionBegin) > at t/nchar_test_lib.pl line 143 > ---------------------------------------------------------------- > ($NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1) Can you send me the output (stdout+stderr) from "perl -Mblib t/<foo>.t" where <foo> is each of the tests that generated that error? (Then the same again but with DBI_TRACE=9 would also be handy.) Thanks. Tim.