Running Zend Studio on 64 bit Ubuntu
April 24th, 2009
View Comments
If you’re trying to install Zend Studio on a 64 bit install of Ubuntu you will run into trouble unless you install the libc6-i386 and ia32-libs. Here is the command you need:
sudo apt-get install libc6-i386 ia32-libs
Recent Comments