-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error running Rails Application with AppMap Installed on Centos Stream 9 with system ruby #354
Comments
Steps to recreate the issue. Using a CentOS Stream version 9 running on a virtual machine. System ruby on Stream 9 uses
Then add AppMap to the Gemfile and
Bundle install should complete sucessfully. Now run You will get the following error:
|
Additional testing internally Coming back to this - still not entirely sure what is with this path issue with require_relative if i do require_relative "../appmap" - i can get the app to start with APPMAP false but running with appmap true will cause new problems. which kinda makes sense. https://gist.github.com/petecheslock/facc43532f68488b244c9402e1b143de |
Ok - this seems to be directly related to the system ruby on Centos Stream 9 (although i can not tell you why). Using ASDF to install ruby 3.1.2 - Works as expected, no error Using ASDF to install the same version of ruby as the system ruby 3.0.4 - Works as expected, no error So there is clearly some problem with the version of ruby that comes via installation using Centos package managers. Recommend for users who find this github issue is to install another version of ruby using These are the affected versions
|
The text was updated successfully, but these errors were encountered: