2014-05-02 86 views
0

尝试安装红宝石OCI8 JRuby的宝石。它给了我下面的错误安装Ruby-OCI8使用JRuby

我试着使用export JRUBY_OPTS="--1.9 -Xcext.enabled=true"跟没有运气其他类似的问题建议。


$ jruby -S gem install ruby-oci8 
Fetching: ruby-oci8-2.1.7.gem (100%) 
Building native extensions. This could take a while... 
ERROR: Error installing ruby-oci8: 
ERROR: Failed to build gem native extension. 

/home/user/.rvm/rubies/jruby-1.7.5/bin/jruby extconf.rb 
/home/user/.rvm/rubies/jruby-1.7.5/lib/ruby/shared/mkmf.rb:14: Use RbConfig instead of obsolete and deprecated Config. 
mkmf.rb can't find header files for ruby at /home/user/.rvm/rubies/jruby-1.7.5/lib/native/include/ruby/ruby.h 


Gem files will remain installed in /home/oracle/.rvm/gems/jruby-1.7.5/gems/ruby-oci8-2.1.7 for inspection. 
Results logged to /home/oracle/.rvm/gems/jruby-1.7.5/gems/ruby-oci8-2.1.7/ext/oci8/gem_make.out 

回答