Just want to say "Me too". I'm running Mythbuntu 13.10 saucy x86_64, upgraded from Mythbuntu precise 12.04. I am logged in as root when I try to execute ./Flirc, but I get the following error:
-su: ./Flirc: No such file or directory
But the file is there and if I type:
# file ./Flirc
I get:
./Flirc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.0.0, not stripped
But if I try to check what shared libraries it needs with the command:
# ldd ./Flirc
I get:
not a dynamic executable
I don't have any 32 bit executables to compare to, but running "file" on the typical 64 bit executable says:
<filename>: : ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=<long hash code>, stripped
Perhaps executables built against GNU/Linux 2.0.0 cannot run on distros using GNU/Linux 2.6.24?
FWIW, I just downloaded the zip file 1.0.6 last night, which was dated Dec 18 01:57.
flirc_util works, for the most part, more details in a separate thread.
HTH