不管Windows还是linux都是需要安装好perl环境的

Windows步骤

1.解压openssl-1.0.1u.tar.gz

2.使用Vs2005命令行工具进入解压后的目录

3.执行如下命令

perl Configure VC-WIN32 no-asm --prefix=d:/openssl-bin
ms\do_ms
nmake -f ms\nt.mak
nmake -f ms\nt.mak install

然后编译好的库和头文件就在d:/openssl-bin

linux步骤

1.解压openssl-1.0.1u.tar.gz

2.命令行进入解压后的目录

3.执行如下命令

./config --prefix=/root/openssl-1.0.1u/bin no-asm  -fPIC no-shared
make
make install

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-06-23
  • 2022-01-12
  • 2022-12-23
  • 2021-05-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2021-04-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案