You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Note: By default, the gem installation looks for the GEOS library in the following locations: /usr/local, /usr/local/geos, /opt/local, /opt/geos, /opt, /usr, and /Library/Frameworks/GEOS.framework/unix. In other words, MacPorts, Homebrew, the Kyngchaos port, and building from source to /usr/local are supported out of the box.
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?
The text was updated successfully, but these errors were encountered:
All the correct buildpack binaries are built in
.heroku/vendor/bin
:~/.heroku/vendor/bin $ ls -a ... -rwx------ 1 u59305 59305 39320 Apr 12 15:57 nad2bin -rwx------ 1 u59305 59305 174634 Apr 12 15:57 nearblack -rwx------ 1 u59305 59305 397507 Apr 12 15:57 ogr2ogr -rwx------ 1 u59305 59305 93786 Apr 12 15:57 ogrinfo -rwx------ 1 u59305 59305 318521 Apr 12 15:57 ogrlineref -rwx------ 1 u59305 59305 61095 Apr 12 15:57 ogrtindex -rwx------ 1 u59305 59305 70076 Apr 12 15:57 proj -rwx------ 1 u59305 59305 33347 Apr 12 15:57 testepsg
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?
The text was updated successfully, but these errors were encountered: