heroku-buildpack-vips icon indicating copy to clipboard operation
heroku-buildpack-vips copied to clipboard

error while loading shared libraries

Open adamnoto opened this issue 9 years ago • 3 comments

I used Heroku for a Ruby on Rails project, and it used Imagemagick. Defining your buildpack in .buildpacks causing both convert and vips to not working properly, they like missing certain libraries.

And when I deploy, there is this message:

mkdir: cannot create directory `/tmp/build_4cc397ece100458644ba66d1b0f47dbc/.profile.d': File exists Using release configuration from last framework ().

Only when I removed the buildpack from my .buildpacks, convert can work as intended.

adamnoto avatar Dec 29 '14 03:12 adamnoto

Hi @saveav, could you please try again? I've updated the script to make the folder creation optional if it already exists.

alex88 avatar Dec 29 '14 10:12 alex88

I still see the same error message

adamnoto avatar Jan 02 '15 16:01 adamnoto

How is your .buildpacks file? Can you make an example project public?

alex88 avatar Jan 03 '15 19:01 alex88