installing Zend Server 5.0.1 on ubuntu 10.04 LTS
Category: Ubuntu, Zend Server

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: , ,

One Response to “installing Zend Server 5.0.1 on ubuntu 10.04 LTS”

  1. webpatser says:

    With the release of Zend Server 5.0.2 this is not an issue anymore.

Leave a Comment