当前位置:Gxlcms > PHP教程 > osx-mac10.11删除自带的apache、php报错无权限

osx-mac10.11删除自带的apache、php报错无权限

时间:2021-07-01 10:21:17 帮助过:230人阅读

  1. 要在机子上装 nginx+php+myql,想删除自带的apache、php

sudo rm /usr/sbin/apachectl
override rwxr-xr-x  root/wheel restricted,compressed for /usr/sbin/apachectl? y
rm: /usr/sbin/apachectl: Operation not permitted

求怎么解决,我是准备用,homebrew 安装 nginx、php
如果不删除自带的 apache、php 对用 homebrew 新安装的 nginx、php 有影响吗?

回复内容:

  1. 要在机子上装 nginx+php+myql,想删除自带的apache、php

sudo rm /usr/sbin/apachectl
override rwxr-xr-x  root/wheel restricted,compressed for /usr/sbin/apachectl? y
rm: /usr/sbin/apachectl: Operation not permitted

求怎么解决,我是准备用,homebrew 安装 nginx、php
如果不删除自带的 apache、php 对用 homebrew 新安装的 nginx、php 有影响吗?

不要删除系统自带的,不会影响homebrew安装

你可以设置一下PATH系统变量,把/usr/local的东西放到/usr之前

就算你删除了系统自带的,下次系统升级多半又给你装上了

关闭rootless就可以删掉了,不过这样不安全
我的系统就是共存的,好像没啥事情
rootless关闭方法见:http://www.macx.cn/thread-2167166-1-5.html

人气教程排行