1
現在、私は基本的なOSで作業しており、レールにバンドルインストールをバンドルできません。この問題はrjb 1.4.9をインストールできませんでした。 Java_Homeが設定されていないと言われても、私はそのパスで見つけることができます。Linux上でrjb1.4.9をインストールできない状態でjava_homeが設定されていない
$JAVA_HOME
bash: /usr/lib/jvm/java-1.8.0-openjdk-amd64/: Is a directory
Building native extensions. This could take a while...
ERROR: Error installing rjb:
ERROR: Failed to build gem native extension.
current directory: /var/lib/gems/2.3.0/gems/rjb-1.4.9/ext
/usr/bin/ruby2.3 -r ./siteconf20161026-13902-19etf2h.rb extconf.rb
*** 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/bin/$(RUBY_BASE_NAME)2.3
extconf.rb:53:in `<main>': JAVA_HOME is not set. (RuntimeError)
extconf failed, exit code 1
Gem files will remain installed in /var/lib/gems/2.3.0/gems/rjb-1.4.9 for inspection.
Results logged to /var/lib/gems/2.3.0/extensions/x86_64-linux/2.3.0/rjb-1.4.9/gem_make.out
は$ JAVA_HOME >> exported <<ですか? $ JAVA_HOMEを印刷したシェルと同じシェルでビルドを実行していますか? –
はい私は同じシェルで実行しています。 – TheAkbar
エクスポートしましたか? –