При установке на чистую систему (CentOS Linux release 7.3.1611 (Core) ) ошибка:
из лог файла:
UPD нужно обновить dg-last
Код |
---|
./bitrix-env.sh ==================================================================== Bitrix Environment for Linux installation script. Yes will be assumed to answers, and will be defaulted. 'n' or 'no' will result in a No answer, anything else will be a yes. This script MUST be run as root or it will fail ==================================================================== Update system. Please wait. EPEL repository is already configured on the server. REMI repository is already configured on the server. MariaDB repository is already configured on the server. Bitrix repository is already configured on the server. Update system. Please wait. Install php packages. Please wait. Install bitrix-env package. Please wait. An error occurred during installation of bitrix-env package Installation logfile - /tmp/bitrix-env-PyxdO.log |
из лог файла:
Код |
---|
--> Finished Dependency Resolution Error: Package: php-gd-7.0.16-1.el7.remi.x86_64 (remi-php70) Requires: gd-last(x86-64) >= 2.1.1 Error: Package: php-gd-7.0.16-1.el7.remi.x86_64 (remi-php70) Requires: libgd.so.3()(64bit) |
UPD нужно обновить dg-last
Код |
---|
yum install php-gd --enablerepo=remi,remi-php70 |