`
PBFox
  • 浏览: 66312 次
  • 性别: Icon_minigender_1
  • 来自: China
文章分类
社区版块
存档分类
最新评论
阅读更多
wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.gz
wget http://archive.apache.org/dist/httpd/httpd-2.2.6.tar.gz
wget http://subversion.tigris.org/downloads/subversion-1.4.5.tar.gz
wget http://subversion.tigris.org/downloads/subversion-deps-1.4.5.tar.gz
wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz
wget http://apache.mirrors.pair.com/apr/apr-1.2.12.tar.gz
wget http://apache.mirrors.pair.com/apr/apr-util-1.2.12.tar.gz


./configure --with-apxs=/usr/local/apache2/bin/apxs --prefix=/usr/local/subversion --with-apr=/usr/local/apr/bin/apr-1-config --with-apr-util=/usr/local/apr/bin/apu-1-config --with-ssl --with-libs=/usr/local/ssl --with-zlib --enable-maintainer-mode



1, 安装openssl


wget http://www.openssl.org/source/openssl-0.9.8.tar.gz
tar zxvf openssl-0.9.8.tar.gz
cd openssl-0.9.8
./config shared
make
sudo make install



2,安装 neon


wget http://www.webdav.org/neon/neon-0.25.5.tar.gz
./configure --with-ssl --with-libs=/usr/local/ssl/ --prefix=/usr/local/neon
make
sudo make install



编译apache

./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http --with-mpm=worker --enable-dav --enable-modules=so --enable-maintainer-mode --enable-rewrite --with-apr=/usr/local/apr/bin/apr-1-config --with-apr-util=/usr/local/apr/bin/apu-1-config

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics