Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

GDAL/gdalsrsinfo problems. #66

Open
haroldofurtado opened this issue Jun 2, 2020 · 3 comments
Open

GDAL/gdalsrsinfo problems. #66

haroldofurtado opened this issue Jun 2, 2020 · 3 comments

Comments

@haroldofurtado
Copy link

When I try to use gdalsrsinfo from heroku bash I get the asnwer:

gdalsrsinfo: error while loading shared libraries: libblas.so.3: cannot open shared object file: No such file or directory

Tried to fix the situation but without success.

My build pack set is:

1. https://github.com/heroku/heroku-buildpack-apt 2. heroku/ruby

I'm using:
Stack: heroku-18

@diegoeche
Copy link

I'm having the same issue. Did you manage to solve this?

@n1k0
Copy link

n1k0 commented Nov 15, 2020

Having the very same issue with a GeoDjango project hosted on Scalingo, which uses forks of Heroku buildpacks, so subscribing to updates here.

@johncalvinyoung
Copy link

IIRC you need to add the following apt packages to the Aptfile:

libblas3
liblapack3

May not be the only ones needed, but I worked through a similar series of errors to get gdal working correctly on my dynos.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants