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

undefined symbol: RB_INTEGER_TYPE_P for Fixnum #39

Closed
Chillwall opened this issue Apr 6, 2019 · 3 comments
Closed

undefined symbol: RB_INTEGER_TYPE_P for Fixnum #39

Chillwall opened this issue Apr 6, 2019 · 3 comments

Comments

@Chillwall
Copy link

Hi,

I get this error when trying to serialize an object with Fixnum field attribute :

symbol lookup error: /usr/local/bundle/gems/panko_serializer-0.5.9/lib/panko/panko_serializer.so: undefined symbol: RB_INTEGER_TYPE_P

If I use a method attribute to transform it in a String it works fine.

@yosiat
Copy link
Owner

yosiat commented Apr 6, 2019

Hi @Chillwall !

Which Ruby version are you using?

@Chillwall
Copy link
Author

Using ruby 2.3.7

@yosiat
Copy link
Owner

yosiat commented Apr 20, 2019

Hola!

Just had the time to work on this.

Fixed in #41 and released a new version - https://rubygems.org/gems/panko_serializer/versions/0.5.10

@Chillwall please update if this fixes your issue (and please upgrade your ruby ;))

@yosiat yosiat closed this as completed Apr 20, 2019
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