configure: error: newly created file is older than distributed files!

admin 发布于:2013-12-11 13:57 分类:错误汇总  有 1372 人浏览,获得评论 0 条 标签: clock 

在linux下安装软件包的时候,有时候提示

configure: error: newly created file is older than distributed files!
Check your system clock

出现此编译错误,请检查你的系统时间是否设置有误。。。

查看硬件日期时间

hwclock -show

linux是每隔一段时间将系统时间写入 硬件bois的 如果刚设置完了就关机,开机后时间还是等于没有设置

# date -s 991128

Sun Nov 28 00:00:00 CST 1999

实例:设置时间伟2008年8月8号12:00

# date -s "2008-08-08 12:00:00″

修改完后,记得输入:

clock -w

把系统时间写入CMOS即可.