linux apr安装

来源:互联网 时间:2026-02-26 14:06:53 作者:

系统大全为您提供
  先到下载apr和apr-util   .1. 安装apr-1.3.2.tar.gz
  # tar zxvf apr-1.3.2.tar.gz
  # cd apr-1.3.2
  # ./configure
  # make
  # make install
  //apr被安装在/usr/local/apr下
  2. 安装apr-util-1.3.2.tar.gz
  # tar zxvf apr-util-1.3.2.tar.gz
  # cd apr-util-1.3.2
  # ./configure --with-apr=/usr/local/apr
  // --with-apr=/usr/local/apr 指定APR安装路径
  # make
  # make install
  3.到https://www.herecours.com/d/file/efpub/2026/26-26/20260226135016568980.cgi#apache20下载httpdbr   tar vzxf https://www.herecours.com/d/file/efpub/2026/26-26/20260226135016568981.gzbr   cd https://www.herecours.com/d/file/efpub/2026/26-26/20260226135016568982.9br   ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --enable-auth-digest --enable-cgi --enable-suexec --with-suexec-caller=daemon --with-suexec-docroot=/usr/local/apache2

docs
  make
  make install  
  
  以上就是系统大全给大家介绍的如何使的方法都有一定的了解了吧,好了,如果大家还想了解更多的资讯,那就赶紧点击系统大全官网吧。 
 
本文来自系统大全https://www.herecours.com/d/file/efpub/2026/26-26/20260226135016568983

相关推荐