-
Notifications
You must be signed in to change notification settings - Fork 83
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.1 doesn't bring fiber.so and crashes Ocra #179
Comments
I ran into this bug as well but I don't know where to find the fiber.so file. I don't have any older version of ruby installed. What can I do? Note for myself: the file belongs to |
I have the same problem here. Any way of solving it without manually doing extrange file pasting movements? (I am creating a tutorial and this sounds very weird) :/ |
If you want to download the file from another source: Still need to copy the file to |
Is there some better solution for this? The fiber.so from older ruby is likely outdated so it doesn't feel right to use it in newer versions. |
I can only refer you to my fork ocran |
I also encountered the same problem, it's surprising that this bug hasn't been fixed yet. For the moment I use |
Hi larsch, and guys,
I tried to compile a script today with Ruby 3.1 x64 and with 3.1 x86. Ocra shouts about not finding fiber.so. He says that can't find it in the current directory, but he looks before in the Ruby installation dir.
I'm attaching the comparison of this two folders. I just had to copy-paste the fiber.so of my 3.0 x64 (or x86 respectively) version in the analog folder for 3.1 x64 (or x86 respectively) and the script compiled. I didn't inquire deeper into why that file isn't there, or why is it being required by Ocra.
Cheers.
The text was updated successfully, but these errors were encountered: