I recently downgraded from ruby 1.8.7-p72 to 1.8.6-p287 and now whenever
i try to access the mysqldatabase my rails server (WEBrick) crashes with
the following error:
ruby: symbol lookup error:
/usr/lib/ruby/site_ruby/1.8/i686-linux/mysql.so: undefined symbol:
rb_str_set_len
i first thought it was some sort of linking error or something due to
the downgrade, but i just made another DB from scratch and keep getting
the same result.
Does anyone have an idea of what could be the problem or how to fix it?
-R