我在linux下編譯安裝openssl, 執行./config的時候出現以下錯誤:linux
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 1ide
從字面的意思就能夠看出, 其實就是系統時間問題, 你仔細看下你的系統時間可能和目前的時間有很大的差距
使用data命令或者ntpd把時間調整過來就不會提示錯誤啦.
調整事例:
# date -s 「2011-03-10 18:00:00」
ssl