vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

The continuing story of Zend Studio 5.5.1

on in Linux, PHP

Everytime I install a new version of Ubuntu / Linux I’m hoping Zend Studio (the old/good one) will still be working. So I installed Ubuntu 11.10 and also this time I had to install some stuff to get Zend Studio working.

1
2
sudo apt-get install libc6-i386 ia32-libs
ln -s /lib32/libc.so.6 /lib/libc.so.6

And it worked! Know I’m gonna try do update the JRE of the Zend Studio 5.5

Comments