When I tried to install the latest Zend Server 5.0.1 on a clean install of the latest ubuntu 10.04 LTS, I got an error…
The following packages are BROKEN: php-5.3-mysql-zend-server php-5.3-mysqli-zend-server php-5.3-pdo-mysql-zend-server
After some researching I found a quick solution:
apt-get install mysql-common
After that the install script is working
./install_zs.sh 5.3
Tags: mysql, Ubuntu, Zend Server
With the release of Zend Server 5.0.2 this is not an issue anymore.