我在linux下编译安装openssl, 执行./config的时候出现如下错误:
make: Warning: File `Makefile.org' has modification time 3.1e+07 s in the future
Makefile is older than Makefile.org, Configure or config.
Reconfigure the source tree (via './config' or 'perl Configure'), please.
make: *** [Makefile] Error 1
从字面的意思就可以看出, 其实就是系统时间问题, 你仔细看下你的系统时间可能和目前的时间有很大的差距
使用data命令或者ntpd把时间调整过来就不会提示错误啦.
调整事例:
# date -s 07/13/2008
# date -s 13:45:00
欢迎转载本文,请注明来自:http://www.linuxsense.org
TAG: has modification time openssl
发布: 2008-7-11 00:54 作者: admin 来源: 本站原创 查看: 21次
