apache make
2021-05-16 10:28
标签: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
上一篇:Web前端 (第一阶段)
下一篇:web测试点梳理