Problem with DateTime

M

madan

hi all,
i am installing the DateTime.pm on windows using nmake....
when i tried to install it i am getting an error saying
" Cant locate lodable object for module DateTime in @INC (@INC
contains: C:/perl/lib c:/perl/site/lib .) at
C:/perl/site/lib/DateTime.pm line 47"

can anyone please tell me how to use this module...

thanks in advance
madan
 
S

Sisyphus

madan said:
hi all,
i am installing the DateTime.pm on windows using nmake....
when i tried to install it i am getting an error saying
" Cant locate lodable object for module DateTime in @INC (@INC
contains: C:/perl/lib c:/perl/site/lib .) at
C:/perl/site/lib/DateTime.pm line 47"

I gather this is the error you get when you attempt to use the module.
It happens because, although DateTime.pm can be found, the compiled part of
the module (the dll - which is the "loadable object") cannot be found. This,
in turn, indicates that the build/install procedure did not work or was
performed incorrectly.

Assuming that the 'perl Makefile.PL' step proceeded without error, what was
the output of the 'nmake' , 'nmake test' and 'nmake install' steps.

Cheers,
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,153
Latest member
NamKaufman
Top