diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-25 23:48:25 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-25 23:48:25 +0000 |
commit | 1d671d8dac57527d3e2af332128c5fd7198dd14f (patch) | |
tree | 4acd1e059abf84673cedc52542889c482eb875d9 /sandbox/sebastien/cpp/apr-2/INSTALL | |
parent | 39412520173be7b17b1dcbbef510f78a5ded880d (diff) |
Port to HTTPD 2.3.10 + latest APR 1.4.x and enable mod_session_crypto.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien/cpp/apr-2/INSTALL')
-rw-r--r-- | sandbox/sebastien/cpp/apr-2/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/sebastien/cpp/apr-2/INSTALL b/sandbox/sebastien/cpp/apr-2/INSTALL index c9e7597a08..36e33711fd 100644 --- a/sandbox/sebastien/cpp/apr-2/INSTALL +++ b/sandbox/sebastien/cpp/apr-2/INSTALL @@ -45,8 +45,8 @@ gcc-g++-4.4.5 Then install the following development dependencies: Apache HTTP server and APR: -httpd-2.3.8 (http://httpd.apache.org/) -with included libapr and libaprutil +httpd-2.3.10 (http://httpd.apache.org/) +apr-1.4.x (http://apr.apache.org/) built with OpenSSL libssl-0.9.8, libpcre3-8.02, and expat 2.0.1 @@ -167,7 +167,7 @@ dependencies installed in the standard system directories and some of the dependencies installed under $HOME: ./configure --prefix=$HOME/tuscany-sca-cpp-bin \ ---with-apr=$HOME/httpd-2.3.8-bin --with-httpd=$HOME/httpd-2.3.8-bin \ +--with-apr=$HOME/apr-1.4.x-bin --with-httpd=$HOME/httpd-2.3.10-bin \ --with-memcached=$HOME/memcached-1.4.5-bin \ --with-tinycdb=$HOME/tinycdb-0.77-bin \ --with-curl=$HOME/curl-7.19.5-bin --with-libxml2=/usr \ |