heroku / heroku-geo-buildpack

37 stars 26 forks source link

Linked build of GDAL against libkml #4

Closed thclark closed 4 years ago

thclark commented 4 years ago

Work in progress against #2

This PR:

Checks required:

Help needed from @CaseyFaist or @KevinBrolly, if you don't mind? I've made an attempt to apt-get install libkml-dev in the bin/compile script, but it's not working. I get: E: Unable to locate package libkml-dev, which is weird because it's in the ubuntu universe repository.

I'm uninclined to use heroku-apt-buildpack to install it, because that'd mean you need two buildpacks rather than one; and I'm not at all familiar with the way heroku compiles and deploys slugs so not sure I have the library configured correctly either.

Any takers for help teasing out that last issue?

thclark commented 4 years ago

Closing, since @KevinBrolly has solved in an alternative way (see conversation in #2 )