Axel Etzold wrote: > I re-installed jruby from source, untarring file jruby-1.1.3.tar.gz with ant (as done previously). > These are some of my data (all on Ubuntu 8.04): > > axel@alecrim:~$ java -version > java version "1.6.0_0" > OpenJDK Runtime Environment (build 1.6.0_0-b11) > OpenJDK Server VM (build 1.6.0_0-b11, mixed mode) > axel@alecrim:~$ jruby -version > jruby 1.1.3 (ruby 1.8.6 patchlevel 114) (2008-08-20 rev 6586) [i386-java] > -e:1: undefined local variable or method `rsion' for main:Object (NameError) > axel@alecrim:~$ jruby --version > jruby 1.1.3 (ruby 1.8.6 patchlevel 114) (2008-08-20 rev 6586) [i386-java] Try "jruby -S gem install profligacy" and stop by #jruby if it still doesn't work. Seem like it's just a setup issue. - Charlie