You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issues with building Ruby 2.2.1 because libffi-dev package was missing.
/usr/bin/ld: ./libffi-3.2.1/.libs/libffi.a(raw_api.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
More info about missing dependency you can find on ruby-build issue.
It would be great if there would be way to pass attribute for additional dependencies.
The text was updated successfully, but these errors were encountered:
I had an issues with building Ruby 2.2.1 because
libffi-dev
package was missing.More info about missing dependency you can find on ruby-build issue.
It would be great if there would be way to pass attribute for additional dependencies.
The text was updated successfully, but these errors were encountered: