1 post / 0 new
#1 Sun, 03/11/2018 - 16:15
Geant

php 7.2

Hello.

System.

Operating system Debian Linux 9
Perl version 5.024001
Path to Perl /usr/bin/perl
BIND version 9.10
Postfix version 3.1.6
Mail injection command /usr/lib/sendmail -t
Apache version 2.4.25
Webalizer version
Logrotate version 3.11.0
MySQL version 10.1.26-MariaDB-0+deb9u1
ProFTPD version 1.35
SpamAssassin version 3.4.1
ClamAV version 0.99.4

I am trying to install php 7.2 as a result.

apt-get install apt-transport-https lsb-release ca-certificates
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list
apt-get update
apt-get install php7.2 php7.2-mysql php7.2-cgi php7.2-cli
service php7.2-fpm restart
service apache2 restart

But when I type the order.

apt-get install php7.2 php7.2-mysql php7.2-cgi php7.2-cli

He does not want the message that gives me. Sorry the answer of my system sound in French.

Les paquets suivants contiennent des dépendances non satisfaites :
php7.2-cgi : Dépend: php7.2-opcache mais ne sera pas installé
              Dépend: libc6 (>= 2.27) mais 2.24-11+deb9u3 devra être installé
              Dépend: libsodium23 (>= 1.0.14) mais ne sera pas installé
php7.2-cli : Dépend: php7.2-opcache mais ne sera pas installé
              Dépend: libc6 (>= 2.27) mais 2.24-11+deb9u3 devra être installé
              Dépend: libsodium23 (>= 1.0.14) mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

Can you help me ? thank you in advance.