From 62d5e37461b84c52c6b40ea681bad90d375722b8 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Fri, 3 Sep 2010 06:24:23 +0000 Subject: 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 --- sca-cpp/trunk/ubuntu/ubuntu-bin-all-image | 2 +- sca-cpp/trunk/ubuntu/ubuntu-install-all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-cpp/trunk/ubuntu') diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image index aba33e79d3..85a6f382ad 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image @@ -53,7 +53,7 @@ sudo apt-get -y install python-dev if [ "$?" != "0" ]; then exit $? fi -sudo apt-get -y install libpcre3-dev libsqlite3-dev +sudo apt-get -y install libpcre3-dev if [ "$?" != "0" ]; then exit $? fi 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 -- cgit v1.2.3