4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacにXdebug入れようとしたらSudoでもOperation not permittedになる事案が発生

Last updated at Posted at 2018-02-28

以下の手順にしたがってXdebugを入れようとしたら

【手順】PHPのデバッグで便利なXdebugをMacに入れてみました | Mobile First Marketing Labo
http://www.aiship.jp/knowhow/archives/25695

Xdebugのウィザードhttps://xdebug.org/wizard.php
で指示される


$ cp modules/xdebug.so /usr/lib/php/extensions/no-debug-non-zts-20160303

というコマンドを実行しようとしたら権限が無いと言われる。


$ sudo cp modules/xdebug.so /usr/lib/php/extensions/no-debug-non-zts-20160303

でも無理。
どうも最新のMacOSXでは/usr/以下の編集にロックがかかっているようだ。

ということで以下の記事を参考にロック解除。無事にXdebugを入れられました。

EI Capitanでsudo付けているOperation not permittedが出た時の対処法 - いつかエンジニアになりたい
http://berukann.hatenablog.jp/entry/2015/12/30/123020

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?