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

Default build on linux x86_64 needs libruby.so.1.9 at runtime #16

Open
ericpromislow opened this issue Mar 26, 2013 · 0 comments
Open

Comments

@ericpromislow
Copy link

Bring up irb 1.9.3 and move to a directory containing trace_nums19.so

irb(main):002:0> require './trace_nums19.so'
LoadError: libruby.so.1.9: cannot open shared object file: No such file or directory - /.../trace_nums19.so
from /.../custom_require.rb:36:in require' from /.../custom_require.rb:36:inrequire'
from (irb):2
from /.../ruby-1.9.3-p125/bin/irb:12:in `

'

Can someone clue me in on why this message? I'm running Ruby 1.9 -- why does it need to load the shared library?

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

1 participant