From: Andrea Aaa on
I've tried from NetBeans to install sqlite gems, but I always got the
same error message:

JRuby limited openssl loaded. gem install jruby-openssl for full
support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.

C:/Programmi/NetBeans 6.1/ruby2/jruby-1.1/bin/jruby.bat.exe extconf.rb
install sqlite3-ruby --no-rdoc --no-ri --version > 0


Gem files will remain installed in C:/Programmi/NetBeans
6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2 for
inspection.
Results logged to C:/Programmi/NetBeans
6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2/ext/sqlite3_api/gem_make.out


What do I have to do to use sqlite gems? I'm new with ruby so maybe it's
a stupid problem.

Thanks to everyone
--
Posted via http://www.ruby-forum.com/.

From: Andrea Aaa on
Daniel Bye wrote:
> On Thu, Jul 10, 2008 at 12:11:28AM +0900, Andrea Aaa wrote:
>> C:/Programmi/NetBeans 6.1/ruby2/jruby-1.1/bin/jruby.bat.exe extconf.rb
>> What do I have to do to use sqlite gems? I'm new with ruby so maybe it's
>> a stupid problem.
>
> You can't use native extensions under JRuby yet. You will either need to
> install and use a native Ruby environment (how you do this depends on
> your OS), or select a different database backend - postgresql has a pure
> Ruby driver available, off the top of my head...
>
> Dan


Ok so what should I do with windows XP to run application with NetBeans
using those gems?

Thanks

Andrea
--
Posted via http://www.ruby-forum.com/.