[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

install oniguruma "No definition for oregexp_initialize "

Mike Mike

1/21/2009 5:29:00 AM

when I run "gem install oniguruma".

get the message "No definition for oregexp_initialize "

how to initialize oregexp?
--
Posted via http://www.ruby-....

1 Answer

Alex Fenton

1/21/2009 12:57:00 PM

0

Mike Mike wrote:
> when I run "gem install oniguruma".
>
> get the message "No definition for oregexp_initialize "
>
> how to initialize oregexp?

I think this means you need to install the oniguruma C library and its
headers. You don't say what platform you're on, so it's hard to be more
specific about how to do that.

Alternatively, you could use Ruby 1.9.1 which has oniguruma built-in, as
well as other features to make working with encodings easier (one of the
main reasons for using Oniguruma previously).

alex