Created
October 30, 2009 05:45
-
-
Save kmarsh/222163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmarsh@storage_a:~/tmp/amqp-0.6.5$ ruby examples/mq/pop.rb | |
/usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so: ld.so.1: ruby1.8: fatal: relocation error: file /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so: symbol _ZNKSs4sizeEv: referenced symbol not found - /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so (LoadError) | |
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' | |
from examples/mq/pop.rb:2 | |
kmarsh@storage_a:~/tmp/amqp-0.6.5$ ll /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so | |
-rwxr-xr-x 1 root 424K Oct 30 01:20 /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so* | |
kmarsh@storage_a:~/tmp/amqp-0.6.5$ file /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so | |
/usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/rubyeventmachine.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment