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

sender.so: undefined symbol: ruby_current_thread #4

Open
sheldonh opened this issue Aug 10, 2012 · 2 comments
Open

sender.so: undefined symbol: ruby_current_thread #4

sheldonh opened this issue Aug 10, 2012 · 2 comments

Comments

@sheldonh
Copy link

Hi there,

I'm hugely interested in the sender gem, because I need caller to avoid inadvertent exposure of protected methods in a dynamic proxy.

Unfortunately, when I try to load the gem under ruby-1.9.3-p194 (using RVM) on a Fedora 17 x86_64 Linux box, I get this:

require 'rubygems'
require 'sender'
LoadError: [...]/gems/sender-1.5.9/lib/sender.so: undefined symbol: ruby_current_thread - [...]/gems/sender-1.5.9/lib/sender.so
    from [...]/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
    from [...]/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
    from [...]/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
    from (irb):2
    from [...]/bin/irb:16:in `<main>'

Could you tell me which version of ruby the sender gem known to work on, so that I can poke around and see what's up?

As an aside, I think archive-tar-minitar is missing as a development dependency of the gem.

Thanks,
Sheldon.

@sheldonh
Copy link
Author

This ruby pull request exposes the hidden symbol. I don't understand why it was never accepted.

ruby/ruby#47

@Asher-
Copy link
Member

Asher- commented Aug 10, 2012

I'll try to make some time to look into it today. Thanks for letting me know about the issue.

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