Questions tagged «homebrew»

Homebrew是适用于macOS和Linux的软件包管理器,它提供了一个轻松的界面来安装许多软件包。它被构建为可以与您现有的系统很好地兼容,并且不会对其造成干扰。它完全基于Git和Ruby构建,并且可以轻松定制以满足您的需求。关于Homebrew的调试帮助至少应包括“ brew doctor”输出的详细信息。


30
如何在Mac OS X上启动PostgreSQL服务器?
最后更新: 我忘记了运行initdb命令。 </最终更新> 通过运行此命令 ps auxwww | grep postgres 我看到postgres没有运行 > ps auxwww | grep postgres remcat 1789 0.0 0.0 2434892 480 s000 R+ 11:28PM 0:00.00 grep postgres 这提出了一个问题:如何启动postgresql服务器? 更新: >pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start server starting sh: /usr/local/var/postgres/server.log: No such file or directory 更新2: 触摸不成功,所以我改为这样做: > mkdir /usr/local/var/postgres …

26
如何修复自制权限?
我现在已经卸载和安装了3次Homebrew,因为它似乎永远不允许我安装任何东西,因为它在大多数安装结束时都会拒绝我的许可。 作为示例,我将发布当前面临的这个libjpeg下载方案。 我尝试安装libjpeg并获取: $ brew install libjpeg ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/jpeg-8d.mountain_lion.bottle.1.tar.gz Already downloaded: /Library/Caches/Homebrew/jpeg-8d.mountain_lion.bottle.1.tar.gz ==> Pouring jpeg-8d.mountain_lion.bottle.1.tar.gz Warning: Could not link jpeg. Unlinking... Error: The brew link step did not complete successfully The formula built, but is not symlinked into /usr/local You can try again using `brew link jpeg' Error: Permission …
601 macos  homebrew  libjpeg 

18
nvm在新的终端会话中保留“忘记”节点
在OS X中使用新的终端会话时,会nvm忘记节点版本,并且默认为空: $ nvm ls: .nvm v0.11.12 v0.11.13 我必须nvm use v.0.11.13在每节课中不断努力: .nvm v0.11.12 -> v0.11.13 我已经尝试了brew安装以及官方安装脚本。 我.profile的酿造版本: #nvm export NVM_DIR=~/.nvm source $(brew --prefix nvm)/nvm.sh 对于install.sh脚本: $ curl https://raw.githubusercontent.com/creationix/nvm/v0.10.0/install.sh | bash #nvm export NVM_DIR="/Users/farhad/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm 关于我在做什么错的任何线索吗?
544 node.js  macos  npm  homebrew  nvm 

5
安装最新版本的OS X(Yosemite或El Capitan)后缺少pg_tblspc
我在OS X中使用来自自制软件的postgres,但是当我重新启动系统时,有时在重新启动后postgres不会启动,因此我手动尝试用来启动它postgres -D /usr/local/var/postgres,但是随后出现了以下消息,错误FATAL: could not open directory "pg_tblspc": No such file or directory。 上一次发生时,我无法将其恢复为原始状态,因此我决定卸载整个postgres系统,然后重新安装它并创建了用户,表,数据集等。它经常在我的系统上发生,例如几个月一次。 那么为什么它pg_tblspc经常丢失文件?还有什么我可以做的以避免文件丢失的事情? 我尚未将自制软件和postgres升级到最新版本(即,我一直在使用相同的版本)。另外,我在postgres数据库上所做的所有事情都是每天删除表并填充新数据。我尚未更改用户名,密码等... 编辑(mbannert):我觉得有必要添加它,因为线程是该问题在Google上的热门话题,而且许多症状是不同的。自制软件可能会遇到此错误消息: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 因此,如果您是在优胜美地升级后刚刚经历的,现在就可以阅读本主题。

30
Postgres无法连接到服务器
在进行brew更新和brew升级后,我的postgres遇到了一些问题。我尝试卸载postgres并重新安装,但效果不佳。 这是错误消息。(当我尝试进行rake db:migrate时,我也收到此错误消息) $ psql psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 我该如何解决? Mac版本:美洲狮。 自制版本:0.9.3 postgres版本:psql(PostgreSQL)9.2.1 这就是我所做的。 12:30 ~/D/works$ brew uninstall postgresql Uninstalling /usr/local/Cellar/postgresql/9.2.1... 12:31 ~/D/works$ brew uninstall postgresql Uninstalling /usr/local/Cellar/postgresql/9.1.4... 12:31 ~/D/works$ …

5
brew更新:以下未跟踪的工作树文件将被merge覆盖:
我尝试运行brew update,但是如果合并,将会收到关于本地更改的错误信息。我尝试进行本地更改(不记得做任何更改,但是已经有一段时间了),这使情况变得更糟。 这是输出: MBP:Library User$ sudo brew update error: The following untracked working tree files would be overwritten by merge: Library/Aliases/fastcgi Library/Aliases/htop Library/Aliases/nodejs Library/Aliases/ocio Library/Aliases/oiio Library/Aliases/pgrep Library/Aliases/pkill Library/Contributions/cmds/brew-beer.rb Library/Contributions/cmds/brew-dirty.rb Library/Contributions/cmds/brew-graph Library/Contributions/cmds/brew-grep Library/Contributions/cmds/brew-leaves.rb Library/Contributions/cmds/brew-linkapps.rb Library/Contributions/cmds/brew-man Library/Contributions/cmds/brew-mirror-check.rb Library/Contributions/cmds/brew-missing.rb Library/Contributions/cmds/brew-pull.rb Library/Contributions/cmds/brew-readall.rb Library/Contributions/cmds/brew-server Library/Contributions/cmds/brew-services.rb Library/Contributions/cmds/brew-switch.rb Library/Contributions/cmds/brew-test-bot.commit.html.erb Library/Contributions/cmds/brew-test-bot.css Library/Contributions/cmds/brew-test-bot.index.html.erb Library/Contributions/cmds/brew-test-bot.rb Library/Contributions/cmds/brew-tests.rb Library/Contributions/cmds/brew-unpack.rb Library/Contributions/cmds/brew-which.rb Library/Contributions/install_homebrew.rb Library/Formula/abcl.rb …
369 git  homebrew 

15
自制程序:无法符号链接,/ usr / local / bin不可写[关闭]
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗? 更新问题,使其成为Stack Overflow 的主题。 10个月前关闭。 在安装时tig,HomeBrew在安装依赖项时显示以下问题: Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/a2x /usr/local/bin is not writable. You can try again using: brew link asciidoc
361 homebrew 

19
Brew医生说:“警告:/ usr / local / include不可写。”
酿酒医生说: 警告:/ usr / local / include不可写。如果您使用的不是由Homebrew管理的“ sudo make install”软件,则可能会发生这种情况。 如果brew尝试将头文件写入此目录,则在链接步骤期间安装将失败。 您可能应该chown/ usr / local / include 我尝试了不同的命令来解决此问题,但我仍然停留在这里。 我在10.8.2上运行自制程序
352 macos  homebrew 

15
brew在macOS上安装mysql
我正在尝试使用Homebrew在Mac OS 10.6上设置MySQL brew install mysql 5.1.52。 一切顺利,我也成功了mysql_install_db。 但是,当我尝试使用以下方法连接到服务器时: /usr/local/Cellar/mysql/5.1.52/bin/mysqladmin -u root password 'mypass' 我得到: /usr/local/Cellar/mysql/5.1.52/bin/mysqladmin:连接到“ localhost”服务器 失败的错误:“对用户'root'@'localhost'的访问被拒绝(使用密码:否)' 我也尝试过访问mysqladmin or mysql using -u root -proot, 但是使用或不使用密码都无法使用。 这是一台全新机器上的全新安装,据我所知,必须使用root用户密码才能访问该新安装。我也尝试过: /usr/local/Cellar/mysql/5.1.52/bin/mysql_secure_installation 但我也得到 错误1045(28000):用户'root'@'localhost'的访问被拒绝(使用密码:NO)

10
卸载/删除Homebrew软件包,包括其所有依赖项
我有自制酒公式,希望与所有依赖关系一起卸载/删除,跳过其他软件包所依赖的软件包(也称为“ 软件包管理器”中的级联软件包删除)。 例如卸载软件包a取决于软件包b&c,其中软件包d也取决于软件包c。结果应同时卸载a&b跳过c。 我怎样才能做到这一点? 必须有一种方法可以卸载软件包而不会留下不必要的垃圾。
338 macos  homebrew 

9
如何避免OSX上的自制软件“无法加载此类文件-utils / popen”
brew在终端中运行时出现错误 : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- utils/popen (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/local/Library/Homebrew/utils.rb:6:in `<top (required)>' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/local/Library/Homebrew/global.rb:9:in `<top (required)>' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/local/Library/brew.rb:16:in `<main>' 这些是我的宝石设置: - RUBYGEMS VERSION: 2.0.14 - RUBY VERSION: 2.0.0 (2014-02-24 patchlevel 451) [universal.x86_64-darwin13] …
327 ruby  macos  rubygems  homebrew 




By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.