Skip to content
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

2.2.1 Build fails on Ubuntu 14.04 because of dependencies #122

Open
rastasheep opened this issue Apr 3, 2015 · 1 comment
Open

2.2.1 Build fails on Ubuntu 14.04 because of dependencies #122

rastasheep opened this issue Apr 3, 2015 · 1 comment

Comments

@rastasheep
Copy link

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.

@mtougeron
Copy link

FWIW, I got around this issue by installing that package myself in a wrapper cookbook before I called rbenv_ruby '2.2.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants