I have Ubuntu 18 distributive, but I need install php7.2-dev for PECL extenssions.
mvolchkov@ias-su:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic
I try install php7.2-dev:
mvolchkov@ias-su:~$ sudo apt-get install php7.2-dev
Unresolved packages:
php7.2-dev : Depend on: libpcre3-dev (>= 2:8.35) but will not be installed
Depend on: libssl-dev but will not be installed
But it depends on: libpcre3-dev
Than I try to install libpcre3-dev, but get follow error:
mvolchkov@ias-su:~$ sudo apt-get install libpcre3-dev
libpcre3-dev : Depend on: libpcre3 (= 2:8.39-9) но 2:8.41-4+ubuntu17.10.1+deb.sury.org+1 will be installed
E: Impossible to resolve problems, you have held packages.
php7.2-dev
with no problems. You may want to look atapt policy php7.2-dev libpcre3-dev
to understand whatapt
thinks. – AlexP Jun 21 '18 at 16:20