SPUG: problems installing DateTime module

DeRykus, Charles E charles.e.derykus at boeing.com
Thu Apr 27 16:30:39 PDT 2006


You'll need to figure out why `make` choked.

You could delete the build directory and redo the install
drill ( perl Makefile.PL; make; make test; make install)
Or, just `make clean` and retry the install drill.

One useful technique to capture errors is to tee the drill
output:

make 2>&1 | tee make.log

Then check the log for any warnings and/or errors/abnormalities.
This'll at least tell you when things started to go south.

hth,
-- 
Charles DeRykus

-----Original Message-----
From: luis medrano [mailto:lmzaldivar at gmail.com] 
Sent: Thursday, April 27, 2006 10:34 AM
To: spug-list at pm.org
Subject: SPUG: problems installing DateTime module

List,

I have tryed to install the Date::Time module but I have this error:

Running make install
  Already tried without success
Running make for D/DR/DROLSKY/DateTime-0.30.tar.gz
  Is already unwrapped into directory
/home/admin/.cpan/build/DateTime-0.30
  Has already been processed within this session Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible


Any ideas how can I install the module?

Thanks,
Luis
_____________________________________________________________
Seattle Perl Users Group Mailing List  
     POST TO: spug-list at pm.org
SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
    MEETINGS: 3rd Tuesdays
    WEB PAGE: http://seattleperl.org/


More information about the spug-list mailing list