Undefined symbol: rb_str_set_len

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

Probably because your mysql gem has been built against 1.8.6. I’d try
reinstalling the mysql gem.

Fred

Sent from my iPhone

On 24 Nov 2008, at 19:18, Rene Cienfuegos
<[email protected]

I tried that too, but didn’t work.

The thing that i did right after i posted the message was to remove the
mysql.so in /usr/lib/ruby/site_ruby/1.8/i686-linux/ probably not the
best solution, but it worked.

thanks for the answer

-R