Skip to content

Commit

Permalink
Fix lmbdb travis with openldap
Browse files Browse the repository at this point in the history
  • Loading branch information
ste-m5s committed Sep 10, 2014
1 parent 133b4db commit be9c5bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/travis/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be9c5bd

Please sign in to comment.