Before I post, I read Adobe's helpdesk document of how to install on 64-bit machines and coomunity post on Ubuntu 12.04 and on Ubuntu 12.04 64-bit and tried to follow their instruction as close as possible.
It do seems, the problem I found is unrelated to any of these instructions: these instruction assume it is easy to get a installer (text-based) user-interface and it is hard to go from there. The fact is I couldn't even run the installer:
About 32-bit support libraries: I did install a bunch of them before even attempting the installer, and this error message is not what you typically would get if you don't have them.
Any ideas? Thanks.
It do seems, the problem I found is unrelated to any of these instructions: these instruction assume it is easy to get a installer (text-based) user-interface and it is hard to go from there. The fact is I couldn't even run the installer:
Code:
(platform is Ubuntu 12.04 64-bit)
$ ls -lh ./AdobeAIRInstaller.bin
-rwxrwxr-x 1 zhangweiwu users 16M Jul 16 10:24 ./AdobeAIRInstaller.bin
$ sudo ./AdobeAIRInstaller.bin
execvp: Permission denied
$ file ./AdobeAIRInstaller.bin
./AdobeAIRInstaller.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
Any ideas? Thanks.