cyberdelia / heroku-geo-buildpack

Geo libraries for Heroku
https://github.com/heroku/heroku-geo-buildpack
113 stars 135 forks source link

Problems with RGeo buiild #16

Closed volkanunsal closed 10 years ago

volkanunsal commented 10 years ago

Hi there,

I am trying to use this buildpack on my app. For some reason, the RGeo gem never compiles properly, though. It always tells me false when I ask RGeo::Geos.supported?. So I have been thinking why it could be, and I came across this line on RGeos README, which says that there needs to be a -- in front of the build options.

gem install rgeo -- --with-geos-dir=/path/to/my/geos/installation

But I don't see that in the options echo'ed out bundle config file. Am I wrong? What else could it be?

volkanunsal commented 10 years ago

Tested my hypothesis and it was correct. Submitted a PL to fix the issue. Closing this now.