Changeset 9633 for bootstrap_libs


Ignore:
Timestamp:
Mar 9, 2011, 11:10:47 AM (13 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap_libs

    r7532 r9633  
    88
    99# apache runtime
    10 wget http://apache.linux-mirror.org/apr/apr-1.3.9.tar.gz
    11 tar xvvzf apr-1.3.9.tar.gz
    12 cd apr-1.3.9
     10wget http://apache.linux-mirror.org/apr/apr-1.4.2.tar.gz
     11tar xvvzf apr-1.4.2.tar.gz
     12cd apr-1.4.2
    1313./configure --prefix=$PREFIX
    1414make && make install
     
    1616
    1717# apache runtime utilities
    18 wget http://apache.linux-mirror.org/apr/apr-util-1.3.9.tar.gz
    19 tar xvvzf apr-util-1.3.9.tar.gz
    20 cd apr-util-1.3.9
     18wget http://apache.linux-mirror.org/apr/apr-util-1.3.10.tar.gz
     19tar xvvzf apr-util-1.3.10.tar.gz
     20cd apr-util-1.3.10
    2121./configure --prefix=$PREFIX --with-apr=$PREFIX
    2222make && make install
Note: See TracChangeset for help on using the changeset viewer.