前提・実現したいこと
・最終目標 centos7.7にredmineを構築
困っていること
・bundle install --without development test --path vendor/bundle
上記コマンドにてエラーが発生。
発生している問題・エラーメッセージ
bundle install --without development test --path vendor/bundleを実行すると下記エラーが発生する。
An error occurred while installing rmagick (2.16.0), and Bundler cannot continue. Make sure that `gem install rmagick -v '2.16.0' --source 'https://rubygems.org/'` succeeds before bundling.
試したこと
①gem install rmagick -v '2.16.0' --source 'https://rubygems.org/
発生している問題・エラーメッセージ
Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. current directory: /usr/local/lib/ruby/gems/2.6.0/gems/rmagick-2.16.0/ext/RMagick /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200413-23316-1dtyzn7.rb extconf.rb checking for gcc... yes checking for Magick-config... yes *** 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=/usr/local/bin/$(RUBY_BASE_NAME) extconf.rb:189:in ``': No such file or directory - which (Errno::ENOENT) from extconf.rb:189:in `has_graphicsmagick_libmagick_dev_compat?' from extconf.rb:66:in `configure_compile_options' from extconf.rb:16:in `initialize' from extconf.rb:548:in `new' from extconf.rb:548:in `<main>' To see why this extension failed to compile, please check the mkmf.log which can be found here: /usr/local/lib/ruby/gems/2.6.0/extensions/x86_64-linux/2.6.0-static/rmagick-2.16.0/mkmf.log extconf failed, exit code 1 Gem files will remain installed in /usr/local/lib/ruby/gems/2.6.0/gems/rmagick-2.16.0 for inspection. Results logged to /usr/local/lib/ruby/gems/2.6.0/extensions/x86_64-linux/2.6.0-static/rmagick-2.16.0/gem_make.out
現在調べていること
centos7.7でのrmagick-2.16.0まわりの必要ライブラリが足りていないのではと推測し、
yum -y install でライブラリをインストールできないか調査中です。
全く別問題の可能性もあるのでご教授いただければ幸いです。
また、必要なログ等ありましたら取得しますのでご指示ください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/12 17:00