ฉันพยายามจะติดตั้ง Nokogiri บน Mac OS 10.9.3 และไม่ว่าฉันจะพยายามอะไรการติดตั้งจะล้มเหลวในที่สุดด้วยข้อความแสดงข้อผิดพลาดต่อไปนี้:
$ 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
หลังจากติดตามความช่วยเหลือมากมายที่พบในเว็บรวมถึงการสร้างและติดตั้ง libxml2 และ libxslt โดยใช้การสร้างและการสร้าง libiconv จากแหล่งที่มา (ดังอธิบายใน " การติดตั้ง Nokogiri ") ข้อผิดพลาดยังคงเหมือนเดิม
เมื่อพยายามเรียกใช้การติดตั้งสำหรับ Nokogiri ดูเหมือนว่า libxml2 และ libxslt จะไม่เป็นปัญหา แต่ไม่ใช่ libiconv
ทุกคนที่มีความรู้เกี่ยวกับสิ่งเหล่านี้รู้วิธีติดตั้ง Nokogiri มากขึ้น?
sudo gem install nokogiri
" อย่าใช้sudo
เพื่อติดตั้งอัญมณีหรือแก้ไขทับทิมเริ่มต้น ใช้ rbenv หรือ RVM แทนเพื่อจัดการ Ruby แยกต่างหาก มีการครอบคลุมหลายครั้งใน Stack Overflow
gem install nokogiri
แต่จากนั้นฉันใช้ RVM เพื่อจัดการการติดตั้ง Mac OS Ruby ของฉัน libxml และ libxslt ไม่เกี่ยวข้องกับ iconv ดังนั้นฉันขอแนะนำให้ถามคำถามของคุณในNokogiri-talkซึ่งเป็นฟอรัมการสนับสนุนของพวกเขา ฉันจำไม่ได้ว่ามีปัญหาไอคอนvใด ๆ เมื่อติดตั้ง Nokogiri และฉันมีปัญหากับเครื่องจำนวนมาก