EI captain 安装软件
Posted xihuangwutong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EI captain 安装软件相关的知识,希望对你有一定的参考价值。
今天想要在本地安装mongo,所以要把本地的php安装一个拓展
官方推荐的是使用pecl来安装,我在运行sudo pecl install mongo的时候给报错了,
然后我用源码编译,在make install 的时候又给报错,
用brew install php56-mongo的时候又给报错了
让我一个懒惰的人是在是忍无可忍
主要的原因还是因为对/usr/local,/usr/bin没有权限,而且是使用sudo都没有权限
尝试用visudo添加Default tty_tickets这个不行
查找资料的过程中,有需要安装一个xcode的命令解释器 xcode-select install
这个主要是因为要调用系统的解释器来编译文件
最终找到了一个靠谱的说法,说是OSX的完整性保护
这个链接有详细的说明:http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/
这篇文章中有详细的说明怎样修改这个模式的,
这个文章的评论中说可以使用brew也可以直接的安装
这又让我查找资料,终于可以使用brew来安装了,其实也是很简单的,sudo可以把一些文件的用户修改掉
chown -R mengmeng:admin /usr/local
只用替换我的名字就可以了(mengmeng) ,可以使用groups 来查看此时的用户属于哪个用户组
参考:http://apple.stackexchange.com/questions/190169/how-to-upgrade-bash-with-brew-permission-error
目前我已经安装mongo 成功了,
这里有我参考的一些文献感兴趣的可以看看
http://apple.stackexchange.com/questions/190169/how-to-upgrade-bash-with-brew-permission-error
http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/
https://wiki.archlinux.org/index.php/sudo
https://github.com/diimdeep/dotfiles/tree/master/osx/configure(这个就是修改Default tty_tickets我使用不成功的)
https://gist.github.com/saetia/1623487/88bb6766048133d2a68403d02531ce62c46ad404
https://github.com/Homebrew/homebrew-php/issues/610
http://stackoverflow.com/questions/4763381/no-rule-to-make-target-makefile-needed-by-makefile
http://apple.stackexchange.com/questions/193368/what-is-the-rootless-feature-in-el-capitan-really
https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/El_Capitan_and_Homebrew.md
https://github.com/Homebrew/homebrew-php/issues/309
建议多看用Google,这些东西百度真的是很无力.........
以上是关于EI captain 安装软件的主要内容,如果未能解决你的问题,请参考以下文章