Running Slackcat
yeffel opened this issue · 1 comments
I have tried to install slackcat and receive the following error when executing it form the command line:
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in require': cannot load such file -- httmultiparty (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in
require'
from ./slackcat:3:in `
Is there any suggestions on how to resolve this error?
@yeffel How did you install? If you installed as gem install slackcat
(recommended) all dependencies should be fulfilled. If you cloned the repo, you will need to run bundle install
.
If you did one of these things and the httpmultiparty
dependency is still not found, it is likely a problem with your ruby installation. Can you check the location of installed gem dependencies?