QDeltaSoft / qradiopredict

Radio propagation prediction and simulation tool for VHF-UHF
49 stars 11 forks source link

Binary doesn't want to work (archlinux) #12

Open groutr opened 7 years ago

groutr commented 7 years ago

Super frustrating error. Any ideas on how to resolve this, @kantooon?

QRadioPredict-0.8.8$ ls
clip.py  CHANGELOG          libMapGraphics.so.1    libMapGraphics.so.1.0.0  material_radio_properties.txt  qradiopredict  README.MapGraphics
COPYING  libMapGraphics.so  libMapGraphics.so.1.0  LICENSE.MapGraphics      propagation.sqlite             qRadioPredict  README.md
QRadioPredict-0.8.8$ bash ./qradiopredict
./qradiopredict
./qradiopredict: line 3: ./qRadioPredict: No such file or directory
QRadioPredict-0.8.8$ stat ./qRadioPredict
  File: qRadioPredict
  Size: 977484          Blocks: 1912       IO Block: 4096   regular file
Device: fe02h/65026d    Inode: 8658970     Links: 1
kantooon commented 7 years ago

I'm not actually sure, but one of the avenues for investigation is 32 bit support on your system. The binary is 32 bit, which is why I recommend cloning this repo and compiling from source. In addition to architecture, you'll get the latest bug fixes and features. Unfortunately I don't have enough time to provide packaging for this application (hint for interested users).