码迷,mamicode.com
首页 > Web开发 > 详细

apache make

时间:2017-10-28 22:37:18      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:https   mil   line   soft   targe   util   --   with   prefix   

https://jingyan.baidu.com/article/7e4409533d7f0f2fc0e2ef91.html

1. apr apr-util

http://archive.apache.org/dist/apr/

apr:  configure;make;make install

apr-util: ./configure --prefix=/usr/local/apr-util/ --with-apr=/usr/local/apr/ ;make ; make install

2.prce :http://www.pcre.org

configure;make;make install3.openssl:  http://www.openssl.org/source/

4.apache

http://httpd.apache.org

/configure  --prefix=/usr/local/apache2 --enable-mods-shared=ALL --enable-so  --with-apr=/usr/local/apr -with-apr-util=/usr/local/apr-util --with-pcre=/usr/local/pcre --enable-ssl --with-ssl=/usr/local/ssl

 

apache make

标签:https   mil   line   soft   targe   util   --   with   prefix   

原文地址:http://www.cnblogs.com/tianlangshu/p/7748371.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!