How does yarp.so find librubyparser.so? #1385
Replies: 3 comments
-
So I found out I have Gentoo's Ruby installed with So does this mean YARP is broken on shared mode install or requires that Even building the source code using Specifying |
Beta Was this translation helpful? Give feedback.
-
We're removed this option entirely, so this should now be fixed. |
Beta Was this translation helpful? Give feedback.
-
Ok I see the change thanks. |
Beta Was this translation helpful? Give feedback.
-
Here are some interesting outputs I'm having with my user-installed yarp:
Can anyone tell how
yarp/yarp.so
is supposed to find../../build/librubyparser.so
(which exists)? I'm not sure how this is configured through the generated Makefile. How is yarp designed to do so? I can debug it myself if I only know the expected mechanism.ext/yarp/Makefile
:I'm currently using Ruby in Gentoo with a custom
operating_system.rb
of RubyGems but having the default one installed also yields the same error.Please help me debug this. I just need to know the loading mechanism.
Interestingly installing the gem with rbenv makes it load properly but I don't see a shared object installed.
Beta Was this translation helpful? Give feedback.
All reactions