File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function install_memcache() {
88 wget https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz
99 tar xzf libmemcached-1.0.18.tar.gz
1010 pushd libmemcached-1.0.18
11- ./configure --prefix=$INSTALL_DEST /$VERSION && make && make install
11+ ./configure --prefix=$INSTALL_DEST /$VERSION && make && sudo make install
1212 popd
1313 popd
1414}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sudo apt-get install libzmq3-dev
1212
1313if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
1414 phpize
15- ./configure && make && make install
15+ ./configure && make && sudo make install
1616else
1717 if [[ $( lsb_release -cs) == precise ]]; then
1818 sudo -E add-apt-repository -y ppa:travis-ci/zero-mq
You can’t perform that action at this time.
0 commit comments