不能安裝到指定的/usr/local/redis目錄
只能安裝到默認的src下
[root@script redis-3.2.9]# make PREFIX=/usr/local/redis install
cd src && make install
make[1]: Entering directory `/root/redis-3.2.9/src'
Hint: It's a good idea to run 'make test' ;)
? ? INSTALL install
? ? INSTALL install
? ? INSTALL install
? ? INSTALL install
? ? INSTALL install
make[1]: Leaving directory `/root/redis-3.2.9/src'
redis這個目錄沒自動創(chuàng)建
我是后來手動創(chuàng)建
2018-06-18
輸入:make MALLOC=libc
2018-06-18
同問同問
2017-06-04
可以的,使用wget命令
2017-06-04
哦...