mcollina / heroku-buildpack-graphicsmagick

67 stars 77 forks source link

graphicsmagick not getting deployed on Heroku #10

Closed achands closed 9 years ago

achands commented 9 years ago

I am new to Heroku and am trying to deploy a nodejs application that uses https://github.com/samt/barcode which in turn uses graphicsmagick. My BUILDPACK_URL points to https://github.com/ddollar/heroku-buildpack-multi.git and .buildpacks file contains the following entries

https://github.com/mcollina/heroku-buildpack-graphicsmagick.git https://github.com/heroku/heroku-buildpack-nodejs.git https://github.com/heroku/heroku-buildpack-python.git

mcollina commented 9 years ago

Which Heroku environment are you using? This works only on cedar, not cedar14.

achands commented 9 years ago

Thank you !!! true it works with cedar and not cedar-14. Any suggestions as to how I could get it working in cedar-14 ?

mcollina commented 9 years ago

we'll need to recompile the binaries, which is something that has been eluding us since ages. The process needs to be automated, so we can easily release new stuff.

There is plenty of material in the issue to start, if you want to spend 2-3 days in helping the community!

benalavi commented 9 years ago

cedar-14 support added in #12 so closing this issue.

I realize this is old but if you happen to still be using it on cedar-14 feel free to re-open not fixed for you.