So I followed every suggestion in this thread
without success. I\'m running os x 10.6, rails 2.3.3, ruby 1.9.1 and still getting this error when I try accessing the
ennuikillers' answer worked for me. I'll add that I did this on a mac (running snow leopard) and /usr/local/lib/libsqlite3.dylib already existed and was symlinked to the wrong thing.
I had to add the line: sudo rm /usr/local/lib/libsqlite3.dylib
before the symlink line.