I'm following instructions on Mikogo website http://www.mikogo.com/download/linux-download/, but it doesn't work. ./mikogo doing nothing. Please, help.
Asked
Active
Viewed 1,293 times
1
1 Answers
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

Yurii Kravchuk
- 29
- 5
-
This is the reason why just providing link is useless. The link is now dead – v010dya Sep 26 '16 at 16:07
-
sudo
? – Yurii Kravchuk Jan 21 '14 at 10:49sudo
. – Radu Rădeanu Jan 21 '14 at 14:49