Hello, i've used in the past the guide https://www.howtoforge.com/how-to-u...pm-and-fastcgi-with-ispconfig-3-debian-wheezy for Debian 7, with success. Is this still valid for Debian 8 too? If not, is there a guide you can point me to?
Hello again, guides used https://www.howtoforge.com/tutorial/perfect-server-debian-8-jessie-apache-bind-dovecot-ispconfig-3/ (used mariaDB) https://www.howtoforge.com/how-to-u...pm-and-fastcgi-with-ispconfig-3-debian-wheezy I was trying to install php 5.3.22 by following the guide and I reached this point with this error: root@XXXXXXX:/usr/local/src/php5-build/php-5.3.22# apt-get build-dep php5 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libc-client2007e-dev' instead of 'libc-client-dev' 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.
The reason is that the build-dep for php5 is still bound to MySQL and not MariaDB, use the apt command from this tutorial instead to install the dependencies: https://www.howtoforge.com/tutorial/install-php-7-on-debian-8-jessie/