On Fri, 3 Oct 2003, James M Snell wrote:

> > But the installation fails when it tries to run the tests:
> >
> >         C:\Environment\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
> > "test_harness(0, 'blib\lib',
> >  'blib\arch')" t\00load.t t\01sanity.t t\02last_day.t t\03components.t
> > t\04epoch.t t\05set.t t\06add
> > .t t\07compare.t t\09greg.t t\10subtract.t t\11duration.t t\12week.t
> > t\13strftime.t t\14locale.t t\1
> > 5jd.t t\16truncate.t t\17set_return.t t\18today.t t\19leap_second.t
> > t\20infinite.t t\21bad_params.t
> > t\22from_doy.t t\23storable.t t\24from_object.t t\25add_subtract.t
> > t\26dt_leapsecond_pm.t
> > t\00load................NOK 1#     Failed test (t\00load.t at line 6)
> > #     Tried to use 'DateTime'.
> > #     Error:  Can't locate loadable object for module DateTime in @INC
> > (@INC contains: C:\.cpan\buil
> > d\DateTime-0.1703\blib\lib C:\.cpan\build\DateTime-0.1703\blib\arch
> > C:/Environment/Perl/lib C:/Envir
> > onment/Perl/site/lib . C:/Environment/Perl/lib
> > C:/Environment/Perl/site/lib .) at C:\.cpan\build\Dat
> > eTime-0.1703\blib\lib/DateTime.pm line 43
> > # BEGIN failed--compilation aborted at
> > C:\.cpan\build\DateTime-0.1703\blib\lib/DateTime.pm line 43.
> > # Compilation failed in require at (eval 1) line 2.
> > # Looks like you failed 1 tests of 1.
> > t\00load................dubious
> >         Test returned status 1 (wstat 256, 0x100)
> > DIED. FAILED test 1
> >         Failed 1/1 tests, 0.00% okay
> >
> >
> > The problem is the "Can't locate loadable object for module DateTime".
> It
> > appears to be an issue with the use of XSLoader but I just haven't been
> > able to track it down.  Any ideas on what may be causing this?

Is there there actually a compiled DateTime.so?  If not, then it's not an
XSLoader problem, it's just that nothing is being compiled.

If it is, then is it in any of the places that XSLoader is looking for it?


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to