David Cortesi píše v Út 09. 10. 2012 v 11:54 -0700:
>
> I go to a 64-bit version of Ubuntu 12 and attempt to execute the
> identical package (literally the identical bits, both systems access
> it via Dropbox) and it does not run.
>
> Should it? Or must I make separate 32- and 64-bit versions?
Hi David,
it looks like you are missing 32bit compatibility libraries on that
system. Does it work when you do
sudo apt-get install ia32-libs ia32-libs-gtk
?
If it works then probably you do not need 64-bit version.