Mac OS 10.9.3에 Nokogiri를 설치하려고하는데 시도한 결과에 관계없이 다음 오류 메시지와 함께 설치가 실패합니다.
$ sudo gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib
Building native extensions with: '--with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib'
This could take a while...
Building nokogiri using packaged libraries.
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib
Building nokogiri using packaged libraries.
checking for iconv.h... yes
checking for iconv_open() in iconv.h... no
checking for iconv_open() in -liconv... no
checking for libiconv_open() in iconv.h... no
checking for libiconv_open() in -liconv... no
-----
libiconv is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
-----
*** 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
--enable-static
--disable-static
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--enable-cross-build
--disable-cross-build
Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.2.1 for inspection.
Results logged to /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.2.1/ext/nokogiri/gem_make.out
" Nokogiri 설치 "에 설명 된대로 소스에서 brew 및 libiconv 빌드를 사용하여 libxml2 및 libxslt 빌드 및 설치를 포함하여 웹에서 많은 도움을 얻은 후에도 오류는 동일하게 유지됩니다.
Nokogiri에 대한 설치를 실행하려고 할 때 libxml2 및 libxslt는 잘 보이지만 libiconv는 아닙니다.
이러한 것들에 대해 잘 알고있는 사람이라면 누구나 노코 기리 설치 방법을 알고 있습니까?
sudo gem install nokogiri
". sudo
gem을 설치하거나 기본 Ruby를 수정하는 데 사용하지 마십시오 . 대신 rbenv 또는 RVM을 사용하여 별도의 Ruby를 관리하십시오. 이것은 스택 오버플로에서 여러 번 다루어집니다.
gem install nokogiri
하지만 RVM을 사용하여 Mac OS Ruby 설치를 관리합니다. libxml 및 libxslt는 iconv와 관련이 없으므로 지원 포럼 인 Nokogiri-talk에 대해 질문하는 것이 좋습니다 . Nokogiri를 설치할 때 iconv 문제가 있다는 것을 기억하지 못하고 많은 컴퓨터에 있습니다.