Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

gal_translate missing libraries #1

Open
cody-elhard opened this issue Nov 2, 2023 · 0 comments
Open

gal_translate missing libraries #1

cody-elhard opened this issue Nov 2, 2023 · 0 comments

Comments

@cody-elhard
Copy link
Contributor

A basic command such as gdal_translate does not run due to missing libraries.

~/.apt/usr/bin $ ldd ./gdal_translate | grep not      
        libblas.so.3 => not found
        liblapack.so.3 => not found
        liblapack.so.3 => not found
        libblas.so.3 => not found
        libblas.so.3 => not found

It appears these files might be avaible under the x86_64... lib folder?

~/.apt/usr/lib/x86_64-linux-gnu $ ls | grep -E "blas|lapack"
blas
lapack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant