Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadError #3

Open
spatchola opened this issue Jun 15, 2016 · 3 comments
Open

LoadError #3

spatchola opened this issue Jun 15, 2016 · 3 comments

Comments

@spatchola
Copy link

i install daemonize but still have this error ?

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- daemons/daemonize (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /usr/bin/stompserver_ng:5:in `

'

@gmallard
Copy link
Owner

What is the output of:

ruby -v
#
gem list

@spatchola
Copy link
Author

$ ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [arm-linux-eabihf]
$ gem list
*** LOCAL GEMS ***

bigdecimal (default: 1.2.4)
bit-struct (0.15.0)
bundler (1.7.4)
daemons (1.2.3, 1.0.10)
diff-lcs (1.2.5)
eventmachine (1.2.0.1)
gccxml_gem (0.9.3)
gem_plugin (0.2.3)
hoe (3.15.0)
io-console (default: 0.4.2)
json (default: 1.8.1)
mini_portile2 (2.1.0)
minitest (default: 4.7.5)
net-http-persistent (2.9)
nokogiri (1.6.8)
onstomp (1.0.9)
pkg-config (1.1.7)
psych (default: 2.0.5)
rake (default: 10.1.0)
rbgccxml (1.0.4)
rdoc (default: 4.1.0)
rspec (3.4.0)
rspec-core (3.4.4)
rspec-expectations (3.4.0)
rspec-mocks (3.4.1)
rspec-support (3.4.1)
rubygems-update (2.6.4)
stompserver (0.9.9)
test-unit (default: 2.1.5.0)
thor (0.19.1)

@gmallard
Copy link
Owner

I do hope you realize that what you have installed:

stompserver (0.9.9)

is not this project ? That 0.9.9 project has been abandoned for quite a while, pushing 10 years.

Regardless, I can not recreate what you are seeing. Even with identical versions of 'daemons' installed. I am willing to help if I can.

I suspect I cannot recreate because of your custom ruby build for the arm architecture. The closest I can come here is: ruby 1.9.3p484 (2013-11-22 revision 43782) [x86_64-linux].

So the next question is, what is the output of:

gem -v
#
gem env

I would start by tracking down what exactly is in the location identified as the 'INSTALLATION DIRECTORY' (by gem env).

Do you know why you have 'rubygems-update' installed ?? I can see no reason for that given the Ruby version....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants