下载软件

下载链接:

http://pan.baidu.com/s/1o6sOwgM

http://pan.baidu.com/s/1hqIdcA4

########安装apr#########
tar zxvf apr-1.4.2.tar.gz
cd apr-1.4.2

./configure --prefix=/server/apr

make && make install

########安装apr-util########
tar zxvf apr-util-1.3.10.tar.gz
cd apr-util-1.3.10

./configure --prefix=/server/apu \
--with-apr=/server/apr

make && make install

 

相关文章:

  • 2022-12-23
  • 2022-03-05
  • 2021-11-06
  • 2021-11-13
  • 2021-09-03
  • 2021-12-22
  • 2021-08-08
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案