Can't get Ruby 2.6.7 working
Opened this issue · 1 comments
I cloned this repo and tried to use ruby_ship_build.sh to add support for Ruby version 2.6.7 which is the version I need to be able to "portablize". There were a few warnings in the build process ... not sure if that is expected. When I tried to run "ruby --version" I got an error saying that "libgmp.10.dylib" could not be found. I tried to find it on the Ruby installation on my MacBook and tried to find a place to access it on the web, but I was not able to locate it. From the name of the file I am wondering if it is associated with Gimp, which I do not have installed anywhere, but I'm not sure why the Ruby compiler would need something from Gimp.
I have attached the output of the build for reference.
Sorry for the super-late reply.
I don't know either why this seems to be needed, however if you manage to the the dylib installed on your local machine, there is a dylib-relinker which is supposed to be able to include it.