国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

centos安裝redis出錯
我想大聲告訴你
我想大聲告訴你 2017-04-25 09:03:27
0
3
866

$ wget http://download.redis.io/releases/redis-3.2.1.tar.gz
$ tar xzf redis-3.2.1.tar.gz
$ cd redis-3.2.1
$ make

上面沒有問題

執(zhí)行到make install語句就報錯


sudo make install也不行

麻煩了

sudo ls /root/

su
make
install

我想大聲告訴你
我想大聲告訴你

reply all(3)
我想大聲告訴你

The displayed information indicates that you do not have permission to create the file /usr/local/bin/redis-server.

  1. First, confirm whether the root user has write permissions and access permissions for the following /usr/local/bin folder.

  2. Confirm whether the file or folder redis-server already exists in this directory. Confirm the read and write permissions for this file.

洪濤

Compile and install as su
Create the installation path first and try it

習慣沉默

./configuremake是不需要root身份執(zhí)行的,但是make install一定要,因為是安裝到系統(tǒng)目錄。
sudo都不行?發(fā)一下sudo make installScreenshot of failure.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template