Linux 下安装openssl

wozijisunfly 2011-05-22

CentOS系统下安装openssl

//解压openssl安装包

[root@localhostopt]#tarxvzfopenssl-1.0.0d.tar.gz

//进入解压后的目录

[root@localhostopt]#cdopenssl-1.0.0d

//修改openssl配置文件

[root@localhostopenssl-1.0.0d]#./configure--prefix=/usr/local/openssl

//编译代码

[root@localhostopenssl-1.0.0d]#make

//安装

[root@localhostopenssl-1.0.0d]#makeinstall

相关推荐