I was trying out rufus/edo today after installing Tokyo Cabinet. and I kept getting the following error
/usr/local/lib/site_ruby/1.8/i486-linux/tokyocabinet.so: libtokyocabinet.so.9: cannot open shared object file: No such file or directory - /usr/local/lib/site_ruby/1.8/i486-linux/tokyocabinet.so (LoadError) from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' from test.rb:1
The solution was to modify the LD_LIBRARY_PATH to include /usr/local/lib
#~/.bashrc export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Tags: edo, error, Ruby, tokyo cabinet