mac os升級到10.12.5後,編譯PHP擴充無權限?
最後一步報錯
sudo make install
Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20131226/
cp: /usr/lib/php/extensions/no-debug-non-zts-20131226/#INST@79807#: Operation not permitted
make: *** [install-modules] Error 1
出现了没权限,我打算将/usr/lib/php/extensions/权限修改为777,
但是
sudo chmod -R 777 extensions/
Password:
chmod: Unable to change file mode on extensions/: Operation not permitted
已经是root身份操作,有没有遇到的??
可能是文件被 chattr 為不可修改了。用 lsattr 指令查看一下。