> > On Mon, Jul 15, 2002 at 05:41:01PM +0200, Jan Matejka wrote: > : Platform: Windows 2000, Oracle 8.1.7, ActiveState Perl 5.6.1 build 629 > : > : After installing DBI 1.29 and after recompiling DBD::Oracle 1.12 > : nmake test failed. > > : Using C:/temp/DBD-Oracle-1.12/blib > : t\base.......ok > : t\general....ok 9/17Can't call method "prepare" without a > package or object > : refe > : rence at t\general.t line 53. > > I am getting a similar error with the MySQL DBD using selectall_arrayref() > on a system that I upgraded from DBI-1.28 -> DBI-1.29 (recompiled > the modules, Msql-Mysql-1.2219, and also with newly installed > DBD-mysql-2.1017). The code works fine with DBI-1.28. Further > compounding matters is that I can't reproduce it outside of the > standard site_perl directory. When I install into a home directory > and use PERL5LIB, the suspect code works fine. > > Not real helpful, I know, but maybe with other reports, this can > be sorted out.
Note that I had the same problem on Windows 2000, DBD::Oracle, but DBD::ODBC tests ran fine. However, I don't yet have any of the new fancy select variations in my test scripts. Jeff
