编译openssl报错 No rule to make target `../include/openssl/bio.h', needed by `cryptlib.o'. Stop

making all in crypto...
make[1]: *** No rule to make target `../include/openssl/bio.h', needed by `cryptlib.o'.  Stop.
make: *** [build_crypto] Error 1


仔细一看,其实在./config时候就有警告了。

ln: failed to create symbolic link


基本都是创建软连接失败。


原来实在虚拟机上跑的问题,把源码移动到虚拟机的非共享文件见下就ok了,不要放在/mnt/hgfs下面

你可能感兴趣的:(linux,openssl)