在 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
만 추가하면 괜찮습니다