3

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
Alireza
  • 1,284
  • 4
  • 14
  • 26

1 Answers1

1

Try this:

sudo apt-get install ia32-libs-multiarch
Wilf
  • 30,194
  • 17
  • 108
  • 164