Hello,
After intalling raspell my rails ap dumps core with:
ruby:/usr/local/lib/ruby/gems/1.8/gems/raspell-1.1/lib/raspell.so: undefined symbol 'new_aspell_config'
lazy binding failed!
This is because libstdc++ and libaspell are not linked into the raspell.so.
The following patch to extconf.rb fixes raspell.so so it works on OpenBSD:
--- extconf.rb.orig Tue Feb 26 12:03:53...
2008-02-26 20:05:10 UTC in raspell