heroku-buildpack-vips
heroku-buildpack-vips copied to clipboard
error while loading shared libraries
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.
Hi @saveav, could you please try again? I've updated the script to make the folder creation optional if it already exists.
I still see the same error message
How is your .buildpacks
file? Can you make an example project public?