LINUX配置出现:configure: error: newly created file is older than distributed files!

建站交流11年前 (2014-06-25)16010
date 看下系统时间
  文件夹目录 ls -l  查看文件时间
  【按提示应该是文件时间问题,新创建的时间既然比现在的文件时间晚,系统时间问题】
 
第一种解决办法:
    hwclock --set --date="月/日/年 小时:分钟:秒钟"
    hwclock --hctosys
 
   比如:hwclock --set --date="07/24/2012 12:33:22"
       hwclock --hctosys是让上面设置的硬件时间同系统时间同步
第二种解决办法:

使用命令  ntpdate time-a.nist.gov



标签: linux

“LINUX配置出现:configure: error: newly created file is older than distributed files!” 的相关文章

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。