-
Notifications
You must be signed in to change notification settings - Fork 220
Shared library error on heroku-18 stack #32
Comments
I found that adding the following to my Aptfile got wkhtmltopdf working again.
For a working example, see this app https://github.com/jessamynsmith/django-wkhtmltopdf-example |
Looks like libxrender1 was added in heroku-18: https://devcenter.heroku.com/articles/stack-packages. But now getting this error: Would it be fantastic if the buildpack could install all missing dependencies :) |
Agreed, it would be great to have missing dependencies installed for the heroku-18 stack. A pull request is welcome! |
LibPNG seems to be in the list as well (not sure when it was added): |
do you remember how did you fix it? I have the same problem |
Just noting the buildpack doesn't work as-is on the new stack.
wkhtmltopdf: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: