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

ruby 3.2.0 fails to require phashion_ext.so #101

Open
Bukenco opened this issue Jan 30, 2024 · 1 comment
Open

ruby 3.2.0 fails to require phashion_ext.so #101

Bukenco opened this issue Jan 30, 2024 · 1 comment

Comments

@Bukenco
Copy link

Bukenco commented Jan 30, 2024

Install appears to work fine, but when you try to require phashion, it fails.
Here is an example of starting an irb and requiring phashion

/home/circleci/circleci-appname/vendor/bundle/ruby/3.2.0/gems/phashion-1.2.0/lib/phashion_ext.so: undefined symbol: _ZGVbN2v_cos

We checked related issue, but in this case we are not able to use rbenv

Any suggestions?

@ryoga-chan
Copy link

Hello, please close this issue because it's a duplicate of #90 (also look at other identical issues).

At the moment there isn't an updated gem version... but you can easily build it yourself from source:

git clone https://github.com/westonplatter/phashion.git
cd phashion && gem build phashion.gemspec

or download the one i built in my github rubygems repo.

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