From be9c5bd9327f862b2141535ca0ec36f7a28142f4 Mon Sep 17 00:00:00 2001 From: bhack Date: Thu, 11 Sep 2014 00:36:04 +0200 Subject: Fix lmbdb travis with openldap --- scripts/travis/travis_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/travis/travis_install.sh b/scripts/travis/travis_install.sh index 753bae87..ef84e5dd 100755 --- a/scripts/travis/travis_install.sh +++ b/scripts/travis/travis_install.sh @@ -67,12 +67,12 @@ if $WITH_CUDA; then fi # Install LMDB -LMDB_URL=https://gitorious.org/mdb/mdb/archive/7f038d0f15bec57b4c07aa3f31cd5564c88a1897.tar.gz -LMDB_FILE=/tmp/mdb.tar.gz +LMDB_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.39.tgz +LMDB_FILE=/tmp/openldap.tgz pushd . curl $LMDB_URL -o $LMDB_FILE && \ tar -C /tmp -xzvf $LMDB_FILE && \ - cd /tmp/mdb-mdb/libraries/liblmdb/ && \ + cd /tmp/openldap*/libraries/liblmdb/ && \ make && sudo make install || \ (echo "LMDB install failed"; exit 1) popd -- cgit v1.2.3