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

error while loading shared libraries #10

Open
adamnoto opened this issue Dec 29, 2014 · 3 comments
Open

error while loading shared libraries #10

adamnoto opened this issue Dec 29, 2014 · 3 comments

Comments

@adamnoto
Copy link

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.

@alex88
Copy link
Owner

alex88 commented Dec 29, 2014

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

@adamnoto
Copy link
Author

adamnoto commented Jan 2, 2015

I still see the same error message

@alex88
Copy link
Owner

alex88 commented Jan 3, 2015

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

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