I am trying to running Taps in JRuby, but it always fail. It seems there's something wrong with the SQLite3:
taps server sqlite:///my-db.sqlite3 user passwd
/usr/bin/java: symbol lookup error: ~/.rvm/gems/jruby-1.6.7.2/gems/sqlite3-1.3.6/lib/sqlite3/sqlite3_native.so: undefined symbol: rb_check_safe_obj
Is there any body get stuck in this like me?
Thanks.