Установка Phalcon выдает ошибку на Ubuntu

Установка Phalcon выдает ошибку на Ubuntu

Я пытаюсь установить phalcon в Ubuntu 14.04, используя следующие команды:

git-клонhttps://github.com/phalcon/cphalcon.git

cd cphalcon/build

судо ./установить

и выдает такую ​​ошибку

/usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h: No such file or directory
#include "pcre.h"
          ^
compilation terminated.

затем я погуглил ошибку и нашел решение как установить

sudo apt-get install libpcre3-dev

когда я пытаюсь это сделать, выдается такая ошибка

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:
libpcre3-dev : Depends: libpcre3 (= 1:8.31-2ubuntu2) but 1:8.31-       2ubuntu2.1 is to be installed
        Depends: libpcrecpp0 (= 1:8.31-2ubuntu2) but 1:8.31-2ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.

пожалуйста, помогите мне с этим...

решение1

Я не знаю, как исправить ошибку. Но вам следует следовать официальному документу:

    $ curl -s "https://packagecloud.io/install/repos..." | sudo bash

    $  sudo apt-get install php7.0-phalcon

Теперь в некоторых дистрибутивах Linux (например, Mint) вы можете столкнуться с ошибками. Я нашел это видеочтобы удалить эти ошибки. Вы просто меняете версию linux в файле: /etc/apt/sources.list.d/phalcon_stable.list Например, замените "/mint/ tessa"на "/debian/ stretch". Смотритевидеоесли вы все еще в замешательстве.

Связанный контент