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() {
8
8
wget https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz
9
9
tar xzf libmemcached-1.0.18.tar.gz
10
10
pushd libmemcached-1.0.18
11
- ./configure --prefix=$INSTALL_DEST /$VERSION && make && make install
11
+ ./configure --prefix=$INSTALL_DEST /$VERSION && make && sudo make install
12
12
popd
13
13
popd
14
14
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sudo apt-get install libzmq3-dev
12
12
13
13
if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
14
14
phpize
15
- ./configure && make && make install
15
+ ./configure && make && sudo make install
16
16
else
17
17
if [[ $( lsb_release -cs) == precise ]]; then
18
18
sudo -E add-apt-repository -y ppa:travis-ci/zero-mq
You can’t perform that action at this time.
0 commit comments