> I am trying to get DateTime-Event-Sunrise-0.05 to work on 
> Windows 2000 with Perl 5.6.1 and I am getting this error.

> Can't locate loadable object for module DateTime in @INC (@INC contains:
D:/Perl
> /lib D:/Perl/site/lib .) at D:/Perl/lib/XSLoader.pm line 43
> BEGIN failed--compilation aborted at D:/Perl/lib/DateTime.pm line 43.
> Compilation failed in require at Sun.pl line 1.
> BEGIN failed--compilation aborted at Sun.pl line 1.

Judging from the error you do not have the c portion of
the DateTime module installed.
 
> I have manually installed DateTime and DateTime-Event-Sunrise
> to the D:\Perl\lib directories.

This is NOT how you install perl modules (hence the errors 
you are encountering) generally, you need to do (at the command
prompt)

perl Makefile.PL
nmake
nmake test
nmake install

> Do you have any ideas of what I am missing?
> Thanks - MJ

Try reinstalling the DateTime module as stated above.
If you still have problems please report it on
the datetime mailing list
[EMAIL PROTECTED]

Thanks for using DateTime

Ron Hill

Reply via email to