1

I'm following instructions on Mikogo website http://www.mikogo.com/download/linux-download/, but it doesn't work. ./mikogo doing nothing. Please, help.

1 Answers1

1

Mikogo support helped me. From Does Mikogo run with 64bit Linux? – Mikogo Help Desk:

You have to install the 32bit libraries with the following command:

sudo apt-get install ia32-libs

Starting with version 13.x, the ia32-libs can no longer be installed. If you are using a 64bit Linux system with version 13 or higher, please enter the following command:

sudo apt-get install libgtk2.0-0:i386 libnss3:i386 libcurl3-gnutls:i386 libidn11:i386 libpango1.0-0:i386

libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 librtmp0:i386 libxft2:i386

followed by this command:

sudo apt-get install libxtst6:i386
Kulfy
  • 17,696