From: Fabian Streitel Date: 2009-09-08T20:22:13+09:00 Subject: Re: How to convert a "normal" searchstring into regexp --00504502ca878d0f1704730f2c10 Content-Type: text/plain; charset=ISO-8859-1 that would probably be a good idea for a gem, although I'd do it with a real parser and tokenizer, as that offers much more safety than regexps and would also be backwards compatible with 1.8.* Greetz! 2009/9/7 Kioko -- > Robert Klemme wrote: > > It's the Ruby version. You need Oniguruma which is default in 1.9 and I > > believe it is just optional in 1.8.7. I tested with 1.9.1. Sorry for > > the confusion. > > ok.. after some more deeper investigation I found that I got 1.8.7 and > 1.9.0.2 installed at the same time. > After purging the old version, reinstalling 1.9, getting even more > errors about libraries, purging and reinstalling 1.9 a second time I > found a problem in my libruby1.9.so so I purged it too and reinstalled > it. > > Now it works great and I'm very happy :) > > Thank you very much! > -- > Posted via http://www.ruby-forum.com/. > > --00504502ca878d0f1704730f2c10--