in reply to Re: Problem Installing Digest::MD5 or any additional perl module
in thread Problem Installing Digest::MD5 or any additional perl module

This is the result of your recomendation:
root@ss_development:~# date
Thu Sep 1 15:30:10 EDT 2005
root@ss_development:~# touch test.file
root@ss_development:~# ls -altr test.file
-rw-r--r-- 1 root root 0 2005-09-01 15:30 test.file
root@ss_development:~# date
Thu Sep 1 15:30:35 EDT 2005
root@ss_development:~#

  • Comment on Re^2: Problem Installing Digest::MD5 or any additional perl module

Replies are listed 'Best First'.
Re^3: Problem Installing Digest::MD5 or any additional perl module
by snowhare (Friar) on Jan 05, 2006 at 16:01 UTC

    Your system clock is three months in the past. The TAR file is probably newer than that. When it unpacks, the resulting dates are in your 'future', which confuses make.

    Fix your system date and your other problems will likely go away.