タグ付けされた質問 「homebrew」

HomebrewはmacOSおよびLinux用のパッケージマネージャーで、多くのパッケージをインストールするための簡単なインターフェイスを提供します。これは、既存のシステムとうまく連動し、システムに干渉しないように構築されています。完全にGitとRubyの上に構築されており、ニーズに合わせて簡単にカスタマイズできます。Homebrewのデバッグヘルプには、少なくとも「brew doctor」の出力の詳細を含める必要があります。

9
gem eventmachine fatal error: 'openssl / ssl.h' file not found
El Capitanをインストールしたばかりで、gemをインストールできませんeventmachine 1.0.7。opensslにあり1.0.2a-1ます。使用しようとしました--with-ssl-dirが、無視されているようです。 彼らのgithubリポジトリにも報告しました。 どんな提案も本当に感謝しています。ありがとう。 $ ls /usr/local/Cellar/openssl/1.0.2a-1/include/openssl/ssl.h /usr/local/Cellar/openssl/1.0.2a-1/include/openssl/ssl.h $ gem install eventmachine -v '1.0.7' -- --with-ssl-dir=/usr/local/Cellar/openssl/1.0.2a-1/include /Users/pain/.rbenv/versions/2.1.2/bin/ruby -r ./siteconf20150612-56154-1hsjz2n.rb extconf.rb --with-ssl-dir=/usr/local/Cellar/openssl/1.0.2a-1/include checking for rb_trap_immediate in ruby.h,rubysig.h... no checking for rb_thread_blocking_region()... yes checking for ruby/thread.h... yes checking for rb_thread_call_without_gvl() in ruby/thread.h... yes checking for inotify_init() in sys/inotify.h... no checking for …

10
Rubyバンドルシンボルが見つかりません:_SSLv2_client_method(LoadError)
私は自作を使用してopensslにいくつかの更新を行おうとしていたのですが、何とかしてすべてを壊しました。今は何もできません。これをバンドルインストールしようとすると、次のようになります。 $ bundle install /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle, 9): Symbol not found: _SSLv2_client_method (LoadError) Referenced from: /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle Expected in: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib in /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle - /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/openssl.rb:17:in `<top (required)>' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/security.rb:11:in `<top (required)>' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/asServer/.rbenv/versions/2.1.2/lib/ruby/2.1.0/rubygems/package.rb:43:in `<top (required)>' …


4
homebrew、macports、またはその他のパッケージインストールツールの違い/使用法は何ですか?[閉まっている]
閉まっている。この質問はスタックオーバーフローのガイドラインを満たしていません。現在、回答を受け付けていません。 この質問を改善してみませんか?Stack Overflowのトピックとなるように質問を更新します。 5年前休業。 この質問を改善する 最近UbuntuからMacに切り替えました。sudo apt-getUbuntuにはMacには便利な機能がないのでがっかりしました。私は自作を使用するべきだと聞きましたが、自作またはmacportsが何をするか正確にわかりませんか?
238 homebrew  macports  apt 

24
Virtualenvsの壊れた参照
最近、他のいくつかのアプリケーション(ターミナルではなくiTermに変更し、デフォルトのテキストエディターとしてSublimeに変更しました)とともに多数のドットファイルをMacにインストールしましたが、それ以降、.virtualenvs内のフォルダーがすべての仮想環境で機能しなくなりましたそれらはまだそこにあり、それらの中で何かを実行しようとするといつでも次のエラーを出します: dyld: Library not loaded: @executable_path/../.Python Referenced from: /Users/[user]/.virtualenvs/modclass/bin/python Reason: image not found Trace/BPT trap: 5 dotfilesに関連するすべてのファイルを削除し、.bash_profileを以前の状態に復元しましたが、問題は解決しません。問題を診断したり、簡単な方法で解決したりする方法はありますか(たとえば、すべてのvirtualenvをもう一度作成する必要がない)。

