When I try to install a 32 bit program on ubuntu 13.10 64bit it falis. My command is as follow:
linux32 ./setup.sh
Output is:
The setup program seems to have failed on x86/unknown
Fatal error, no tech support email configured in this setup
Is there a way to install 32bit program on ubuntu 13.10? When running the following command:
./setup.sh
The output is as below:
The setup program seems to have failed on amd64/unknown
Fatal error, no tech support email configured in this setup
ia32-libs has no candidate
error. – Alireza Jan 03 '14 at 15:06uname -a
and what 32bit program are you trying to./setup.sh
? – jmunsch Jan 03 '14 at 15:16sudo apt-get install ia32-libs-multiarch
– Wilf Jan 03 '14 at 17:59