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.
/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.
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 gettingsh: 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.I've also tried build release for
1.3.1
but no luck.Any input is greatly appreciated.
Thanks.