_bundle install
_を実行していますが、このエラーが発生しています:
_Building nokogiri using system libraries.
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/Ruby extconf.rb --use-system-libraries
Building nokogiri using system libraries.
libxml2 version 2.6.21 or later is required!
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--Ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/Ruby
--help
--clean
--use-system-libraries
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/lib
--with-libxml-2.0-config
--without-libxml-2.0-config
--with-pkg-config
--without-pkg-config
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/lib
--with-libxslt-config
--without-libxslt-config
--with-pkg-config
--without-pkg-config
--with-exslt-dir
--without-exslt-dir
--with-exslt-include
--without-exslt-include=${exslt-dir}/include
--with-exslt-lib
--without-exslt-lib=${exslt-dir}/lib
--with-libexslt-config
--without-libexslt-config
--with-pkg-config
--without-pkg-config
extconf failed, exit code 1
Gem files will remain installed in /Users/myuser/projectpath/vendor/bundle/Ruby/2.0.0/gems/nokogiri-1.6.2.rc2 for inspection.
Results logged to /Users/myuser/projectpath/vendor/bundle/Ruby/2.0.0/extensions/universal-darwin-13/2.0.0/nokogiri-1.6.2.rc2/gem_make.out
An error occurred while installing nokogiri (1.6.2.rc2), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.2.rc2'` succeeds before bundling.
_
これは何でしょうか?
チュートリアルの指示 に従ってnokogiriもインストールしましたが、奇妙なことに、gemが正常にインストールされました。 _gem list
_を実行するとnokogiri (1.6.2.1)
がありますが、_bundle install
_を実行するとエラーが表示されます。
以前のアドバイスは役に立たなかった、OS 10.9の解決策は次のとおりです。
brew install libxml2
bundle config build.nokogiri "--use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2"
bundle install
マーベリックスでは、この回避策は私のために働いた:
gem install nokogiri -- --use-system-libraries=true --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
参照: https://github.com/sparklemotion/nokogiri/issues/1099#issuecomment-43023208
Amazon Linuxでは、これら2つの開発ライブラリをインストールし、libxml2のインクルードパスを指定する必要がありました。
$ yum install libxml2-devel libxslt-devel
$ gem install nokogiri -- --use-system-libraries=true --with-xml2-include=/usr/include/libxml2/
私はnokogiriのインストールにもいくつかの問題がありました。次のパッケージをインストールしたよりもうまくいきました。
libxslt-dev
libxml2-dev
libruby1.8
libreadline-Ruby1.8
libopenssl-Ruby
libxml2
どちらが必要だったのかはわかりません。
http://nokogiri.org/tutorials/installing_nokogiri.html 。このリンクを参照して、nokogiriに必要な依存関係をインストールしてください。次にこれを実行します
bundle config build.nokogiri --use-system-libraries
bundle install
これはOS X El Capitanで機能しました:
brew install libxml2 libxslt libiconv
「brew install libxml2 libxslt libiconv」を実行した後、すでにインストールされていることがわかります。心配する必要はありません。再確認しても痛いことはありません。
Sudo gem install nokogiri -v '1.6.7' -- --use-system-libraries --with-xml2-include=/usr/include/libxml2 --with-xml2-lib=/usr/lib
bundle install
必要に応じて、nokogiriのバージョンを変更します。例えば.
Sudo gem install nokogiri -v '1.6.5' -- --use-system-libraries --with-xml2-include=/usr/include/libxml2 --with-xml2-lib=/usr/lib
Yosemite 10.10.1では、この手順は役に立たなかった(他の人に役立つかもしれません)
gem install nokogiri -- --use-system-libraries
基本的に私のローカルでの問題はlibxml2
によるものだったので、次の回避策でうまくいきました
bundle config build.nokogiri "--use-system-libraries --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2
bundle install
Yosemite 10.10では、次の手順で問題を完全に解決できました。
Sudo xcode-select -switch /Library/Developer/CommandLineTools
gem uninstall nokogiri libxml-Ruby
gem install nokogiri
このエラーは、libxml2システムライブラリが古いことを示しています。バージョン2.6.21以降が必要です。
Debian/ubuntuシステムで、nokogiriがコンパイルされ、バージョン2.9.1が表示されます
dpkg -l | grep libxml2-dev
ii libxml2-dev:AMD64 2.9.1+dfsg1-3 AMD64 Development files for the GNOME XML library
ここには3つのオプションがあります。
OSパッケージマネージャーがlibxml2ライブラリの新しいバージョンを提供しているかどうかを確認します
最新のlibxml2ソースコードをダウンロードし、コンパイルしてインストールします
解決策#3の場合、これをgemfileに入れます:gem 'nokogiri', '1.4.7'
Macの場合、失敗した理由は、最新のXcode Developer Toolsを持っていなかったためです。 Nokogiriはすでにlibxml2にパッケージ化されています。最新のXcode Developer Toolsがないため、ネイティブ拡張を構築できません。
以下を使用してXcode開発者ツールを更新するには:
xcode-select --install
その後:
gem install nokogiri
を使用して修正する場合
gem install nokogiri -- --use-system-libraries
後で同様の警告が表示される場合があります。
WARNING: Nokogiri was built against LibXML version 2.9.3, but has dynamically loaded 2.9.0
OSX 10.12(Sierra)では、これでうまくいきました:
gem install nokogiri -- --use-system-libraries=true --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2
これは古いスレッドですが、私は同様の問題にぶつかり、私の場合の解決策はこれまでに投稿されたものとはまったく異なっていました。
掘り下げた後、私はこのスレッドを見つけました: https://github.com/bundler/bundler/issues/2648#issuecomment-251248
Ruby gemとは異なるバージョンを使用するバンドラーについて説明しています。
OPの貼り付けから、バンドラーがRubyのMacシステムコピーを使用していることがわかります:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/Ruby
私の場合、宝石は醸造からのものであることがわかりました。 which gem
は/usr/local/bin/gem
シンボリックリンク/Cellar/Ruby/2.3.3/bin/gem
。私の推測では、OPのケースは同じでした。
そのため、gemとbundlerは同じRubyインストールで動作していません。これはOPがこれを見る理由を説明します:
Gem listを実行すると、nokogiri(1.6.2.1)がありますが、バンドルインストールを実行するとエラーが表示されます。
私の場合、単にgem install bundler
により、BundlerはRubyのbrewバージョンの使用を開始し、すべての問題はなくなりました。
私はこの正確な問題を抱えていました。 MacでRails環境を実行します。YosemiteからSierraにアップグレードした後、それが開始されたと思います。
問題を修正するには、xcode command line tools
。 Sierraのアップグレードでそれらが削除されたのか、何が削除されたのかわかりません。
xcode-select --install
(これにより、xcode command line tools
)
また、別の症状もあります。gitstatusのようなものは動作しません。この後、私はRails new appnameを行うことができ、それで問題ありませんでした。
この GitHubのスレッド は、Nokogiri 1.6.2をインストールするために必要なトリックを与えてくれました。
私の〜/ .gitconfigの設定は
autocrlf = input
。この設定を削除すると、nokogiriビルドは成功します。
Yosemite 10.10では、この回避策がうまくいきました。
gem install nokogiri -- --use-system-libraries
#CentOSの場合、次のことを行う必要がありました。
gem update --system
yum install libxml2-devel libxslt-devel Ruby-devel
gem install nokogiri -- --use-system-libraries