We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
rbenv
Any suggestions?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: