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
This commit is contained in:
jsdelfino 2010-09-03 06:24:23 +00:00
commit 62d5e37461
14 changed files with 65 additions and 6 deletions

View file

@ -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