diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-30 04:48:44 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-30 04:48:44 +0000 |
commit | 60bd4b15c52f930db76be0b3d7006cc20e7b6eb3 (patch) | |
tree | fa7bc86cbf93e572e6fed844ad9e286a0de11cdf /sca-cpp/trunk/INSTALL | |
parent | 40bf8c5345097ac04516ae2765ceec8570089525 (diff) |
Port to Memcached 1.4.7 and Ubuntu 11.04.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/INSTALL')
-rw-r--r-- | sca-cpp/trunk/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index ca73ef5a4e..9c8a9bdbe6 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -95,7 +95,7 @@ built with OpenSSL libssl-0.9.8, libpcre3-8.02, and expat 2.0.1 Memcached: -memcached-1.4.5 (http://memcached.org/) +memcached-1.4.7 (http://memcached.org/) built with libevent-1.4.13 XML: @@ -227,7 +227,7 @@ dependencies installed under $HOME: ./configure --prefix=$HOME/tuscany-sca-cpp-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-memcached=$HOME/memcached-1.4.7-bin \ --with-tinycdb=$HOME/tinycdb-0.77-bin \ --with-curl=$HOME/curl-7.19.5-bin --with-libxml2=/usr \ --with-js-include=$HOME/js-1.8.5-bin/include \ |