Open andrewhao opened 9 years ago
Same problem here. I'll hack something together, but it'd be nice for this to work out of the box.
any news? i am having a similar problem #20
Try #34 and see if that works for you. Give the PR a nudge if so (please).
i ended up doing what was suggested in https://github.com/rgeo/rgeo/issues/125#issuecomment-189192788
but it feels like a hack...
i tried several of the suggestions in #34 but they didnt work for me :\
All the correct buildpack binaries are built in
.heroku/vendor/bin
:However, the RGeo documentation states that:
Alternatively, I need to compile the gems with a flag to the vendored binaries in
.heroku
.I can't find symlinks to these files anywhere in Heroku's
/usr/local
What is the correct behavior here? Should I expect the binaries to have symlinks? Should I be configuring my app to build gems with flags pointing to the binaries?