Changeset 3995 for bootstrap_libs


Ignore:
Timestamp:
Jun 10, 2009, 8:07:58 AM (15 years ago)
Author:
Christoph Mayer
Message:

-release 0.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap_libs

    r3993 r3995  
    99# apache runtime
    1010wget http://apache.linux-mirror.org/apr/apr-1.3.5.tar.gz
    11 tar xvvzf apr-1.3.3.tar.gz
    12 cd apr-1.3.3
     11tar xvvzf apr-1.3.5.tar.gz
     12cd apr-1.3.5
    1313./configure --prefix=$PREFIX
    1414make && make install
     
    1717# apache runtime utilities
    1818wget http://apache.linux-mirror.org/apr/apr-util-1.3.7.tar.gz
    19 tar xvvzf apr-util-1.3.4.tar.gz
    20 cd apr-util-1.3.4
     19tar xvvzf apr-util-1.3.7.tar.gz
     20cd apr-util-1.3.7
    2121./configure --prefix=$PREFIX --with-apr=$PREFIX
    2222make && make install
Note: See TracChangeset for help on using the changeset viewer.