Closed bluespider42 closed 2 years ago
As usual I fixed this as soon as I opened an issue.
The problem was a leftover config var from previous attempts to install GDAL Geos etc.
My current working config is:
1. heroku-community/apt
2. https://github.com/heroku/heroku-geo-buildpack.git
3. heroku/python
Aptfile
:
libkmldom1
Try to build a geodjango app.
Using the
heroku-geo-buildpack
I get the errorOSError: libkmldom.so.1: cannot open shared object file: No such file or directory
when Django starts and tries to import GDAL.I have tried adding the
apt
buildpack and installinglibkmldom1
(and also triedlibkml-dev
as well) but with the same result.Any suggestions?