jblindsay / whitebox-tools

An advanced geospatial data analysis platform
https://www.whiteboxgeo.com/
MIT License
912 stars 159 forks source link

Linux binaries question #143

Open robertd opened 3 years ago

robertd commented 3 years ago

Hello,

I'm trying to create AWS lambda layer so I can do some testing but I'm really having hard time getting Linux binaries to work. I have slightly modified docker file so I can test my docker build (1.5.0 - whitebox_tools) and official downloaded release (1.4.0 for Linux - whitebox_tools2) side by side. I keep getting sh: whitebox_tools2: not found when I download and extract the 1.4.0 executable and place it in /usr/local/bin. Docker build version (1.5.0) works just fine.

image

/usr/local/bin # whitebox_tools --version
WhiteboxTools v1.5.0 by Dr. John B. Lindsay (c) 2017-2020

WhiteboxTools is an advanced geospatial data analysis platform developed at
the University of Guelph\'s Geomorphometry and Hydrogeomatics Research
Group (GHRG). See https://jblindsay.github.io/ghrg/WhiteboxTools/index.html
for more details.

/usr/local/bin # whitebox_tools2 --version
sh: whitebox_tools2: not found

I've also tried build release for 1.3.1 but no luck.

Any input is greatly appreciated.

Thanks.

janfilips commented 1 year ago

Did you get it to work?