diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-03 06:24:23 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-03 06:24:23 +0000 |
commit | 62d5e37461b84c52c6b40ea681bad90d375722b8 (patch) | |
tree | 3738af604b3012e22adfe7360f456156ced72ca7 /sca-cpp/trunk/ubuntu/ubuntu-install-all | |
parent | 21f05fa8f3880e033e664a005006d58616772869 (diff) |
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependencies on sqlite.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-install-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install-all b/sca-cpp/trunk/ubuntu/ubuntu-install-all index 3689892aed..288e73ae9a 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-install-all +++ b/sca-cpp/trunk/ubuntu/ubuntu-install-all @@ -233,7 +233,7 @@ fi cd $build # Build Mod_auth_openid -sudo apt-get -y install libpcre3-dev libsqlite3-dev +sudo apt-get -y install libpcre3-dev git clone git://github.com/jsdelfino/mod_auth_openid.git cd mod_auth_openid ./autogen.sh |