Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install libffi-dev on Heroku?

Tags:

heroku

I need to have libffi-dev running on my Heroku servers to compile some packages I'm using. How does one install dependencies such as this on Heroku?

like image 220
Jake Avatar asked Jul 20 '13 20:07

Jake


1 Answers

I've never done so, but I think custom binary buildpacks might be helpful in such scenarios: https://devcenter.heroku.com/articles/buildpack-binaries

like image 53
Yuval Adam Avatar answered Oct 07 '22 05:10

Yuval Adam