ruby-on-rails – 安装rmagick时出错(2.16.0)[我尝试了Duplicate
发布时间:2020-12-17 01:51:53 所属栏目:百科 来源:网络整理
导读:我在Ubuntu 16.04, 在gemfile中我有宝石“rmagick”,当我捆绑它说 An error occurred while installing rmagick (2.16.0),and Bundler cannotcontinue.Make sure that `gem install rmagick -v '2.16.0'` succeeds before bundling. 正如上面提到的那样,当我
我在Ubuntu 16.04,
在gemfile中我有宝石“rmagick”,当我捆绑它说 An error occurred while installing rmagick (2.16.0),and Bundler cannot continue. Make sure that `gem install rmagick -v '2.16.0'` succeeds before bundling. 正如上面提到的那样,当我尝试使用gem install rmagick -v’2.16.0’时,它说 Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. current directory: /home/faisal/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rmagick-2.16.0/ext/RMagick /home/faisal/.rbenv/versions/2.3.1/bin/ruby -r ./siteconf20160926-26223-16sn0dg.rb extconf.rb checking for gcc... yes checking for Magick-config... no checking for pkg-config... yes Package MagickCore was not found in the pkg-config search path. Perhaps you should add the directory containing `MagickCore.pc' to the PKG_CONFIG_PATH environment variable No package 'MagickCore' found checking for outdated ImageMagick version (<= 6.4.9)... *** 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=/home/faisal/.rbenv/versions/2.3.1/bin/$(RUBY_BASE_NAME) To see why this extension failed to compile,please check the mkmf.log which can be found here: /home/faisal/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/extensions/x86_64-linux/2.3.0-static/rmagick-2.16.0/mkmf.log extconf failed,exit code 1 Gem files will remain installed in /home/faisal/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rmagick-2.16.0 for inspection. Results logged to /home/faisal/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/extensions/x86_64-linux/2.3.0-static/rmagick-2.16.0/gem_make.out 我已经尝试过在不同问题中提供的十几种不同的方法,但没有任何工作. 解决方法
在MacOS中,您可以这样做:
brew unlink imagemagick brew install imagemagick@6 && brew link imagemagick@6 --force (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |