Figured it out. We have a statically linked Perl due to some problems I encountered some time ago with the HP linker. I changed the CONFIG option to static and it built and test fine.
Thanks On Sun, 2003-07-27 at 06: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. > > That's bizzare. I've never seen the old version conflict with the new one. Short > term, if this is not a production box, try uninstalling 0.95 and see what happends. > > > > >at t/autocommit.t line 40 > >t/autocommit....dubious > > > > Test returned status 255 (wstat 65280, 0xff00) > >DIED. FAILED tests 2-4 > > Failed 3/4 tests, 25.00% okay > >t/base..........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. > > > > > -- > Matthew O. Persico > > -- Mark Mertel <[EMAIL PROTECTED]> Mertel Software, Inc.
