This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for heroku-16 not having libjasper at runtime and set env vars…
… to so files
- Loading branch information
5ae45e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just trougleshooting the libjasper.so iissue. Looks like this solves it.
I'm not sure the {GECOS|GDAL}_LIBRARY_PATH variables should include the file name. I'll use this buildpack instead of the @cyberdelia version for now.
5ae45e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having the filename was necessary for GeoDjango 1.11 to work 😕
5ae45e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still not working for me?
5ae45e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevelacey same here. Were you able to find a fix? Using this buildpack will continue to throw
OSError: libjasper.so.1: cannot open shared object file: No such file or directory
Heroku 16, django==1.11.8
5ae45e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see cyberdelia#43 (comment)
5ae45e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per comments on the above linked issue, I'm abandoning this. Heroku's Docker support is way easier to use than buildpacks.