在 OSX 係統裏,使用的是第三方 PHP 集成環境 MAMP,如何安裝 Redis 擴展。
根據 https://github.com/nicolasff/phpredis 的安裝方法,執行到make && make install
返回錯誤
Build complete.
Don't forget to run 'make test'.
Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20090626/
cp: /usr/lib/php/extensions/no-debug-non-zts-20090626/#INST@3299#: Permission denied
make: *** [install-modules] Error 1
這是說你權限不夠,加上
sudo
就可以了