I installed on AMD-64 bit version of Ubuntu with an Athlon64 CPU.
On my first attempt to execute:
/home/aerofly$ ./aerofly
./aerofly: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
So I did:
export LD_LIBRARY_PATH=/lib
(This variable had no value previously)
Now when I execute, I see:
/home/aerofly$ ./aerofly
./aerofly: error while loading shared libraries: libusb-0.1.so.4: wrong ELF class: ELFCLASS64
From my Googling, I surmise that aerofly wants 32 bit linux libraries instead of 64 bit, but I don't know if this is something I can fix on my 64 bit Linux by changing something on my system or if this can only be changed during the compiling of the aerofly binary.
I'll continue studying this issue, but any suggestions would be welcomed.


Reply With Quote



