Ошибка Phabricator Отсутствуют необходимые расширения mysql или mysqli - PullRequest
0 голосов
/ 19 января 2019

Я пытаюсь установить Phabricator на установку LAMP.Он выдает мне следующее сообщение:

Missing Required Extensions
Required PHP extensions are not installed.
Install these 1 PHP extension(s):

mysqli or mysql
You can usually install a PHP extension using apt-get or yum. Common package names are php-extname or php5-extname. Try commands like these:

$ sudo apt-get install php5-extname  # Debian / Ubuntu
$ sudo yum install php-extname       # Red Hat / Derivatives
If those commands don't work, try Google. The process of installing PHP extensions is not specific to Phabricator, and any instructions you can find for installing them on your system should work. On Mac OS X, you might want to try Homebrew.

After installing new PHP extensions, restart Phabricator for the changes to take effect. For help with restarting Phabricator, see Restarting Phabricator in the documentation.

Когда я пытаюсь запустить

sudo apt-get install php5-mysql

, он говорит мне, что "php5-mysql уже самая новая версия".

...