I have a huge deadline and after upgrading to 12.04 I lost all use of zend server. I am addicted to the debugger and nothing was working. I took the following steps :
- Code: Select all
apt-get remove --purge php*
apt-get download libqt4 php-5.3-imap-zend-server
used videbcontrol (Script from the link above) to edit the krb53 requirement to krb5-3 in both packages, then
- Code: Select all
dpkg -i libpq4_8.1.17-0etch1_amd64.modfied.deb
dpkg -i php-5.3-imap-zend-server_5.3.9+b260_amd64.modfied.deb
Then I used synaptic (aptitude/dselect etc) to install all php extensions for the zend server.
Everything works. I will now make my deadline!

