Hello everybody!
I try to install ferret gem in my local machine . It goes like this : [EMAIL PROTECTED] ~]# gem install ferret Need to update 1 gems from http://gems.rubyforge.org . complete Select which gem to install for your platform (i686-linux) 1. ferret 0.11.3 (ruby) 2. ferret 0.11.2 (ruby) 3. ferret 0.11.1 (ruby) >>1 Building native extensions. This could take a while... ruby extconf.rb install ferret creating Makefile make make install /usr/bin/install -c -m 0755 ferret_ext.so /usr/local/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib make clean Successfully installed ferret-0.11.3 Installing ri documentation for ferret-0.11.3... Installing RDoc documentation for ferret-0.11.3... But when I try to install acts_as_ferret : [EMAIL PROTECTED] ~]# gem install acts_as_ferret Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed acts_as_ferret-0.4.0 Installing ri documentation for acts_as_ferret-0.4.0... lib/index.rb:23:41: ':' not followed by identified or operator Installing RDoc documentation for acts_as_ferret-0.4.0... lib/index.rb:23:41: ':' not followed by identified or operator [EMAIL PROTECTED] ~]# Here I want to know whether both ferret and act_as_ferret installed corretly or not. Please let me explain whether I have to make any changes in my environment.rb file to enable this ferret. Thanks with Regards, Veeraa -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

