Latest version of WD for Linux 64 bit will not start up / load

I’ve been chasing a runtime 217 error and just tried the latest version of WD for linux 64 bit. 10.37 307 to make sure you had not already corrected the bug and I was just chasing my tail. . Up until now the sudo ./weatherdisplay command would load the program. Now the response is “command not found”. I also tried the 32 bit sudo ./GoWeather.sh and got the same response so it does not appear to work at all.

don@don-P43T-ES3G:~/Desktop/wdisplay$ dir
climatedata.html cronmysql cronwucam
climatedatayear.html cronnestthermostat cronx320m
cronambientweathernet cronnetatmo customclientrawlocal.txt
cronanytw cronnetatmo2 Deploy
cronaw cronpurpleair exitdavisipdata.txt
croncloud cronpws getdavisipdata
croncwop cronrapid GoWeather.sh
crondaviswll crontwitterlinuxnew location.txt
cronemail cronwarningemail mainiconwd.png
cronformatedemail cronwdmqtt rainrecorded.wav
cronftp cronweatherbug readme.txt
cronftpavext cronweatherbugreal tagslist.txt
cronftpdown cronweatherflow tempdirplotnew.bmp
cronftpreal cronweatherflowconsole usbreaderirox
crongethawkip cronwetter wdstartdelay
cronhttpget cronwindycom weatherdisplay
cronmetar cronwow WeatherDisplaylogo.bmp
cronmimeget cronwu
don@don-P43T-ES3G:~/Desktop/wdisplay$ sudo ./weatherdisplay
sudo: ./weatherdisplay: command not found

that error occurs if you are not actually running 64 bit Linux
this update is only to fix a problem with the Netatmo rain (there is a thread about that)

try also first sudo chmod 777 weatherdisplay ?

An answer to both answers.
First off the system in 64 Bit Mint 19.2

System: Host: don-P43T-ES3G Kernel: 4.15.0-55-generic x86_64 bits: 64 compiler: gcc v: 7.4.0
Desktop: Cinnamon 4.2.3 wm: muffin dm: LightDM Distro: Linux Mint 19.2 Tina
base: Ubuntu 18.04 bionic
Machine: Type: Desktop Mobo: Gigabyte model: P43T-ES3G serial: BIOS: Award v: F7
date: 08/20/2010
CPU: Topology: Dual Core model: Intel Core2 Duo E8600 bits: 64 type: MCP arch: Penryn rev: A
L2 cache: 6144 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx bogomips: 13333
Speed: 2001 MHz min/max: 2000/3333 MHz Core speeds (MHz): 1: 2000 2: 2000

Next here is how I got it started. Note don

i did not mean for you to add the question mark literally
it was a question mark as part of the end of that sentence

so the problem was just a exe permission error
I set it to 777 on my end but I might need to use say 755

I am trying to get it to run in mint 19.3

The error I get is :

./weatherdisplay: error while loading shared libraries: libhid.so.0: cannot open shared object file: No such file or directory

Does anyone have a solution?

Thanks

thats a static link
installing libhid should fix that problem
(google for that install)
but have you copied the library files in the deploy folder to /usr/local/lib/ ?

got it working.
Thank you