2011-01-29

No Ruby bindings for Xapian installed

I recently upgraded ruby 1.8.7 to patch 330 via rvm and I started getting the error "No Ruby bindings for Xapian installed".

So I'm guessing the ruby bindings are specific to the ruby version, down to patchlevel...?


Resolved by first uninstalling xapian

brew uninstall xapian

and then re-installing with the --ruby flag set again

brew install xapian --ruby

1 comments:

  1. ah, exactly what I needed, thanks!

    ReplyDelete