没有合适的资源?快使用搜索试试~ 我知道了~
首页linux 安装Apache+openssl 过程
资源详情
资源评论
资源推荐

yuminstallgccgcc-c++
1.下载apr-1.5.2
wgethttp://mirrors.cnnic.cn/apache//apr/apr-1.5.2.tar.gz
安装apr-1.5.2
tarzxvfapr-1.5.2.tar.gz
cdapr-1.5.2
./configure--prefix=/usr/local/apr
make&&makeinstall
2.下载apr-util-1.5.4
wgethttp://mirrors.hust.edu.cn/apache//apr/apr-util-1.5.4.tar.gz
安装apr-util-1.5.4
tarzxvfapr-util-1.5.4.tar.gz
cdapr-util-1.5.4
./configure--prefix=/usr/local/apr-util--with-apr=/usr/local/apr
make&&makeinstall
3.下载pcre-8.40
wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.40.tar.gz
tarzxvfpcre-8.40.tar.gz
cdpcre-8.40
./configure--prefix=/usr/local/pcre
make&&makeinstall
4.自行选择是否下载openssl
wgethttps://www.openssl.org/source/openssl-1.0.2k.tar.gz
tarzxvfopenssl-1.0.2k.tar.gz


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0