当前位置: 技术问答>linux和unix
关于openssl-0.9.7b编译的问题
来源: 互联网 发布时间:2015-03-18
本文导语: 我在对openssl-0.9.7b make时遇到下列错误,请问各位大仙是怎么回事?? make: *** Warning: File `Makefile.org' has modification time in the future (2003-04-08 07:54:32 > 1997-01-01 06:59:07) Makefile.ssl is older than Makefile.org. Reconfigure ...
我在对openssl-0.9.7b make时遇到下列错误,请问各位大仙是怎么回事??
make: *** Warning: File `Makefile.org' has modification time in the future (2003-04-08 07:54:32 > 1997-01-01 06:59:07)
Makefile.ssl is older than Makefile.org.
Reconfigure the source tree (via './config' or 'perl Configure'), please.
make: *** [Makefile.ssl] Error 1
make: *** Warning: File `Makefile.org' has modification time in the future (2003-04-08 07:54:32 > 1997-01-01 06:59:07)
Makefile.ssl is older than Makefile.org.
Reconfigure the source tree (via './config' or 'perl Configure'), please.
make: *** [Makefile.ssl] Error 1
|
这个问题我以前也遇到过,具体记不太清了,只需将Makefile.org,Makefile.ssl更新日期就可以了
|
若你不想用默认的配置可看:
./configure --help
运行完后会生成一个Makefile文件
make
应该可以,我没编译过,估计应该怎样的
./configure --help
运行完后会生成一个Makefile文件
make
应该可以,我没编译过,估计应该怎样的
|
看提示不就很清楚了吗?就是你的makefile.org文件比makefile.ssl还要新,这是不合法的
估计是你解开tar.gz包后编辑了makefile.org文件。
重新解一遍包就可以了。我编译openssl就没问题。
估计是你解开tar.gz包后编辑了makefile.org文件。
重新解一遍包就可以了。我编译openssl就没问题。
|
试试touch Makefile.*
|
./configure