So if you found this post, you probably had the same problem that I had. You installed the latest Ubuntu on your nice 64 bit hardware, loaded up AIR and got all the 32 bit libraries you thought you needed. Then you tried to load up your favorite twitter client ( which, on Linux, means it’s probably an adobe air app ) and found that you could not, for the life of you, connect to twitter.
Generally, you’ll find messages like “Could not connect to Twitter, check your firewall” or “Verification Failed”.
You check your browser, it works fine. You change your password and retry – nope, still not working.
Well, here’s the answer, found in a random comment on some random blog -
sudo apt-get install lib32nss-mdns
That’s it! Install that one library and you’ll be all set. AIR is still funky on 64bit but at least you don’t have to run Twitux now.









I tried to install adobe air but after
$ sudo ./AdobeAIRInstaller.bin
I got this message:
Gtk-Message: Failed to load module “gail”: /usr/lib/gtk-2.0/modules/libgail.so: wrong ELF class: ELFCLASS64
Gtk-Message: Failed to load module “atk-bridge”: /usr/lib/gtk-2.0/modules/libatk-bridge.so: wrong ELF class: ELFCLASS64
What to I do? Thanks in advance.
By the way I have all the libs installed (even this one your are remcomending)
Thanks!