I am trying to compile PHP from source to get ZTS working. I have the source for PHP and I try to install the dependencies with
apt-get build-dep php5
I also have MySQL 5.6 installed for Ubuntu 14.04LTS and I am getting this error after the command:
The following packages have unmet dependencies: mysql-server : Depends: mysql-server-5.5 but it is not going to be installed E: Build-dependencies for php5 could not be satisfied.
Is there anyway to bypass this dependency as MySQL 5.6 works ok with prebuilt PHP5 but I cannot start compiling as the dependency is missing? Thanks!