I'm trying to use DateTime.  I downloaded the latest tar package from cpan,
as well as the 3 dependencies, DateTime::TimeZone, DateTime::Locale,
Params::Validate.

I did the usual "perl Makefile.PL", "make", then "make install" and got no
errors on any steps.  The install shows the modules gets placed in the
correct directories.

But when I try to run a short perl script using DateTime, I get this
message:

Can't locate loadable object for module DateTime in @INC (@INC contains:
/usr/local/ActivePerl-5.8/lib/5.8.3/sun4-solaris-thread-multi
/usr/local/ActivePerl-5.8/lib/5.8.3
/usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/sun4-solaris-thread-multi
/usr/local/ActivePerl-5.8/lib/site_perl/5.8.3
/usr/local/ActivePerl-5.8/lib/site_perl .) at
/usr/local/ActivePerl-5.8/lib/5.8.3/sun4-solaris-thread-multi/XSLoader.pm
line 44
BEGIN failed--compilation aborted at
/usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTime.pm line 44.


Here is the install log:



# cd DateTime-0.2901


# ls


CREDITS         MANIFEST        Makefile.PL     leap_seconds.h  ppport.h


Changes         MANIFEST.SKIP   README          leaptab.txt     t


DateTime.xs     META.yml        TODO            lib             test.c


LICENSE         Makefile        blib            pm_to_blib      tools


# /usr/ccs/bin/make install


Installing /usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTime.pm


Installing /usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTimePP.pm


Installing /usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTimePPExtra.pm


Installing
/usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTime/Duration.pm


Installing
/usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTime/Infinite.pm


Installing
/usr/local/ActivePerl-5.8/lib/site_perl/5.8.3/DateTime/LeapSecond.pm


Installing /usr/local/ActivePerl-5.8/man/man3/DateTime.3


Installing /usr/local/ActivePerl-5.8/man/man3/DateTime::Duration.3


Installing /usr/local/ActivePerl-5.8/man/man3/DateTime::Infinite.3


Installing /usr/local/ActivePerl-5.8/man/man3/DateTime::LeapSecond.3


Appending installation info to
/usr/local/ActivePerl-5.8/lib/5.8.3/sun4-solaris-thread-multi/perllocal.pod


Thanks,

Charles Mire
Programmer Analyst
Concentra
ph. 972.364.8132



****** CONFIDENTIALITY NOTICE ******
NOTICE: This e-mail message and all attachments transmitted with it may contain 
legally privileged and confidential information intended solely for the use of 
the addressee. If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, or 
other use of this message or its attachments is strictly prohibited. If you 
have received this message in error, please notify the sender immediately and 
delete this message from your system. Thank you.

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to