search

Home  >  Q&A  >  body text

centos安装redis出错

$ 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

上面没有问题

执行到make install语句就报错


sudo make install也不行

麻烦了

sudo ls /root/

su
make
install

我想大声告诉你我想大声告诉你2768 days ago741

reply all(3)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-04-25 09:05:27

    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.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-25 09:05:27

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

    reply
    0
  • 習慣沉默

    習慣沉默2017-04-25 09:05:27

    ./configuremake是不需要root身份执行的,但是make install一定要,因为是安装到系统目录。
    sudo都不行?发一下sudo make installScreenshot of failure.

    reply
    0
  • Cancelreply