我在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