12
OSXにHomebrewをインストールする方法は?
OSXにHomebrewをインストールしようとしています。 Homebrewサイトによると、私は入力する必要があります brew install wget そして私が得るすべては -bash: brew: command not found StackOverflowを検索したところ、この答えが見つかりました。ただし、問題はに表示さbrewれないことです/usr/local/bin。 そのため、次の行も.bashrcファイルに追加しました export PATH=/usr/local/bin:$PATH しかし、まだcommand not foundエラーが発生します。 HomebrewをOS Xにインストールするにはどうすればよいですか?
213 macos  bash  install  homebrew 

12
Brewの更新に失敗しました:追跡されていない作業ツリーファイルがマージによって上書きされます
Homebrewを更新しようとするとbrew update、次のエラーが発生しました error: The following untracked working tree files would be overwrittenby merge: Library/Formula/argp-standalone.rb Library/Formula/cocot.rb Please move or remove them before you can merge. Aborting Updating e088818..5909e2c Error: Failed while executing git pull origin refs/heads/master:refs/remotes/origin/master 私はマウンテンライオンをインストールした後に同様の問題を経験した人によるブログ投稿を見つけました(今週も私が行いました)。エラーメッセージで言及されているファイルを削除した方法を説明します I removed these files: $ cd $(brew --prefix) $ rm cocot.rb However, removing these …
207 homebrew 

5
自作でimagemagickをインストールするにはどうすればよいですか?
OSX LionにImagemagickをインストールしようとしていますが、期待どおりに動作しません。 -> brew install imagemagick /usr/local/git/bin/git ==> Cloning https://github.com/adamv/ImageMagick.git Cloning into /Users/klebershimabuku/Library/Caches/Homebrew/imagemagick--git... fatal: https://github.com/adamv/ImageMagick.git/info/refs not found: did you run git update-server-info on the server? Error: Failure while executing: git clone --depth 1 https://github.com/adamv/ImageMagick.git /Users/kleber/Library/Caches/Homebrew/imagemagick--git 醸造医師は言う: -> brew doctor We couldn't detect gcc 4.0.x. Some formulae require this compiler. Some …
201 git  gcc  homebrew  osx-lion  gcc4 

4
Homebrew:エラー:update-reportを直接呼び出さないでください
実行するbrew updateと、次のようになります。 /usr/local/Library/brew.sh: line 32: /usr/local/Library/ENV/scm/git: No such file or directory /usr/local/Library/brew.sh: line 32: /usr/local/Library/ENV/scm/git: No such file or directory [etc..] Error: update-report should not be called directly! 呼び出しbrew configは次のように報告します。 HOMEBREW_VERSION: 0.9.9 ORIGIN: https://github.com/Homebrew/brew.git HEAD: 90e84453f9adda65de6b9274987d06e46caa5d37 Last commit: 4 hours ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 05ce2548bad01807c6be2aece21ab70d221755e6 Core …
192 homebrew 


19
brewでインストールされたPythonをデフォルトのPythonとして使用するにはどうすればよいですか?
Mac OS X 10.6.2で(finkとmacportを使用した後で)Homebrewに切り替えようとしました。私はPython 2.7をインストールしました brew install python 問題は、Macportとは対照的に、python_selectユーティリティがないようで、私のデフォルトのMac Pythonは常にデフォルトです which python ください /usr/bin/python かつ/usr/bin/pythonシンボリックリンクではありません python brewフレーバーをデフォルトのpythonにするにはどうすればよいですか?
185 python  homebrew 

6
Postgres-致命的:データベースファイルはサーバーと互換性がありません
MacBook Proを再起動した後、データベースサーバーを起動できません。 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"? ログを確認すると、次の行が繰り返し表示されます。 FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 9.2, which is not compatible with this version …



6
Homebrewで数式を更新するにはどうすればよいですか?
数式を更新するにはどうすればよいですか? 走りましたbrew update。次に、を実行brew outdatedして出力します。 mongodb (1.4.3-x86_64 < 1.6.5-x86_64) したがって、mongodb時代遅れです。 どうすればアップグレードできますか?アンインストールしてからインストールするだけですか?
164 homebrew  formula 

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.