Ah ha. I notice, now, that it looks like you are using Microsoft's ODBC driver. Try Oracles. Jeff
-----Original Message----- From: CHAUVIERE Jean-Raymond [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 6:58 AM To: '[EMAIL PROTECTED]' Subject: HELP ! make test: problem to remote ora db using ODBC perl, v5.6.1 built for cygwin-multi NT 4 Using activestate perl everything goes well. But when trying to install DBI/DBD-ODBC for cygwin perl I have a problem during the make test. The variables DBI_* are defined with the value used with activestate perl I got an error during the make test DBD-ODBC-1.04 $make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/cygwin-multi -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01base............1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/02simple.........."my" variable $dbh2 masks earlier declaration in same scope at t/02simple.t line 183. 1..19 ok 1 Test 2: connecting to the database DBI connect('METRO.world','omniv',...) failed: [Microsoft][ODBC driver for Oracle][Oracle] (SQL-NA000) [Microsoft][Gestionnaire de pilotes ODBC] Le pilote ne g�re pas la version du comportement ODBC demand� par l'application (voir SQLS etEnvAttr). (SQL-01000)(DBD: db_login/SQLConnect err=-1) at t/02simple.t line 31 Connect failed: [Microsoft][ODBC driver for Oracle][Oracle] (SQL-NA000) [Microsoft][Gestionnaire de pilotes ODBC] Le pilote ne g�re pas la version du comportement ODBC demand� par l'application (voir SQLS etEnvAttr). (SQL-01000)(DBD: db_login/SQLConnect err=-1) dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-19 Failed 18/19 tests, 5.26% okay t/03dbatt...........1..16 It says that the application ask for something the odbc driver can't perform. thank you for any help or ideas.
