Ok I’ve upgraded to the latest version:
apt-get update
apt-get upgrade
The Debian version is now:
root@backup:~/fog_trunk/bin# cat /proc/version
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.68-1+deb7u5
And the PHP versions are:
root@backup:~/fog_trunk/bin# dpkg -l | grep php5
ii libapache2-mod-php5 5.6.14-1~dotdeb+7.1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php5 5.6.7+dfsg-1 all server-side, HTML-embedded scripting language (metapackage)
ii php5-cli 5.6.14-1~dotdeb+7.1 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.6.14-1~dotdeb+7.1 amd64 Common files for packages built from the php5 source
ii php5-curl 5.6.14-1~dotdeb+7.1 amd64 CURL module for php5
ii php5-fpm 5.6.14-1~dotdeb+7.1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
ii php5-gd 5.6.14-1~dotdeb+7.1 amd64 GD module for php5
ii php5-mcrypt 5.6.14-1~dotdeb+7.1 amd64 MCrypt module for php5
rc php5-mysql 5.6.14-1~dotdeb+7.1 amd64 MySQL module for php5
ii php5-mysqlnd 5.6.14-1~dotdeb+7.1 amd64 MySQL module for php5 (Native Driver)
But now if I try to install fog_trunk:
root@backup:~/fog_trunk/bin# ./installfog.sh
I then get this error:
* Installing package: php5-json...............................Failed!
I then try to install php5-json:
root@backup:~/fog_trunk/bin# apt-get install php5-json
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-json : Depends: phpapi-20131226
E: Unable to correct problems, you have held broken packages.
root@backup:~/fog_trunk/bin# apt-get install phpapi-20131226
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'php5-common' instead of 'phpapi-20131226'
php5-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 191 not upgraded.