wozijisunfly 2011-05-22
CentOS系统下安装openssl
//解压openssl安装包
[root@localhostopt]#tarxvzfopenssl-1.0.0d.tar.gz
//进入解压后的目录
[root@localhostopt]#cdopenssl-1.0.0d
//修改openssl配置文件
[[email protected]]#./configure--prefix=/usr/local/openssl
//编译代码
[[email protected]]#make
//安装
[[email protected]]#makeinstall
perl Configure VC-WIN64A --prefix=C:\openssl_x64 no-asm no-shared enable-tlsext enable-static-engine