zoukankan      html  css  js  c++  java
  • install httpd

    tar -zxvf httpd-2.4.4.tar.gz
    cd httpd-2.4.4
    ./configure --prefix=/apache/home/openfire/httpd24
    checking for chosen layout... Apache
    checking for working mkdir -p... yes
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking target system type... x86_64-unknown-linux-gnu
    configure:
    configure: Configuring Apache Portable Runtime library...
    configure:
    checking for APR... no
    configure: error: APR not found. Please read the documentation.

    ===================================================


    tar -zxf apr-1.4.6.tar.gz
    ./configure --prefix=/usr/local/apr
    make
    make install

    tar -zxf apr-util-1.5.2.tar.gz
    ./configure --prefix=/usr/local/apr-util -with- apr=/usr/local/apr/bin/apr-1-config
    make
    make install

  • 相关阅读:
    js面向对象和PHP面相对象
    git
    css3动画、2D与3D效果
    渲染数据方式
    ajax
    面向对象
    Date 日期
    Math 数值对象
    What is CGLib and JDK动态代理
    IDEA中lock对象不提示newCondition();
  • 原文地址:https://www.cnblogs.com/ShepherdIsland/p/3144005.html
Copyright © 2011-2022 走看看