On Sun, 2003-07-27 at 15:43, Matthew O. Persico wrote: > On 25 Jul 2003 13:46:47 -0700, Mark Mertel wrote: > > [snip] > > >[EMAIL PROTECTED]>make test > >PERL_DL_NONLAZY=1 /apps/cup/perl5/bin/perl -Iblib/arch -Iblib/lib > >-I/apps/cup/perl5/lib/5.6.1/PA-RISC2.0 -I/apps/cup/perl5/lib/5.6.1 -e > >'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests > >@ARGV;' > >t/*.t > >t/autocommit....install_driver(Sybase) failed: DBD::Sybase object > >version 0.95 does not match bootstrap parameter 1.00 at > >blib/lib/DBD/Sybase.pm line 32. > >Compilation failed in require at (eval 1) line 3.
This means that make test is picking up Sybase.sl from 0.95, but is using Sybase.pm from 1.00 (presumably the version that you are trying to install). I don't know why it would do that - you should have the new Sybase.sl file in blib/arch/auto/DBD/Sybase and perl should normally search that directory first. Michael -- Michael Peppler Data Migrations, Inc. [EMAIL PROTECTED] http://www.mbay.net/~mpeppler Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or long term contract positions - http://www.mbay.net/~mpeppler/resume.html