Как установить несколько версий PHP в Ubuntu 19.04, используя phpenv с anyenv?
Я новый разработчик, и я настраиваю свою среду Ubuntu с виртуальными средами. Я установил anyenv, и мне удалось установить node, python, ruby и elixir с их собственным менеджером. Но мне также нужен php, и вот где у меня проблема, после попытки установки происходит сбой: phpenv install 7.3.5 с этой ошибкой krb5-config: команда не найдена
Я не нашел, что делать, я новичок в этом.
$ phpenv install 7.3.5
[Info]: Loaded extension plugin
[Info]: Loaded apc Plugin.
[Info]: Loaded composer Plugin.
[Info]: Loaded github Plugin.
[Info]: Loaded uprofiler Plugin.
[Info]: Loaded xdebug Plugin.
[Info]: Loaded xhprof Plugin.
[Info]: Loaded zendopcache Plugin.
[Info]: php.ini-production gets used as php.ini
[Info]: Building 7.3.5 into /home/alex/.anyenv/envs/phpenv/versions/7.3.5
[Skipping]: Already downloaded and extracted https://secure.php.net/distributions/php-7.3.5.tar.bz2
[Preparing]: /tmp/php-build/source/7.3.5
-----------------
| BUILD ERROR |
-----------------
Here are the last 10 lines from the log:
-----------------------------------------
The `krb5-config' command exists in these Python versions:
anaconda3-2019.03
pyenv: krb5-config: command not found
The `krb5-config' command exists in these Python versions:
anaconda3-2019.03
configure: error: Please reinstall the BZip2 distribution
-----------------------------------------
The full Log is available at '/tmp/php-build.7.3.5.20190510190547.log'.
[Warn]: Aborting build.
``
what should i do to install php?