On Wed, 30 Jul 2003, Joshua Hoblitt wrote: > > - For this release, at least, the module always uses Dynaloader. This > > is in order to see if this fixes a problem on Solaris where the > > install library version of the DateTime .so file is loaded instead of > > the newly compiled version in the blib directory. > > bash-2.03# perl Makefile.PL --pm
Why'd you do that? You told it to _not_ compile the XS version. > t/00load............# Failed test (t/00load.t at line 6) > # Tried to use 'DateTime'. > # Error: DateTime object version 0.15 does not match bootstrap parameter 0.1501 > at /usr/local/lib/perl5/5.8.0/sun4-solaris-thread-multi/DynaLoader.pm line 249. > # BEGIN failed--compilation aborted at > /root/.cpan/build/DateTime-0.1501/blib/lib/DateTime.pm line 38. > # Compilation failed in require at (eval 1) line 2. > t/00load............NOK 1# Looks like you failed 1 tests of 1. But it shouldn't blow up like that. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
